platform/packages/orm/angel_orm_mysql/CHANGELOG.md

70 lines
990 B
Markdown
Raw Normal View History

2021-07-25 13:55:58 +00:00
# Change Log
2023-04-22 05:41:41 +00:00
## 7.1.0-beta.1
* [Breaking] Require Dart >= 2.19
* Added type check on "batch" column
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.0.0
* Fixed temporal data type
* Fixed `MariaDbExcutor` transaction
* Updated to `lints` 2.0.0
2022-05-07 07:23:58 +00:00
## 6.0.0-beta.3
2022-05-16 05:04:21 +00:00
* Fixed transaction for `MariaDbExecutor`
* Fixed transaction for `MySqlExecutor`
* Fixed error for non `id` primary key
* Changed test cases to use tables instead of temporary tables to overcome limitations
2022-05-07 07:23:58 +00:00
2022-04-24 03:01:57 +00:00
## 6.0.0-beta.2
* Updated README
2022-04-24 00:55:17 +00:00
## 6.0.0-beta.1
2022-02-22 11:41:06 +00:00
2022-08-16 11:19:04 +00:00
* Require Dart >= 2.16
2022-04-23 04:21:39 +00:00
* Added support for MariaDB 10.2.x with `mysql1` driver
* Added support for MySQL 8.x.x with `mysql_client` driver
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
2022-02-24 00:34:51 +00:00
## 2.0.0
2022-04-23 04:21:39 +00:00
* Skipped release
2022-02-24 00:34:51 +00:00
2021-12-20 04:25:43 +00:00
## 2.0.0-beta.3
* Updated linter to `package:lints`
2021-07-25 13:55:58 +00:00
## 2.0.0-beta.2
* Fixed NNBD issues
## 2.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:55:58 +00:00
## 1.0.0
* First version.