29 lines
No EOL
588 B
Markdown
Executable file
29 lines
No EOL
588 B
Markdown
Executable file
# 2.0.0-beta.1
|
|
* Make `reset` reverse migrations.
|
|
|
|
# 2.0.0-beta.0
|
|
* Make `reset` reverse migrations.
|
|
|
|
# 2.0.0-alpha.5
|
|
* Support default values for columns.
|
|
|
|
# 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. |