Release list
Release 0.16.0
Release 0.15.1
Release 0.15.0
Release 0.14.0
Immutable release. Only release title and notes can be modified.
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