GitHub

Release list

Release 0.16.0

Release 0.15.1

What's Changed

Other Changes

  • Update SkipSQLPlus SQLite to 3.51.2 and SQLCipher to 4.13.0 by @marcprux in #27

Full Changelog: 0.15.0...0.15.1

Release 0.15.0

Release 0.14.0

Immutable release. Only release title and notes can be modified.

What's Changed

Other Changes

  • Update to SQLite 3.51.1 and SQLCipher 4.12.0 by @marcprux in #24

Full Changelog: 0.13.0...0.14.0

Release 0.13.0

Immutable release. Only release title and notes can be modified.

What's Changed

Other Changes

Upgrading

In order to accommodate the new SkipSQLCore module, developers will need to make a change to your code that imports SkipSQLPlus. Instead of:

import SkipSQL
import SkipSQLPlus

you will need to change it to:

import SkipSQLCore
import SkipSQLPlus

Full Changelog: 0.12.1...0.13.0

Release 0.12.1

Release 0.12.0

Release 0.11.0

What's Changed

Other Changes

  • Enable building SkipSQLPlus natively for Android by @marcprux in #12
  • Bump SkipSQLPlus version of SQLite to 3.50.4 and SQLCipher to 4.10.0 by @marcprux in #13
  • Add SQLContext.userVersion accessor by @marcprux in #14
  • Add date handling functions and documentation by @marcprux in #15

Full Changelog: 0.10.1...0.11.0

Release 0.10.1

Release 0.10.0

What's Changed

Other Changes

  • Add type persistence with SQLCodable and querying with SQLPredicate by @marcprux in #10

Full Changelog: 0.9.0...0.10.0

Read the original on github.com ↗