Skip to content

Releases: nerdyc/Squeal

Database Migrations

08 May 01:24
Compare
Choose a tag to compare

This version of Squeal adds support for database migrations!

SQLite provides very minimal support for migrations on its own. Managing these is left up to the developer, and it can be a pain. Squeal tries to assuage this pain by introducing a Schema class and a small DSL for declaring versions.

Check out the docs and playgrounds for more info.

CocoaPods, tvOS, and watchOS

09 Apr 05:51
Compare
Choose a tag to compare

This release adds support for tvOS and watchOS, and can now be installed via CocoaPods!

1.0.2

12 Sep 04:09
Compare
Choose a tag to compare
  • Disables Whole Module Optimizations, due to crashes in projects that used it.
  • Moves a small amount of C code into Swift.

Initial Swift 3 Release

10 Sep 21:35
Compare
Choose a tag to compare
v1.1.0

v1.1.0

1.0.1

10 Sep 20:15
Compare
Choose a tag to compare

Last release for Swift 2.3