Updated Change Log

This commit is contained in:
thomashii@dukefirehawk.com 2022-08-16 19:19:04 +08:00
parent 3f4ff925dc
commit 5bea55d2c0
56 changed files with 376 additions and 158 deletions

View file

@ -1,5 +1,18 @@
# Change Log
## 7.0.0
* Require Dart >= 2.17
## 6.0.0
* Require Dart >= 2.16
* Added ORM MySQL
## 5.0.0
* Skipped version
## 4.1.x
* Refactored the framework internal to use [Belatuk Common Utilities](<https://github.com/dart-backend/belatuk-common-utilities>)

View file

@ -144,6 +144,6 @@ You can also view the [Angel3 API](http://www.dartdocs.org/documentation/angel_f
Interested in contributing to Angel3? See the contribution guide [here](CONTRIBUTING.md).
## Support
## Donation & Support
If you like this project and want to support the author, you can [donate](https://paypal.me/dukefirehawk?country.x=MY&locale.x=en_US) me via paypal donations service.
If you like this project and want to support its development, you can make a [donation](https://paypal.me/dukefirehawk?country.x=MY&locale.x=en_US) via paypal service.

View file

@ -1,5 +1,9 @@
# 2.0.0
* Migrated to support Dart SDK 2.12.x NNBD
# Change Log
# 1.0.0
* Created package + tests
## 2.0.0
* Migrated to support Dart >= 2.12 NNBD
## 1.0.0
* Created package + tests

View file

@ -1,5 +1,9 @@
# 2.0.0
* Migrated to support Dart SDK 2.12.x NNBD
# Change Log
# 1.0.0
* Initial checkin
## 2.0.0
* Migrated to support Dart >= 2.12 NNBD
## 1.0.0
* Initial checkin

View file

@ -1,6 +1,10 @@
# 2.0.0
* Migrated to support Dart SDK 2.12.x NNBD
# Change Log
## 2.0.0
* Migrated to support Dart >= 2.12 NNBD
## 1.1.0
# 1.1.0
* Moved to `package:rethinkdb_driver`
* Fixed references to old hooked event names.
* Fixed references to old hooked event names

View file

@ -1,5 +1,9 @@
# 2.0.0
* Migrated to support Dart SDK 2.12.x NNBD
# Change Log
# 1.0.0
* Initial checkin
## 2.0.0
* Migrated to support Dart >= 2.12 NNBD
## 1.0.0
* Initial checkin

View file

@ -1,11 +1,16 @@
# 2.0.0
* Migrated to support Dart SDK 2.12.x NNBD
# Change Log
## 2.0.0
* Migrated to support Dart >= 2.12 NNBD
## 1.0.1
# 1.0.1
* Explicitly extend `Service<Id, T>`.
* Override `readData`.
* Use `Service<Id, Map<String, dynamic>>` for `inner`, instead of just
`Service<Id, Map>`.
# 1.0.0
* Initial version.
## 1.0.0
* Initial version.

View file

@ -1,8 +1,12 @@
# Change Log
## 7.0.0
* Require Dart >= 2.17
## 6.0.0
* Updated to SDK 2.16.x
* Require Dart >= 2.16
## 5.0.0
@ -47,11 +51,11 @@
## 4.0.0
* Migrated to support Dart SDK 2.12.x NNBD
* Migrated to support Dart >= 2.12 NNBD
## 3.0.0
* Migrated to work with Dart SDK 2.12.x Non NNBD
* Migrated to work with Dart >= 2.12 Non NNBD
## 2.1.5+1

View file

@ -1,8 +1,12 @@
# Change Log
## 7.0.0
* Require Dart >= 2.17
## 6.0.0
* Updated to SDK 2.16.x
* Require Dart >= 2.16
## 5.0.0
@ -22,11 +26,11 @@
## 4.0.0
* Migrated to support Dart SDK 2.12.x NNBD
* Migrated to support Dart >= 2.12 NNBD
## 3.0.0
* Migrated to work with Dart SDK 2.12.x Non NNBD
* Migrated to work with Dart >= 2.12.x Non NNBD
## 2.1.0

View file

@ -1,8 +1,12 @@
# Change Log
## 6.0.0-beta.1
## 7.0.0
* Updated to SDK 2.16.x
* Require Dart >= 2.17
## 6.0.0
* Require Dart >= 2.16
## 5.0.0
@ -10,11 +14,11 @@
## 4.0.0
* Migrated to support Dart SDK 2.12.x NNBD
* Migrated to support Dart >= 2.12 NNBD
## 3.0.0
* Migrated to work with Dart SDK 2.12.x Non NNBD
* Migrated to work with Dart >= 2.12 Non NNBD
## 2.0.0

View file

@ -1,8 +1,12 @@
# Change Log
## 7.0.0
* Require Dart >= 2.17
## 6.0.0
* Updated to SDK 2.16.x
* Require Dart >= 2.16
## 5.0.0
@ -26,11 +30,11 @@
## 4.0.0
* Migrated to support Dart SDK 2.12.x NNBD
* Migrated to support Dart >= 2.12 NNBD
## 3.0.0
* Migrated to work with Dart SDK 2.12.x Non NNBD
* Migrated to work with Dart >= 2.12 Non NNBD
## 2.0.1

View file

@ -1,8 +1,12 @@
# Change Log
## 7.0.0
* Require Dart >= 2.17
## 6.0.0
* Updated to SDK 2.16.x
* Require Dart >= 2.16
## 5.0.0
@ -32,11 +36,11 @@
## 4.0.0
* Migrated to support Dart SDK 2.12.x NNBD
* Migrated to support Dart >= 2.12 NNBD
## 3.0.0
* Migrated to work with Dart SDK 2.12.x Non NNBD
* Migrated to work with Dart >= 2.12 Non NNBD
## 2.0.2

View file

@ -2,12 +2,12 @@
## 7.0.0
* Updated to min SDK 2.17.x
* Require Dart >= 2.17
* Updated `dotenv` to 4.0.x
## 6.0.0
* Updated to SDK min 2.16.x
* Require Dart >= 2.16
## 5.0.0
@ -26,11 +26,11 @@
## 4.0.0
* Migrated to support Dart SDK 2.12.x NNBD
* Migrated to support Dart >= 2.12 NNBD
## 3.0.0
* Migrated to work with Dart SDK 2.12.x Non NNBD
* Migrated to work with Dart >= 2.12 Non NNBD
## 2.2.0

View file

@ -1,8 +1,12 @@
# Change Log
## 7.0.0
* Require Dart >= 2.17
## 6.0.0
* Updated to SDK 2.16.x
* Require Dart >= 2.16
* Removed `error`
## 5.0.0
@ -32,11 +36,11 @@
## 3.0.0
* Migrated to support Dart SDK 2.12.x NNBD
* Migrated to support Dart >= 2.12 NNBD
## 2.0.0
* Migrated to work with Dart SDK 2.12.x Non NNBD
* Migrated to work with Dart >= 2.12 Non NNBD
## 1.1.0

View file

@ -1,8 +1,12 @@
# Change Log
## 7.0.0
* Require Dart >= 2.17
## 6.0.0
* Updated to SDK 2.16.x
* Require Dart >= 2.16
## 5.0.0
@ -23,13 +27,13 @@
## 3.0.0-beta.1
* Migrated to support Dart SDK 2.12.x NNBD
* Migrated to support Dart >= 2.12 NNBD
* Updated linter to `package:lints`
* Updated to use `angel3_` packages
## 2.0.0
* Migrated to work with Dart SDK 2.12.x Non NNBD
* Migrated to work with Dart >= 2.12 Non NNBD
## 1.0.1

View file

@ -1,12 +1,16 @@
# Change Log
## 7.0.0
* Require Dart >= 2.17
## 6.0.1
* Fixed analyze error
## 6.0.0
* Updated to SDK 2.16.x
* Require Dart >= 2.16
## 5.0.0
@ -23,11 +27,11 @@
## 4.0.0
* Migrated to support Dart SDK 2.12.x NNBD
* Migrated to support Dart >= 2.12 NNBD
## 3.0.0
* Migrated to work with Dart SDK 2.12.x Non NNBD
* Migrated to work with Dart >= 2.12 Non NNBD
## 2.0.0

View file

@ -1,8 +1,12 @@
# Change Log
## 7.0.0
* Require Dart >= 2.17
## 6.0.0
* Updated to SDK 2.16.x
* Require Dart >= 2.16
## 5.0.0
@ -23,11 +27,11 @@
## 4.0.0
* Migrated to support Dart SDK 2.12.x NNBD
* Migrated to support Dart >= 2.12 NNBD
## 3.0.0
* Migrated to work with Dart SDK 2.12.x Non NNBD
* Migrated to work with Dart >= 2.12 Non NNBD
## 2.0.1

View file

@ -1,8 +1,12 @@
# Change Log
## 7.0.0
* Require Dart >= 2.17
## 6.0.0
* Updated to SDK 2.16.x
* Require Dart >= 2.16
* Updated `container` to non nullable
* Updated `angel` to non nullable
* Updated `logger` to non nullable
@ -73,11 +77,11 @@
## 4.0.0
* Migrated to support Dart SDK 2.12.x NNBD
* Migrated to support Dart >= 2.12 NNBD
## 3.0.0
* Migrated to work with Dart SDK 2.12.x Non NNBD
* Migrated to work with Dart >= 2.12 Non NNBD
## 2.1.1

View file

@ -2,12 +2,12 @@
## 7.0.0
* Updated to min SDK 2.17.x
* Require Dart >= 2.17
* Updated `vm_service` to 9.3.0
## 6.0.0
* Updated to min SDK 2.16.x
* Require Dart >= 2.16
## 5.0.0
@ -41,11 +41,11 @@
## 4.0.0
* Migrated to support Dart SDK 2.12.x NNBD
* Migrated to support Dart >= 2.12 NNBD
## 3.0.0
* Migrated to work with Dart SDK 2.12.x Non NNBD
* Migrated to work with Dart >= 2.12 Non NNBD
## 2.0.6

View file

@ -1,8 +1,12 @@
# Change Log
## 7.0.0
* Require Dart >= 2.17
## 6.0.0
* Updated to SDK 2.16.x
* Require Dart >= 2.16
## 5.0.0
@ -14,7 +18,7 @@
## 3.0.0
* Migrated to support Dart SDK 2.12.x NNBD
* Migrated to support Dart >= 2.12 NNBD
## 2.0.0

View file

@ -1,13 +1,17 @@
# Change Log
## 7.0.0
* Require Dart >= 2.17
## 6.0.1
* Updated README
## 6.0.0
* Updated to SDK 2.16.x
* Require Dart >= 2.16
* [**Breaking**] `error` for `AngelHttpException` is no longer mandatory
## 5.0.0
@ -32,11 +36,11 @@
## 3.0.0
* Migrated to support Dart SDK 2.12.x NNBD
* Migrated to support Dart >= 2.12 NNBD
## 2.0.0
* Migrated to work with Dart SDK 2.12.x Non NNBD
* Migrated to work with Dart >= 2.12 Non NNBD
## 1.1.0

View file

@ -1,5 +1,9 @@
# Change Log
## 7.0.0
* Require Dart >= 2.17
## 6.0.1
* Updated `jael3`
@ -7,7 +11,7 @@
## 6.0.0
* Updated to SDK 2.16.x
* Require Dart >= 2.16
## 5.0.0
@ -44,11 +48,11 @@
## 4.0.0
* Migrated to support Dart SDK 2.12.x NNBD
* Migrated to support Dart >= 2.12 NNBD
## 3.0.0
* Migrated to work with Dart SDK 2.12.x Non NNBD
* Migrated to work with Dart >= 2.12 Non NNBD
## 2.0.0

View file

@ -1,12 +1,16 @@
# Change Log
## 7.0.0
* Require Dart >= 2.17
## 6.0.1
* Fixed analyze errors
## 6.0.0
* Updated to SDK 2.16.x
* Require Dart >= 2.16
## 5.0.0
@ -23,11 +27,11 @@
## 4.0.0
* Migrated to support Dart SDK 2.12.x NNBD
* Migrated to support Dart >= 2.12 NNBD
## 3.0.0
* Migrated to work with Dart SDK 2.12.x Non NNBD
* Migrated to work with Dart >= 2.12 Non NNBD
## 2.0.2

View file

@ -1,12 +1,16 @@
# Change Log
## 7.0.0
* Require Dart >= 2.17
## 6.0.1
* Fixed `jael3` version
## 6.0.0
* Updated to SDK 2.16.x
* Require Dart >= 2.16
## 5.0.0
@ -27,11 +31,11 @@
## 4.0.0
* Migrated to support Dart SDK 2.12.x NNBD
* Migrated to support Dart >= 2.12 NNBD
## 3.0.0
* Migrated to work with Dart SDK 2.12.x Non NNBD
* Migrated to work with Dart >= 2.12 Non NNBD
## 2.0.1

View file

@ -1,8 +1,12 @@
# Change Log
## 7.0.0
* Require Dart >= 2.17
## 6.0.0
* Updated to SDK 2.16.x
* Require Dart >= 2.16
## 5.0.0
@ -23,7 +27,7 @@
## 2.0.0
* Migrated to support Dart SDK 2.12.x NNBD
* Migrated to support Dart >= 2.12 NNBD
## 1.0.0

View file

@ -2,7 +2,7 @@
## 7.0.0
* Updated to min SDK 2.17.x
* Require Dart >= 2.17
* Updated `markdown` to 6.0.x
## 6.1.0
@ -11,7 +11,7 @@
## 6.0.0
* Updated to SDK 2.16.x
* Require Dart >= 2.16
## 5.0.0
@ -23,11 +23,11 @@
## 4.0.0
* Migrated to support Dart SDK 2.12.x NNBD
* Migrated to support Dart >= 2.12 NNBD
## 3.0.0
* Migrated to support Dart SDK 2.12.x non NNBD
* Migrated to support Dart >= 2.12 Non NNBD
## 2.0.0

View file

@ -1,8 +1,12 @@
# Change Log
## 7.0.0
* Require Dart >= 2.17
## 6.0.0
* Updated to SDK 2.16.x
* Require Dart >= 2.16
## 5.0.0
@ -31,7 +35,7 @@
## 2.0.0
* Migrated to work with Dart SDK 2.12.x NNBD
* Migrated to work with Dart >= 2.12 NNBD
## 1.0.7

View file

@ -1,8 +1,12 @@
# Change Log
## 7.0.0
* Require Dart >= 2.17
## 6.0.0
* Updated to SDK 2.16.x
* Require Dart >= 2.16
## 5.0.0
@ -31,11 +35,11 @@
## 3.0.0
* Migrated to support Dart SDK 2.12.x NNBD
* Migrated to support Dart >= 2.12 NNBD
## 2.0.0
* Migrated to work with Dart SDK 2.12.x Non NNBD
* Migrated to work with Dart >= 2.12 Non NNBD
## 1.0.3

View file

@ -1,8 +1,12 @@
# Change Log
## 7.0.0
* Require Dart >= 2.17
## 6.0.0
* Updated to SDK 2.16.x
* Require Dart >= 2.16
## 5.0.0
@ -20,7 +24,7 @@
## 3.0.0
* Migrated to support Dart SDK 2.12.x NNBD
* Migrated to support Dart >= 2.12 NNBD
## 2.0.3

View file

@ -1,8 +1,12 @@
# Change Log
## 7.0.0
* Require Dart >= 2.17
## 6.0.0
* Updated to SDK 2.16.x
* Require Dart >= 2.16
## 5.0.0
@ -22,7 +26,7 @@
## 3.0.0
* Migrated to support Dart SDK 2.12.x NNBD
* Migrated to support Dart >= 2.12 NNBD
* Replaced `mustache4dart` with `mustache_template`
## 2.0.0

View file

@ -1,5 +1,9 @@
# Change Log
## 7.0.0
* Require Dart >= 2.17
## 6.0.1
* Fixed AngelHttpException error
@ -7,7 +11,7 @@
## 6.0.0
* Updated to SDK 2.16.x
* Require Dart >= 2.16
## 5.0.0
@ -23,11 +27,11 @@
## 4.0.0
* Migrated to support Dart SDK 2.12.x NNBD
* Migrated to support Dart >= 2.12 NNBD
## 3.0.0
* Migrated to work with Dart SDK 2.12.x Non NNBD
* Migrated to work with Dart >= 2.12 Non NNBD
## 2.3.0

View file

@ -1,12 +1,16 @@
# Change Log
## 7.0.0
* Require Dart >= 2.17
## 6.1.0
* Updated temporal fields
## 6.0.0
* Updated to SDK 2.16.x
* Require Dart >= 2.16
## 5.0.0
@ -44,11 +48,11 @@
## 4.0.0-beta.1
* Migrated to support Dart SDK 2.12.x NNBD
* Migrated to support Dart >= 2.12 NNBD
## 3.0.0
* Migrated to work with Dart SDK 2.12.x Non NNBD
* Migrated to work with Dart >= 2.12 Non NNBD
## 2.0.0

View file

@ -1,5 +1,9 @@
# Change Log
## 7.0.0
* Require Dart >= 2.17
## 6.1.0
* Fixed issue #70. Incorrectly generated SQL for `defaultsTo('Default Value')`
@ -14,7 +18,7 @@
## 6.0.0
* Updated to SDK 2.16.x
* Require Dart >= 2.16
* Updated to use `mysql_client` package
## 5.0.0
@ -64,11 +68,11 @@
## 4.0.0-beta.1
* Migrated to support Dart SDK 2.12.x NNBD
* Migrated to support Dart >= 2.12 NNBD
## 3.0.0
* Migrated to work with Dart SDK 2.12.x Non NNBD
* Migrated to work with Dart >= 2.12 Non NNBD
## 2.0.0

View file

@ -1,5 +1,9 @@
# Change Log
## 7.0.0
* Require Dart >= 2.17
## 6.1.0
* Fixed issue #68: Support for non-nullable type
@ -11,7 +15,7 @@
## 6.0.0
* Updated to SDK 2.16.x
* Require Dart >= 2.16
## 5.0.0
@ -70,11 +74,11 @@
## 4.0.0-beta.1
* Migrated to support Dart SDK 2.12.x NNBD
* Migrated to support Dart >= 2.12 NNBD
## 3.0.0
* Migrated to work with Dart SDK 2.12.x Non NNBD
* Migrated to work with Dart >= 2.12 Non NNBD
## 2.1.0-beta.3

View file

@ -1,5 +1,9 @@
# Change Log
## 7.0.0
* Require Dart >= 2.17
## 6.2.0
* Fixed issue #68: Support for non-nullable type
@ -16,7 +20,7 @@
## 6.0.0
* Updated to SDK 2.16.x
* Require Dart >= 2.16
## 5.0.0
@ -85,11 +89,11 @@
## 4.0.0-beta.1
* Migrated to support Dart SDK 2.12.x NNBD
* Migrated to support Dart >= 2.12 NNBD
## 3.0.0
* Migrated to work with Dart SDK 2.12.x Non NNBD
* Migrated to work with Dart >= 2.12 Non NNBD
## 2.1.0-beta.2

View file

@ -1,5 +1,9 @@
# Change Log
## 7.0.0
* Require Dart >= 2.17
## 6.0.0
* Fixed temporal data type
@ -19,7 +23,7 @@
## 6.0.0-beta.1
* Updated to SDK 2.16.x
* Require Dart >= 2.16
* Added support for MariaDB 10.2.x with `mysql1` driver
* Added support for MySQL 8.x.x with `mysql_client` driver
@ -49,7 +53,7 @@
## 2.0.0-beta.1
* Migrated to support Dart SDK 2.12.x NNBD
* Migrated to support Dart >= 2.12 NNBD
## 1.0.0

View file

@ -1,12 +1,16 @@
# Change Log
## 7.0.0
* Require Dart >= 2.17
## 6.1.0
* Fixed #71. Restablish broken connection automatically.
## 6.0.0
* Updated to SDK 2.16.x
* Require Dart >= 2.16
## 5.0.0
@ -47,11 +51,11 @@
## 3.0.0-beta.1
* Migrated to support Dart SDK 2.12.x NNBD
* Migrated to support Dart >= 2.12 NNBD
## 2.0.0
* Migrated to work with Dart SDK 2.12.x Non NNBD
* Migrated to work with Dart >= 2.12 Non NNBD
## 1.1.0-beta.1

View file

@ -1,8 +1,12 @@
# Change Log
## 7.0.0
* Require Dart >= 2.17
## 6.0.0
* Updated to SDK 2.16.x
* Require Dart >= 2.16
## 5.0.0
@ -26,7 +30,7 @@
## 2.0.0-beta.1
* Migrated to support Dart SDK 2.12.x NNBD
* Migrated to support Dart >= 2.12 NNBD
## 1.0.0

View file

@ -1,12 +1,16 @@
# Change Log
## 7.0.0
* Require Dart >= 2.17
## 6.1.0
* Added test cases for non nullable type
## 6.0.0
* Updated to SDK 2.16.x
* Require Dart >= 2.16
## 5.0.0
@ -56,11 +60,11 @@
## 3.0.0-beta.1
* Migrated to support Dart SDK 2.12.x NNBD
* Migrated to support Dart >= 2.12 NNBD
## 2.0.0
* Migrated to work with Dart SDK 2.12.x Non NNBD
* Migrated to work with Dart >= 2.12 Non NNBD
## 1.0.0

View file

@ -1,8 +1,12 @@
# Change Log
## 7.0.0
* Require Dart >= 2.17
## 6.0.0
* Updated to SDK 2.16.x
* Require Dart >= 2.16
## 5.0.0
@ -22,7 +26,7 @@
## 3.0.0
* Migrated to support Dart SDK 2.12.x NNBD
* Migrated to support Dart >= 2.12 NNBD
## 2.0.0

View file

@ -1,8 +1,12 @@
# Change Log
## 7.0.0
* Require Dart >= 2.17
## 6.0.0
* Updated to SDK 2.16.x
* Require Dart >= 2.16
## 5.0.0
@ -41,11 +45,11 @@
## 3.0.0
* Migrated to support Dart SDK 2.12.x NNBD
* Migrated to support Dart >= 2.12 NNBD
## 2.0.0
* Migrated to work with Dart SDK 2.12.x Non NNBD
* Migrated to work with Dart >= 2.12 Non NNBD
## 1.0.0

View file

@ -1,12 +1,16 @@
# Change Log
## 7.0.0
* Require Dart >= 2.17
## 6.0.1
* Fixed exception errors
## 6.0.0
* Updated to SDK 2.16.x
* Require Dart >= 2.16
## 5.0.0
@ -22,11 +26,11 @@
## 4.0.0
* Migrated to support Dart SDK 2.12.x NNBD
* Migrated to support Dart >= 2.12 NNBD
## 3.0.0
* Migrated to work with Dart SDK 2.12.x Non NNBD
* Migrated to work with Dart >= 2.12 Non NNBD
## 2.2.0

View file

@ -1,8 +1,12 @@
# Change Log
## 7.0.0
* Require Dart >= 2.17
## 6.0.0
* Updated to SDK 2.16.x
* Require Dart >= 2.16
## 5.0.0
@ -22,7 +26,7 @@
## 2.0.0
* Migrated to support Dart SDK 2.12.x NNBD
* Migrated to support Dart >= 2.12 NNBD
## 1.0.0

View file

@ -1,5 +1,9 @@
# Change Log
## 7.0.0
* Require Dart >= 2.17
## 6.0.0
* Updated to 2.16.x
@ -20,11 +24,11 @@
## 5.0.0
* Migrated to support Dart SDK 2.12.x NNBD
* Migrated to support Dart >= 2.12 NNBD
## 4.0.0
* Migrated to work with Dart SDK 2.12.x Non NNBD
* Migrated to work with Dart >= 2.12 Non NNBD
## 3.1.0+1

View file

@ -1,12 +1,16 @@
# Change Log
## 7.0.0
* Require Dart >= 2.17
## 6.0.1
* Fixed AngelHttpException error
## 6.0.0
* Updated to SDK 2.16.x
* Require Dart >= 2.16
## 5.0.0
@ -27,7 +31,7 @@
## 3.0.0
* Migrated to support Dart SDK 2.12.x NNBD
* Migrated to support Dart >= 2.12 NNBD
## 2.0.0-alpha.1

View file

@ -1,8 +1,12 @@
# Change Log
## 7.0.0
* Require Dart >= 2.17
## 6.0.0
* Updated to SDK 2.16.x
* Require Dart >= 2.16
## 5.0.0
@ -28,7 +32,7 @@
## 2.0.0
* Migrated to support Dart SDK 2.12.x NNBD
* Migrated to support Dart >= 2.12 NNBD
## 1.0.1

View file

@ -1,8 +1,12 @@
# Change Log
## 7.0.0
* Require Dart >= 2.17
## 6.0.0
* Updated to SDK 2.16.x
* Require Dart >= 2.16
## 5.0.0
@ -19,7 +23,7 @@
## 3.0.0
* Migrated to support Dart SDK 2.12.x NNBD
* Migrated to support Dart >= 2.12 NNBD
## 2.0.0

View file

@ -1,8 +1,12 @@
# Change Log
## 7.0.0
* Require Dart >= 2.17
## 6.0.0
* Updated to SDK 2.16.x
* Require Dart >= 2.16
## 5.0.0
@ -26,12 +30,12 @@
## 4.0.0
* Migrated to support Dart SDK 2.12.x NNBD
* Migrated to support Dart >= 2.12 NNBD
* Migrateed quiver_hashcode to quiver
## 3.0.0
* Migrated to work with Dart SDK 2.12.x Non NNBD
* Migrated to work with Dart >= 2.12 Non NNBD
## 2.2.3+3

View file

@ -1,5 +1,9 @@
# Change Log
## 7.0.0
* Require Dart >= 2.17
## 6.1.1
* Fixed issue #68: Support for non-nullable type
@ -10,7 +14,7 @@
## 6.0.0
* Updated to SDK 2.16.x
* Require Dart >= 2.16
* Updated to `analyzer` 3.x.x
* Fixed default value for `List` and `Enum`
@ -68,12 +72,12 @@
## 4.0.0
* Migrated to support Dart SDK 2.12.x NNBD
* Migrated to support Dart >= 2.12 NNBD
* Importing `Optional` package is required for the ORM model
## 3.0.0
* Migrated to work with Dart SDK 2.12.x Non NNBD
* Migrated to work with Dart >= 2.12 Non NNBD
## 2.5.0

View file

@ -1,12 +1,16 @@
# Change Log
## 7.0.0
* Require Dart >= 2.17
## 6.0.0-beta.2
* Fixed AngelHttpException error
## 6.0.0-beta.1
* Updated to SDK 2.16.x
* Require Dart >= 2.16
## 5.0.0
@ -26,7 +30,7 @@
## 3.0.0-dev.1
* Migrated to support Dart SDK 2.12.x NNBD
* Migrated to support Dart >= 2.12 NNBD
* Updated linter to `package:lints`
## 2.1.0

View file

@ -1,8 +1,12 @@
# Change Log
## 7.0.0
* Require Dart >= 2.17
## 6.0.0
* Updated to SDK 2.16.x
* Require Dart >= 2.16
## 5.0.0
@ -27,11 +31,11 @@
## 4.0.0
* Migrated to support Dart SDK 2.12.x NNBD
* Migrated to support Dart >= 2.12 NNBD
## 3.0.0
* Migrated to work with Dart SDK 2.12.x Non NNBD
* Migrated to work with Dart >= 2.12 Non NNBD
## 2.1.3+2

View file

@ -1,8 +1,12 @@
# Change Log
## 7.0.0
* Require Dart >= 2.17
## 6.0.0
* Updated to SDK 2.16.x
* Require Dart >= 2.16
## 5.0.0
@ -24,7 +28,7 @@
## 3.0.0
* Migrated to support Dart SDK 2.12.x NNBD
* Migrated to support Dart >= 2.12 NNBD
## 2.0.0

View file

@ -1,8 +1,12 @@
# Change Log
## 7.0.0
* Require Dart >= 2.17
## 6.0.0
* Updated to SDK 2.16.x
* Require Dart >= 2.16
## 5.0.0
@ -31,11 +35,11 @@
## 4.0.0
* Migrated to support Dart SDK 2.12.x NNBD
* Migrated to support Dart >= 2.12 NNBD
## 3.0.0
* Migrated to work with Dart SDK 2.12.x Non NNBD
* Migrated to work with Dart >= 2.12 Non NNBD
## 2.0.1

View file

@ -1,8 +1,12 @@
# Change Log
## 7.0.0
* Require Dart >= 2.17
## 6.0.0-beta.1
* Updated to SDK 2.16.x
* Require Dart >= 2.16
## 5.0.0
@ -14,7 +18,7 @@
## 3.0.0-beta.1
* Migrated to support Dart SDK 2.12.x NNBD
* Migrated to support Dart >= 2.12 NNBD
* Upgraded from `pendantic` to `lints` linter
## 2.0.0

View file

@ -1,8 +1,12 @@
# Change Log
## 7.0.0
* Require Dart >= 2.17
## 6.0.0
* Updated to SDK 2.16.x
* Require Dart >= 2.16
## 5.0.0
@ -25,11 +29,11 @@
## 4.0.0
* Migrated to support Dart SDK 2.12.x NNBD
* Migrated to support Dart >= 2.12 NNBD
## 3.0.0
* Migrated to work with Dart SDK 2.12.x Non NNBD
* Migrated to work with Dart >= 2.12 Non NNBD
## 2.0.2

View file

@ -1,8 +1,12 @@
# Change Log
## 7.0.0
* Require Dart >= 2.17
## 6.0.0
* Updated to SDK 2.16.x
* Require Dart >= 2.16
## 5.0.0
@ -31,11 +35,11 @@
## 4.0.0
* Migrated to support Dart SDK 2.12.x NNBD
* Migrated to support Dart >= 2.12 NNBD
## 3.0.0
* Migrated to work with Dart SDK 2.12.x Non NNBD
* Migrated to work with Dart >= 2.12 Non NNBD
## 2.0.3