A library to enable sqlite db migrations, using sqflite plugin.
v0.3.0 - 2021-04-14
- Support null-safety. 36a4011
- Fixed async/await bug in executeInitialization function. 0fb80ae
v0.2.0 - 2020-09-04
- Based on open_database_with_migration.dart new version of database every time will be equal migrations.length + 1. Situation when we'll perform migration to the version lesser than migrations.length + 1 looks impossible, because of the way we determine the current version. In this case assertion should check it in the manner suggested by the current PR. ad24d00
v0.1.2 - 2019-08-23
- remove deprecated failing tests dfc249c
v0.1.1 - 2019-08-23
- replace deprecated fonts-droid dependency in travis, with fonts-droid-fallback 091605a
- allow empty scripts array closes #2 5d22773
v0.1.0 - 2019-03-19
- fix formatting issue 9038c91
- add example 6ce670a
v0.0.2 - 2019-03-04
- fix formatting issue 8155d98
- Use dart:async imports to make the library backward compatible. 6b4194e
- enhance package description. e6804ba
This CHANGELOG.md was generated with Changelog for Dart