platform/packages/production/CHANGELOG.md

89 lines
1 KiB
Markdown
Raw Permalink Normal View History

2021-07-18 05:36:33 +00:00
# Change Log
2024-06-23 04:09:26 +00:00
## 8.3.0
* Require Dart >= 3.3
* Updated `lints` to 4.0.0
2023-12-25 03:45:10 +00:00
## 8.2.1
* Updated repository link
2023-12-24 03:27:17 +00:00
## 8.2.0
* Updated `lints` to 3.0.0
* Updated `intl` to 0.19.0
* Fixed linter warnings
2023-11-13 00:59:18 +00:00
## 8.1.0
* Added optional `responseHeaders` and `removeResponseHeaders` to `Runner`
2023-05-26 23:42:46 +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-20 02:00:51 +00:00
## 6.0.0
2022-08-16 11:19:04 +00:00
* Require Dart >= 2.16
2022-02-20 02:00:51 +00:00
## 5.0.0
2022-04-23 04:21:39 +00:00
* Skipped release
2022-02-20 02:00:51 +00:00
## 4.0.0
2022-04-23 04:21:39 +00:00
* Skipped release
2022-02-20 02:00:51 +00:00
2021-12-19 02:07:55 +00:00
## 3.1.2
* Updated repo link
2021-11-28 04:15:56 +00:00
* Fixed null safety warnings
2021-12-19 02:07:55 +00:00
2021-09-12 04:33:41 +00:00
## 3.1.1
* Fixed license link
2021-09-12 03:00:15 +00:00
## 3.1.0
* Updated to use `belatuk_pub_sub` package
## 3.0.3
* Upgraded from `pendantic` to `lints` linter
2021-07-18 05:36:33 +00:00
## 3.0.2
* Fixed NNBD issues
* Updated references to `protevus` framework
2021-07-18 05:36:33 +00:00
* Updated README
## 3.0.1
2021-05-18 09:42:21 +00:00
* Fixed static analysis warnings
2021-07-18 05:36:33 +00:00
## 3.0.0
2022-08-16 11:19:04 +00:00
* Migrated to support Dart >= 2.12 NNBD
2021-05-02 04:12:43 +00:00
2021-07-18 05:36:33 +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 04:12:43 +00:00
2021-07-18 05:36:33 +00:00
## 1.0.0
2019-04-28 17:56:04 +00:00
* Support SSL/HTTP2.
* Support muting the logger via `--quiet`.
2021-07-18 05:36:33 +00:00
## 1.0.0-alpha.1
2018-11-06 20:42:59 +00:00
* Import `framework/http`.
2021-07-18 05:36:33 +00:00
## 1.0.0-alpha
* Initial version.