Releases: stephencelis/SQLite.swift
Releases · stephencelis/SQLite.swift
0.15.4
What's Changed
- Fix: Add
CustomStringConvertible
for Setter by @dyikai in #1279 - fix cross compilation for linux on macOS fails #1317 by @ha100 in #1318
- Support creating tables in schema changer by @jberkel in #1315
- Update CI / build by @jberkel in #1316
- Fully qualify Expression by @jberkel in #1319
- Update oldest supported platform versions by @clarkcb in #1280
- Prepare 0.15.4 by @jberkel in #1320
New Contributors
- @dyikai made their first contribution in #1279
- @ha100 made their first contribution in #1318
- @clarkcb made their first contribution in #1280
Full Changelog: 0.15.3...0.15.4
0.15.3
What's Changed
- Bugfix: Update
podspec
to include privacy manifest by @SagarSDagdu in #1265
Full Changelog: 0.15.2...0.15.3
0.15.2
0.15.1
What's Changed
- Update CoreFunctions.swift fix typo by @steventong in #1249
- Fix #1247 support nil case when decoding optionals by @Chris-Stockbridge in #1248
- Change deployment targets for Xcode 15 and add dependency on custom Cocoapods fork by @SagarSDagdu in #1255
- Add VisionOS support by @AnthonyMDev in #1237
New Contributors
- @steventong made their first contribution in #1249
- @Chris-Stockbridge made their first contribution in #1248
- @SagarSDagdu made their first contribution in #1255
- @AnthonyMDev made their first contribution in #1237
Full Changelog: 0.15.0...0.15.1
0.15.0
What's Changed
- Fix incorrect behavior when preparing SELECT * preceded by a WITH by @marmphco in #1179
- Adds support for returning extended error codes by @geoffmacd in #1178
- Fix typos by @rex4539 in #1182
- fix Xcode build error by @pongsakorn-onsri in #1192
- Make ithe IndexDefinition properties public by @stefansaasen in #1196
- Fix GitHub Actions build badge by @fwcd in #1200
- Run CI on macOS 13 by @jberkel in #1206
- SchemaReader: return the correct column definition for a composite primary key by @stefansaasen in #1217
- Add optional support for decoding by @JacobHearst in #1224
- make fromDatatypeValue throw by @elfredpagan in #1242
- Implements built-in window functions by @geoffmacd in #1228
- Fix column affinity parsing to match how SQLite determines affinity (Fix #1215) by @stefansaasen in #1218
- Handle FK definitions w/o key references by @jberkel in #1210
- Add privacy manifest by @ivanlares in #1245
New Contributors
- @rex4539 made their first contribution in #1182
- @pongsakorn-onsri made their first contribution in #1192
- @stefansaasen made their first contribution in #1196
- @fwcd made their first contribution in #1200
- @JacobHearst made their first contribution in #1224
- @elfredpagan made their first contribution in #1242
- @ivanlares made their first contribution in #1234
Full Changelog: 0.14.1...0.15.0
0.14.1
0.13.3
0.13.2
0.13.1
Support for Xcode 12 and iOS 14 + fixes
0.13.0 Support for Xcode 12 and iOS 14 + fixes