Releases: OP-Engineering/op-sqlite
Releases · OP-Engineering/op-sqlite
5.0.1
What's Changed
- Bundle crsqlite extension by @ospfranco in #80
- New configuration parsing from package.json by @ospfranco in #81
Full Changelog: 4.0.0-beta1...5.0.1
4.0.0-beta1
3.0.4
What's Changed
- Add a function to move a db from assets by @ospfranco in #73
- Fixes sqlcipher compilation on iOS by @ospfranco in #74
Full Changelog: 3.0.2...3.0.4
3.0.1
This is a major change to op-sqlite. To make supporting sqlcipher easier, it has been rolled into the package. There is a change in the API (in the open function), so be careful about updating.
There is also new documentation, much more detailed.
What's Changed
- Roll SQLCipher into the package by @ospfranco in #70
- Add get db path function by @ospfranco in #71
Full Changelog: 2.0.22...3.0.1
2.0.22
What's Changed
- Add typecheck to CI workflow by @ospfranco in #68
- Code clean by @ospfranco in #69
Full Changelog: 2.0.21...2.0.22
Fix prepared statements insertions
What's Changed
- Fix missing gradle properties by @ospfranco in #57
- CI by @ospfranco in #59
- Update CI by @ospfranco in #62
- Fix issue where prepared statement can only be used once by @mjmasn in #61
- Add test for prepared statement binding by @ospfranco in #63
New Contributors
Full Changelog: 2.0.18...2.0.20
Fix Android compilation with missing Kotlin version
What's Changed
- Fixed missing Kotlin version property by re-adding gradle.properties
Full Changelog: 2.0.18...2.0.19
2.0.18
What's Changed
- Add new perf profile by @EduFrazao in #48
- Fix null values returning 0 instead of null by @EduFrazao in #48
- Correctly reject promises instead of throwing errors by @EduFrazao in #48
- Fix README regarding execute function by @ospfranco in #51
Full Changelog: 2.0.17...2.0.18
2.0.17
What's Changed
- Make code more cxx like by @ospfranco in #41
- Add warning and conditional compilation of load runtime extensions by @ospfranco in #44
- Code cleanup by @ospfranco in #45
- SQLite upgrade to 3.45.1 by @EduFrazao in #49
New Contributors
- @EduFrazao made their first contribution in #49
Full Changelog: 2.0.16...2.0.17
2.0.15
What's Changed
- Update README.md by @HenrikZabel in #36
- Raw results function by @ospfranco in #39
- Load extensions on runtime by @ospfranco in #40
New Contributors
- @HenrikZabel made their first contribution in #36
Full Changelog: 2.0.13...2.0.15