platform/packages/http_exception/CHANGELOG.md
thomashii@dukefirehawk.com 31e52b6ad3 Added AUTHORS.md
2021-05-02 12:12:43 +08:00

18 lines
No EOL
365 B
Markdown

# 3.0.0
* Migrated to support Dart SDK 2.12.x NNBD
# 2.0.0
* Migrated to work with Dart SDK 2.12.x Non NNBD
# 1.1.0
* Emit `is_error` and `status_code` in `toJson()`.
* No more `camelCase` at all.
# 1.0.0+3
* Slightly relax the deserialization of `errors`.
# 1.0.0+2
* Added a backwards-compatible way to cast the `errors` List.
# 1.0.0+1
* Dart 2 updates.