2021-07-19 05:09:28 +00:00
|
|
|
# Change Log
|
|
|
|
|
2024-06-23 23:54:16 +00:00
|
|
|
## 8.2.2
|
|
|
|
|
|
|
|
* Fixed analyzer warnings
|
|
|
|
|
2024-06-23 09:24:53 +00:00
|
|
|
## 8.2.1
|
|
|
|
|
|
|
|
* Updated dependencies
|
|
|
|
|
2024-06-23 04:09:26 +00:00
|
|
|
## 8.2.0
|
|
|
|
|
|
|
|
* Require Dart >= 3.3
|
|
|
|
* Updated `lints` to 4.0.0
|
|
|
|
|
2023-12-24 04:15:26 +00:00
|
|
|
## 8.1.0
|
|
|
|
|
2024-01-06 10:33:09 +00:00
|
|
|
* Updated repository links
|
2023-12-24 04:15:26 +00:00
|
|
|
* Updated `lints` to 3.0.0
|
|
|
|
* Fixed linter warnings
|
2024-01-13 09:50:20 +00:00
|
|
|
* [BREAKING] Updated `postgres` to 3.0.0
|
2023-12-24 04:15:26 +00:00
|
|
|
|
2023-05-27 00:37:00 +00:00
|
|
|
## 8.0.0
|
|
|
|
|
|
|
|
* Require Dart >= 3.0
|
|
|
|
|
2023-04-22 05:41:41 +00:00
|
|
|
## 7.1.0-beta.1
|
|
|
|
|
|
|
|
* Require Dart >= 2.19
|
|
|
|
|
2022-08-31 13:16:32 +00:00
|
|
|
## 7.0.1
|
|
|
|
|
|
|
|
* Reduced debugging verbosity
|
|
|
|
|
2022-08-16 11:19:04 +00:00
|
|
|
## 7.0.0
|
|
|
|
|
|
|
|
* Require Dart >= 2.17
|
|
|
|
|
2022-07-24 05:10:23 +00:00
|
|
|
## 6.1.0
|
2022-06-10 16:44:09 +00:00
|
|
|
|
2022-07-24 05:10:23 +00:00
|
|
|
* Fixed #71. Restablish broken connection automatically.
|
2022-06-10 16:44:09 +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-08 09:07:26 +00:00
|
|
|
## 3.3.0
|
|
|
|
|
|
|
|
* Updated test cases
|
|
|
|
* Fixed test cases failing on terminaless `stdout`
|
|
|
|
|
2022-01-02 10:46:59 +00:00
|
|
|
## 3.2.1
|
|
|
|
|
|
|
|
* Fixed null safety errors
|
|
|
|
|
2021-12-23 12:05:57 +00:00
|
|
|
## 3.2.0
|
|
|
|
|
2021-12-30 02:07:04 +00:00
|
|
|
* Added `package:postgres_pool` for connection pooling
|
2021-12-23 12:05:57 +00:00
|
|
|
|
2021-09-25 15:53:55 +00:00
|
|
|
## 3.1.0
|
|
|
|
|
|
|
|
* Updated linter to `package:lints`
|
|
|
|
|
2021-07-29 11:29:07 +00:00
|
|
|
## 3.0.1
|
|
|
|
|
|
|
|
* Fixed json data issue
|
|
|
|
|
2021-07-25 13:39:29 +00:00
|
|
|
## 3.0.0
|
|
|
|
|
|
|
|
* Fixed NNBD issues
|
|
|
|
|
2021-07-19 05:09:28 +00:00
|
|
|
## 3.0.0-beta.2
|
|
|
|
|
|
|
|
* Updated README
|
|
|
|
|
|
|
|
## 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-19 05:09:28 +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-19 05:09:28 +00:00
|
|
|
## 1.1.0-beta.1
|
|
|
|
|
2019-10-20 15:23:40 +00:00
|
|
|
* Improvements in how transactions are handled; rethrow failed exceptions after rolling back.
|
2019-10-20 15:24:23 +00:00
|
|
|
* Remove deprecated executor classes.
|
2019-10-20 15:23:40 +00:00
|
|
|
|
2021-07-19 05:09:28 +00:00
|
|
|
## 1.1.0-beta
|
|
|
|
|
2019-10-09 18:11:44 +00:00
|
|
|
* Updates for `package:angel_orm@2.1.0-beta`.
|
|
|
|
|
2021-07-19 05:09:28 +00:00
|
|
|
## 1.0.0
|
|
|
|
|
2019-04-29 17:56:31 +00:00
|
|
|
* Bump to `1.0.0`. This package has actually been stable for several months.
|
|
|
|
|
2021-07-19 05:09:28 +00:00
|
|
|
## 1.0.0-dev.4
|
|
|
|
|
2019-04-08 17:10:54 +00:00
|
|
|
* Port tests to use `angel_orm_test`.
|
|
|
|
|
2021-07-19 05:09:28 +00:00
|
|
|
## 1.0.0-dev.3
|
|
|
|
|
2019-02-13 05:00:30 +00:00
|
|
|
* Support for `tableName`.
|
|
|
|
|
2021-07-19 05:09:28 +00:00
|
|
|
## 1.0.0-dev.2
|
|
|
|
|
2019-02-08 03:48:02 +00:00
|
|
|
* Add optional logging.
|
|
|
|
|
2021-07-19 05:09:28 +00:00
|
|
|
## 1.0.0-dev.1
|
|
|
|
|
2018-12-31 12:27:22 +00:00
|
|
|
* Changes to work with `package:angel_orm@2.0.0-dev.15`.
|
|
|
|
|
2021-07-19 05:09:28 +00:00
|
|
|
## 1.0.0-dev
|
|
|
|
|
|
|
|
* First version.
|