The one with CocoaPods + SPM + SQLCipher fixes.
I want to say something snarky about package managers here, but will refrain.
One more for CocoaPods.
This amazing release is to continue CocoaPods integration.
The one for SQLCipher CocoaPods support.
This amazing release is to get SQLCipher support back into the CocoaPods release.
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 https://github.com/ccgus/fmdb/pull/794
- Update example code for FMResultSet by @Token-LiMing in https://github.com/ccgus/fmdb/pull/803
- Update FMDB.podspec by @jamesstout in https://github.com/ccgus/fmdb/pull/806
- Add typeForColumn functions by @robertmryan in https://github.com/ccgus/fmdb/pull/818
- Fix deployment targets and CocoaPods integration by @tstump-phunware in https://github.com/ccgus/fmdb/pull/824
- Fix dangling reference warning on assign object property by @tiwoc in https://github.com/ccgus/fmdb/pull/836
- Ups podspec min versions for modern xcode (xcode 14.3.x) by @R4N in https://github.com/ccgus/fmdb/pull/849
- Added Support for VisionOS by @medabida in https://github.com/ccgus/fmdb/pull/851
New Contributors
- @MartinJNash made their first contribution in https://github.com/ccgus/fmdb/pull/794
- @Token-LiMing made their first contribution in https://github.com/ccgus/fmdb/pull/803
- @jamesstout made their first contribution in https://github.com/ccgus/fmdb/pull/806
- @tstump-phunware made their first contribution in https://github.com/ccgus/fmdb/pull/824
- @tiwoc made their first contribution in https://github.com/ccgus/fmdb/pull/836
- @medabida made their first contribution in https://github.com/ccgus/fmdb/pull/851
Full Changelog: https://github.com/ccgus/fmdb/compare/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
A few fixes:
- Fix a few nullability annotations https://github.com/ccgus/fmdb/commit/a76844e31768b9b76f2c5233d7ac38e12db4c7e1
- Add support for immediate transactions https://github.com/ccgus/fmdb/commit/b4bd097249685da62b6a627bc3286273dbf9a284
- Add explicit support for exclusive transactions, too https://github.com/ccgus/fmdb/commit/cb9284507706217deddbd5e148674ac9beeac793
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
.