Releases: ccgus/fmdb
Releases · ccgus/fmdb
The one with CocoaPods + SPM + SQLCipher fixes.
One more for CocoaPods.
This amazing release is to continue CocoaPods integration.
The one for CocoaPods support.
This release is to help bring things up to date with CocoaPods.
Version 2.7.8, the minor things for Apple requirements release.
What's Changed
- Added SPM section to README by @MartinJNash in #794
- Update example code for FMResultSet by @Token-LiMing in #803
- Update FMDB.podspec by @jamesstout in #806
- Add typeForColumn functions by @robertmryan in #818
- Fix deployment targets and CocoaPods integration by @tstump-phunware in #824
- Fix dangling reference warning on assign object property by @tiwoc in #836
- Ups podspec min versions for modern xcode (xcode 14.3.x) by @R4N in #849
- Added Support for VisionOS by @medabida in #851
New Contributors
- @MartinJNash made their first contribution in #794
- @Token-LiMing made their first contribution in #803
- @jamesstout made their first contribution in #806
- @tstump-phunware made their first contribution in #824
- @tiwoc made their first contribution in #836
- @medabida made their first contribution in #851
Full Changelog: 2.7.7...v2.7.8
Various improvements
Improved:
- Updated inline documentation so it appears in Xcode correctly
- Rebuilt online documentation using jazzy
- Fixed minor manual-reference-counting bug
- Added API to allow rebinding of prepared statements
- Fix web links to sqlite.org
- Reduced inherent limitation of
FMDBVersion
; added warning re this limitation; gave examples how to useFMDBUserVersion
to avoid problem altogether
2.7.4
2.7.2
Updated to mark blocks as non-escaping.
Also updated class reference documentation.
2.7.1
- Adjust
valueLong
return type andresultLong
parameter to suppress warning; and - Fix pointer comparison to avoid static analysis warning in
columnIndexForName
.