2021-07-25 13:48:10 +00:00
|
|
|
# Change Log
|
|
|
|
|
2023-05-27 00:37:00 +00:00
|
|
|
## 8.0.0
|
|
|
|
|
|
|
|
* Require Dart >= 3.0
|
|
|
|
|
2023-04-22 05:41:41 +00:00
|
|
|
## 7.2.0-beta.1
|
|
|
|
|
2023-05-27 00:37:00 +00:00
|
|
|
* Require Dart >= 2.19
|
2023-04-22 05:41:41 +00:00
|
|
|
|
2022-11-19 00:36:51 +00:00
|
|
|
## 7.1.0
|
|
|
|
|
2023-05-27 00:37:00 +00:00
|
|
|
* Require Dart >= 2.18
|
2022-11-19 00:36:51 +00:00
|
|
|
|
2022-10-03 15:22:39 +00:00
|
|
|
## 7.0.2
|
|
|
|
|
|
|
|
* Fixed null safety warnings
|
|
|
|
|
2022-10-02 14:18:12 +00:00
|
|
|
## 7.0.1
|
|
|
|
|
|
|
|
* Fixed issue #82: Removed casting for numeric fields
|
|
|
|
|
2022-08-16 11:19:04 +00:00
|
|
|
## 7.0.0
|
|
|
|
|
|
|
|
* Require Dart >= 2.17
|
|
|
|
|
2022-07-27 17:03:31 +00:00
|
|
|
## 6.1.0
|
2022-05-07 07:23:58 +00:00
|
|
|
|
2022-06-04 01:50:58 +00:00
|
|
|
* Added test cases for non nullable type
|
2022-05-07 07:23:58 +00:00
|
|
|
|
2022-02-22 11:41:06 +00:00
|
|
|
## 6.0.0
|
|
|
|
|
2022-08-16 11:19:04 +00:00
|
|
|
* Require Dart >= 2.16
|
2022-02-22 11:41:06 +00:00
|
|
|
|
|
|
|
## 5.0.0
|
|
|
|
|
2022-04-23 04:21:39 +00:00
|
|
|
* Skipped release
|
2022-02-22 11:41:06 +00:00
|
|
|
|
|
|
|
## 4.0.0
|
|
|
|
|
2022-04-23 04:21:39 +00:00
|
|
|
* Skipped release
|
2022-02-22 11:41:06 +00:00
|
|
|
|
2022-01-13 17:18:40 +00:00
|
|
|
## 3.1.2
|
|
|
|
|
|
|
|
* Added multiple `orderBy` test case
|
|
|
|
|
2022-01-08 09:27:20 +00:00
|
|
|
## 3.1.1
|
|
|
|
|
|
|
|
* Updated example
|
|
|
|
* Updated README
|
|
|
|
|
2022-01-08 09:07:26 +00:00
|
|
|
## 3.1.0
|
|
|
|
|
|
|
|
* Added `join_test` test cases
|
|
|
|
|
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
|
|
|
|
|
2022-08-16 11:19:04 +00:00
|
|
|
* Migrated to support Dart >= 2.12 NNBD
|
2021-05-02 07:32:24 +00:00
|
|
|
|
2021-07-25 13:48:10 +00:00
|
|
|
## 2.0.0
|
|
|
|
|
2022-08-16 11:19:04 +00:00
|
|
|
* Migrated to work with Dart >= 2.12 Non NNBD
|
2021-05-02 07:32:24 +00:00
|
|
|
|
2021-07-25 13:48:10 +00:00
|
|
|
## 1.0.0
|
|
|
|
|
|
|
|
* First version.
|