platform/packages/orm/angel_orm_service/CHANGELOG.md

66 lines
661 B
Markdown
Raw Normal View History

2021-08-12 03:39:01 +00:00
# Change Log
2024-06-23 10:02:36 +00:00
## 8.2.2
2024-06-23 10:08:12 +00:00
* Updated examples and test cases
* Updated README
2024-06-23 10:02:36 +00:00
2024-06-23 09:24:53 +00:00
## 8.2.1
* Updated dependencies
2024-06-23 23:54:16 +00:00
* [BREAKING] Updated `postgres` to 3.2.0
2024-06-23 09:24:53 +00:00
2024-06-23 04:09:26 +00:00
## 8.2.0
* Require Dart >= 3.3
* Updated `lints` to 4.0.0
2023-12-25 03:45:10 +00:00
## 8.1.1
* Updated repository link
2023-12-24 16:10:10 +00:00
## 8.1.0
* Updated `lints` to 3.0.0
* Fixed linter warnings
2023-05-27 00:37:00 +00:00
## 8.0.0
* Require Dart >= 3.0
2022-08-16 11:19:04 +00:00
## 7.0.0
* Require Dart >= 2.17
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
## 3.0.0
2022-04-23 04:21:39 +00:00
* Skipped release
2022-02-22 11:41:06 +00:00
2021-12-21 00:08:32 +00:00
## 2.0.1
* Updated linter to `package:lints`
2021-08-12 03:39:01 +00:00
## 2.0.0
* Fixed NNBD issues
## 2.0.0-beta.1
2022-08-16 11:19:04 +00:00
* Migrated to support Dart >= 2.12 NNBD
2021-06-18 10:15:23 +00:00
2021-08-12 03:39:01 +00:00
## 1.0.0
* First version.