platform/packages/http_exception/CHANGELOG.md

24 lines
419 B
Markdown
Raw Normal View History

2021-05-15 03:47:27 +00:00
# 3.0.2
* Updated LICENSE link
2021-05-15 03:48:59 +00:00
2021-05-15 02:54:41 +00:00
# 3.0.1
* Updated README
2021-05-02 04:12:43 +00:00
# 3.0.0
* Migrated to support Dart SDK 2.12.x NNBD
2021-05-15 03:48:59 +00:00
2021-05-02 04:12:43 +00:00
# 2.0.0
* Migrated to work with Dart SDK 2.12.x Non NNBD
2019-02-11 00:18:12 +00:00
# 1.1.0
* Emit `is_error` and `status_code` in `toJson()`.
2021-05-15 02:54:41 +00:00
* No more `camelCase` at all.
2019-02-11 00:18:12 +00:00
2018-07-09 16:09:01 +00:00
# 1.0.0+3
* Slightly relax the deserialization of `errors`.
2018-07-09 14:27:31 +00:00
# 1.0.0+2
* Added a backwards-compatible way to cast the `errors` List.
2018-06-23 03:36:02 +00:00
# 1.0.0+1
* Dart 2 updates.