All Versions
17
Latest Version
Avg Release Cycle
138 days
Latest Release
514 days ago

Changelog History
Page 1

  • v0.14.1 Changes

    November 01, 2022
    • ๐Ÿ‘€ Reverted Blob changes (See [#1167][] for rationale).
  • v0.14.0 Changes

    October 27, 2022

    ๐Ÿ“š For breaking changes, see [Upgrading.md](Documentation/Upgrading.md).

    • ๐Ÿ‘Œ Support more complex schema changes and queries ([#1073][], [#1146][] [#1148][])
    • ๐Ÿ‘Œ Support ATTACH/DETACH ([#30][], [#1142][])
    • ๐Ÿ”ฆ Expose connection flags (via URIQueryParameter) to open db ([#1074][]))
    • ๐Ÿ‘Œ Support WITH clause ([#1139][])
    • โž• Add Value conformance for NSURL ([#1110][], [#1141][])
    • โž• Add decoding for UUID ([#1137][])
    • ๐Ÿ“š SQLCipher: improve documentation ([#1098][]), add sqlcipher_export ([#1101][])
    • ๐Ÿ›  Fix insertMany([Encodable]) ([#1130][], [#1138][])
    • ๐Ÿ›  Fix incorrect spelling of remove_diacritics ([#1128][])
    • ๐Ÿ›  Fix project build order ([#1131][])
    • ๐ŸŽ Blob performance improvements ([#416][], [#1167][])
    • ๐ŸŽ Various performance improvements ([#1109][], [#1115][], [#1132][])
    • โœ‚ Removed FTS3/4 tokenizer integration (registerTokenizer, [#1104][], [#1144][])
  • v0.13.3 Changes

    January 25, 2022
    • UUID Fix ([#1112][])
    • โž• Add prepareRowIterator method to an extension of Statement. ([#1119][])
    • โž• Adding primary key support to column with references ([#1121][])
  • v0.13.2 Changes

    January 25, 2022
    • Closing bracket position ([#1100][])
    • ๐Ÿ‘ Native user_version support in Connection ([#1105][])
  • v0.13.1 Changes

    November 17, 2021
    • ๐Ÿ‘Œ Support for database backup ([#919][])
    • ๐Ÿ‘Œ Support for custom SQL aggregates ([#881][])
    • โช Restore previous behavior in FailableIterator ([#1075][])
    • ๐Ÿ›  Fix compilation on Linux ([#1077][])
    • Align platform versions in SPM manifest and Xcode ([#1094][])
    • ๐Ÿš€ Revert OSX deployment target back to 10.10 ([#1095][])
  • v0.13.0 Changes

    August 22, 2021
    • ๐Ÿ‘ Swift 5.3 support
    • ๐Ÿ‘ Xcode 12.5 support
    • ๐Ÿš€ Bumps minimum deployment versions
    • ๐Ÿ›  Fixes up Package.swift to build SQLiteObjc module
  • v0.12.3 Changes

    May 18, 2021
    • ๐Ÿ‘ Swift 5.3 support.
    • ๐Ÿ‘ Xcode 12.5 support.
    • ๐Ÿš€ Bumps minimum deployment versions.
    • ๐Ÿ›  Fixes up Package.swift to build SQLiteObjc module.
  • v0.12.2

    June 21, 2019
  • v0.12.1 Changes

    June 21, 2019
    • ๐Ÿ‘ CocoaPods modular headers support
  • v0.12.0 Changes

    April 24, 2019

    ๐Ÿ”– Version with Swift 5 Support