2021-05-18 15:07:36 +00:00
|
|
|
# 4.0.0-beta.2
|
|
|
|
* Resolved static analysis warnings
|
|
|
|
|
2021-05-18 14:36:40 +00:00
|
|
|
# 4.0.0-beta.1
|
2021-05-02 07:32:24 +00:00
|
|
|
* Migrated to support Dart SDK 2.12.x NNBD
|
|
|
|
|
|
|
|
# 3.0.0
|
|
|
|
* Migrated to work with Dart SDK 2.12.x Non NNBD
|
|
|
|
|
2019-04-29 17:54:07 +00:00
|
|
|
# 2.0.0
|
|
|
|
* Bump to `2.0.0`.
|
|
|
|
|
2019-04-20 04:42:11 +00:00
|
|
|
# 2.0.0-beta.1
|
|
|
|
* Make `reset` reverse migrations.
|
|
|
|
|
2019-04-20 04:31:44 +00:00
|
|
|
# 2.0.0-beta.0
|
|
|
|
* Make `reset` reverse migrations.
|
|
|
|
|
2019-04-04 20:30:53 +00:00
|
|
|
# 2.0.0-alpha.5
|
|
|
|
* Support default values for columns.
|
|
|
|
|
2019-02-14 17:15:34 +00:00
|
|
|
# 2.0.0-alpha.4
|
|
|
|
* Include the names of migration classes when running.
|
|
|
|
|
|
|
|
# 2.0.0-alpha.3
|
|
|
|
* Run migrations in reverse on `rollback`.
|
|
|
|
|
|
|
|
# 2.0.0-alpha.2
|
|
|
|
* Run migrations in reverse on `reset`.
|
|
|
|
|
|
|
|
# 2.0.0-alpha.1
|
|
|
|
* Cast Iterables via `.cast()`, rather than `as`.
|
|
|
|
|
|
|
|
# 2.0.0-alpha
|
|
|
|
* Dart 2 update.
|
|
|
|
|
|
|
|
# 1.0.0-alpha+5
|
|
|
|
`Schema#drop` now has a named `cascade` parameter, of type `bool`.
|
|
|
|
|
|
|
|
# 1.0.0-alpha+1
|
|
|
|
* You can now pass a `connected` parameter.
|