platform/packages/orm/angel_migration/CHANGELOG.md

17 lines
305 B
Markdown
Raw Normal View History

2021-05-02 07:32:24 +00:00
# 4.0.0
* 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:52:36 +00:00
# 2.0.0
* Bump to `2.0.0`.
2019-04-21 17:30:19 +00:00
# 2.0.0-rc.0
* Make abstract `Schema.alter` use `MutableTable`.
2019-02-14 17:15:34 +00:00
# 2.0.0-alpha.1
* Changes to work with `package:angel_orm@2.0.0-dev.15`.
# 2.0.0-alpha
Dart 2 update.