platform/packages/shelf/CHANGELOG.md

24 lines
388 B
Markdown
Raw Normal View History

2021-09-14 01:23:03 +00:00
# Change Log
2021-09-25 15:04:25 +00:00
## 3.0.0-dev.2
* Updated to use `package:belatuk_pretty_logging`
2021-09-14 01:23:03 +00:00
## 3.0.0-dev.1
2021-06-20 12:37:20 +00:00
* Migrated to support Dart SDK 2.12.x NNBD
2021-09-14 01:23:03 +00:00
* Upgraded from `pendantic` to `lints` linter
## 2.1.0
2021-06-20 12:37:20 +00:00
2019-10-14 15:28:50 +00:00
* `pedantic` lints.
* Add the `AngelShelf` driver class, which allows you to embed Angel within shelf.
2021-09-14 01:23:03 +00:00
## 2.0.0
2018-11-11 17:35:37 +00:00
* Removed `supportShelf`.
2021-09-14 01:23:03 +00:00
## 1.2.0
* Upgraded for `>=1.1.0` compatibility.