platform/packages/production/CHANGELOG.md

33 lines
419 B
Markdown
Raw Normal View History

2021-07-18 05:36:33 +00:00
# Change Log
## 3.0.2
* Fixed NNBD issues
* Updated references to `angel3` framework
* 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
2021-05-02 04:12:43 +00:00
* Migrated to support Dart SDK 2.12.x NNBD
2021-07-18 05:36:33 +00:00
## 2.0.0
2021-05-02 04:12:43 +00:00
* Migrated to work with Dart SDK 2.12.x Non NNBD
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.