drift/moor_ffi/CHANGELOG.md

20 lines
681 B
Markdown
Raw Normal View History

## 0.3.1
- Implement `overrideForAll` and `overrideFor` - thanks, [@negator](https://github.com/negator)
## 0.3.0
- Better setup for compiling sqlite3 on Android
- Compilation options to increase runtime performance, enable `fts5` and `json1`
- We no longer download sqlite sources on the first run, they now ship with the plugin
## 0.2.0
2019-10-30 13:15:07 -07:00
- Remove the `background` flag from the moor apis provided by this package. Use the moor isolate api
instead.
2019-11-14 09:00:55 -08:00
- Remove builtin support for background execution from the low-level `Database` api
- Support Dart 2.6, drop support for older versions
2019-10-30 13:15:07 -07:00
## 0.0.1
2019-09-24 13:36:09 -07:00
- Initial release. Contains standalone bindings and a moor implementation.