sqflite_migration 0.3.0 sqflite_migration: ^0.3.0 copied to clipboard
A library to enable sqlite db migrations, using sqflite plugin.
Change Log for sqflite_migration #
A library to enable sqlite db migrations, using sqflite plugin.
v0.3.0 - 2021-04-14 #
Feats #
- Support null-safety. 36a4011
Bugs #
- Fixed async/await bug in executeInitialization function. 0fb80ae
Docs #
v0.2.0 - 2020-09-04 #
Bugs #
- 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 #
Test #
- remove deprecated failing tests dfc249c
v0.1.1 - 2019-08-23 #
Chore #
- replace deprecated fonts-droid dependency in travis, with fonts-droid-fallback 091605a
Bugs #
- allow empty scripts array closes #2 5d22773
v0.1.0 - 2019-03-19 #
Chore #
- fix formatting issue 9038c91
Docs #
- add example 6ce670a
v0.0.2 - 2019-03-04 #
Chore #
- fix formatting issue 8155d98
Fixes #
- Use dart:async imports to make the library backward compatible. 6b4194e
Docs #
- enhance package description. e6804ba
This CHANGELOG.md was generated with Changelog for Dart