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

Changelog History
Page 2

  • v0.11.6 Changes

    April 19, 2019
    • Swift 4.2, SQLCipher 4.x ([#866][])
  • v0.11.5 Changes

    April 14, 2018
    • Swift 4.1 ([#797][])
  • v0.11.4 Changes

    September 30, 2017
    • Collate .nocase strictly enforces NOT NULL even when using Optional ([#697][])
    • ๐Ÿ›  Fix transactions not being rolled back when committing fails ([#426][])
    • โž• Add possibility to have expression on right hand side of like ([#591][])
    • โž• Added Date and Time functions ([#142][])
    • โž• Add Swift4 Coding support ([#733][])
    • ๐Ÿง Preliminary Linux support ([#315][], [#681][])
    • โž• Add RowIterator for more safety ([#647][], [#726][])
    • ๐Ÿ‘‰ Make Row.get throw instead of crash ([#649][])
    • ๐Ÿ›  Fix create/drop index functions ([#666][])
    • ๐Ÿš€ Revert deployment target to 8.0 ([#625][], [#671][], [#717][])
    • โž• Added support for the union query clause ([#723][])
    • โž• Add support for ORDER and LIMIT on UPDATE and DELETE ([#657][], [#722][])
    • ๐Ÿ‘ Swift 4 support ([#668][])
  • v0.11.3 Changes

    March 30, 2017
    • ๐Ÿ›  Fix compilation problems when using Carthage ([#615][])
    • โž• Add WITHOUT ROWID table option ([#541][])
    • ๐Ÿ›  Argument count fixed for binary custom functions ([#481][])
    • ๐Ÿ“š Documentation updates
    • โœ… Tested with Xcode 8.3 / iOS 10.3
  • v0.11.2 Changes

    December 25, 2016
    • ๐Ÿ›  Fixed SQLCipher integration with read-only databases ([#559][])
    • ๐Ÿ“ฆ Preliminary Swift Package Manager support ([#548][], [#560][])
    • ๐Ÿ›  Fixed null pointer when fetching an empty BLOB ([#561][])
    • ๐Ÿ‘ Allow where as alias for filter ([#571][])
  • v0.11.1 Changes

    December 06, 2016
    • โ†” Integrate SQLCipher via CocoaPods ([#546][], [#553][])
    • Made lastInsertRowid consistent with other SQLite wrappers ([#532][])
    • ๐Ÿ›  Fix for ~= operator used with Double ranges
    • ๐Ÿ“š Various documentation updates
  • v0.11.0 Changes

    October 19, 2016
    • Swift3 migration (diff)