platform/packages/orm/angel_orm_postgres/CHANGELOG.md
thomashii@dukefirehawk.com 69b7483794 Migrated angel_orm
2021-05-02 15:32:24 +08:00

638 B

3.0.0

  • Migrated to support Dart SDK 2.12.x NNBD

2.0.0

  • Migrated to work with Dart SDK 2.12.x Non NNBD

1.1.0-beta.1

  • Improvements in how transactions are handled; rethrow failed exceptions after rolling back.
  • Remove deprecated executor classes.

1.1.0-beta

  • Updates for package:angel_orm@2.1.0-beta.

1.0.0

  • Bump to 1.0.0. This package has actually been stable for several months.

1.0.0-dev.4

  • Port tests to use angel_orm_test.

1.0.0-dev.3

  • Support for tableName.

1.0.0-dev.2

  • Add optional logging.

1.0.0-dev.1

  • Changes to work with package:angel_orm@2.0.0-dev.15.

1.0.0-dev

  • First version.