Skip to content

Latest commit

 

History

History
77 lines (43 loc) · 2.31 KB

CHANGELOG.md

File metadata and controls

77 lines (43 loc) · 2.31 KB

Change Log

[0.8.3]

  • updated SQLite to 0.15.3 (@orestesgaolin)
  • Update SQLite.swift to 0.14.1 (@orestesgaolin)
  • Update SQLite.swift to 0.13.3.
  • Add subspec compatible with SQLCipher (@liyuan116)
  • Update SQLite.swift to 0.13.0.
  • Update SQLite.swift to 0.12.0. (@ypopovych)
  • Update SQLite.swift to 0.11.6.
  • Compatible with Xcode 10.2.
  • Add macOS support (@nickgzzjr & @misteral).
  • Reorganize project to support additional platforms in the future.
  • Swift 4.2 support.
  • Upgrage example app.
  • SPM support.
  • Set APPLICATION_EXTENSION_API_ONLY to YES.
  • Swift 4.0 support.
  • Drop iOS 8 support.
  • Swift 3 migration.
  • Fix travis before_deploy step.
  • Add CHANGELOG.md.
  • Fix travis before_deploy step.
  • Add example project.
  • Convenience initializers for SQLiteMigrationManager.
  • Documentation.
  • Fixed visibility of MigrationDB (should have been private).
  • Initial release.