platform/packages/orm/angel_orm_test/CHANGELOG.md

31 lines
412 B
Markdown
Raw Normal View History

2021-07-25 13:48:10 +00:00
# Change Log
2021-12-23 12:05:57 +00:00
## 3.0.3
2021-12-30 02:07:04 +00:00
* Added `performance_test` test cases
* Update `edge_case_test` test case to support connection pooling
2021-12-23 12:05:57 +00:00
2021-12-20 04:25:43 +00:00
## 3.0.2
* Updated linter to `package:lints`
2021-07-29 11:33:32 +00:00
## 3.0.1
* Fixed incorrect json data serialization
2021-07-25 13:48:10 +00:00
## 3.0.0
* Fixed NNBD issues
## 3.0.0-beta.1
2021-05-02 07:32:24 +00:00
* Migrated to support Dart SDK 2.12.x NNBD
2021-07-25 13:48:10 +00:00
## 2.0.0
2021-05-02 07:32:24 +00:00
* Migrated to work with Dart SDK 2.12.x Non NNBD
2021-07-25 13:48:10 +00:00
## 1.0.0
* First version.