Skip to content

Latest commit

 

History

History
57 lines (37 loc) · 3.04 KB

CHANGELOG.md

File metadata and controls

57 lines (37 loc) · 3.04 KB

Change Log for sqflite_migration

A library to enable sqlite db migrations, using sqflite plugin.

v0.3.0 - 2021-04-14

Feats

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

Docs

v0.0.2 - 2019-03-04

Chore

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