platform/packages/http_exception/CHANGELOG.md
2022-04-25 08:54:13 +08:00

56 lines
685 B
Markdown

# Change Log
## 6.0.1
* Updated README
## 6.0.0
* Updated to SDK 2.16.x
* [**Breaking**] `error` for `AngelHttpException` is no longer mandatory
## 5.0.0
* Skipped release
## 4.0.0
* Skipped release
## 3.1.0
* Upgraded to `lints` linter
## 3.0.2
* Updated LICENSE link
## 3.0.1
* Updated README
## 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.