New
0.15.5
What's Changed
- Fix Android build by @colemancda in https://github.com/stephencelis/SQLite.swift/pull/1324
- add SQLite. prefix for Expression in README by @nathanfallet in https://github.com/stephencelis/SQLite.swift/pull/1325
- Create index support array as parameters to solve #1322 by @hawk0620 in https://github.com/stephencelis/SQLite.swift/pull/1326
- Attempt to fix tests build for android by @NikolayJuly in https://github.com/stephencelis/SQLite.swift/pull/1330
- Updates swift-toolchain-sqlite by @esarafianou in https://github.com/stephencelis/SQLite.swift/pull/1335
- Run all tests + update by @jberkel in https://github.com/stephencelis/SQLite.swift/pull/1339
- Added Sendability conformance by @samdogg7 in https://github.com/stephencelis/SQLite.swift/pull/1332
- SQLCipher package by @jberkel in https://github.com/stephencelis/SQLite.swift/pull/1340
- SQLCipher Swift Package Manager Integration by @R4N in https://github.com/stephencelis/SQLite.swift/pull/1336
- Add more traits to Package.swift by @jberkel in https://github.com/stephencelis/SQLite.swift/pull/1341
- Added dynamic library support in SPM by @tomieq in https://github.com/stephencelis/SQLite.swift/pull/1342
- Adds a new CSQLite dependency with support for FTS5 by @jberkel in https://github.com/stephencelis/SQLite.swift/pull/1343
- Add PrivacyInfo.xcprivacy as a resource to fix SPM warning by @alexey1312 in https://github.com/stephencelis/SQLite.swift/pull/1344
- Prepare release by @jberkel in https://github.com/stephencelis/SQLite.swift/pull/1345
New Contributors
- @colemancda made their first contribution in https://github.com/stephencelis/SQLite.swift/pull/1324
- @hawk0620 made their first contribution in https://github.com/stephencelis/SQLite.swift/pull/1326
- @NikolayJuly made their first contribution in https://github.com/stephencelis/SQLite.swift/pull/1330
- @esarafianou made their first contribution in https://github.com/stephencelis/SQLite.swift/pull/1335
- @samdogg7 made their first contribution in https://github.com/stephencelis/SQLite.swift/pull/1332
- @R4N made their first contribution in https://github.com/stephencelis/SQLite.swift/pull/1336
- @tomieq made their first contribution in https://github.com/stephencelis/SQLite.swift/pull/1342
- @alexey1312 made their first contribution in https://github.com/stephencelis/SQLite.swift/pull/1344
Full Changelog: https://github.com/stephencelis/SQLite.swift/compare/0.15.4...0.15.5