platform/packages/orm/angel_orm_test/CHANGELOG.md

39 lines
476 B
Markdown
Raw Normal View History

2021-07-25 13:48:10 +00:00
# Change Log
2022-01-06 12:59:02 +00:00
## 3.0.5
* Updated test cases
2022-01-02 10:46:59 +00:00
## 3.0.4
* Updated test cases
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.