2022-01-03 07:51:05 +00:00
|
|
|
|
|
|
|
# Change Log
|
|
|
|
|
2024-06-23 04:09:26 +00:00
|
|
|
## 8.2.0
|
|
|
|
|
|
|
|
* Require Dart >= 3.3
|
|
|
|
* Updated `lints` to 4.0.0
|
|
|
|
|
2023-12-25 03:45:10 +00:00
|
|
|
## 8.1.1
|
|
|
|
|
|
|
|
* Updated repository link
|
|
|
|
|
2023-12-24 01:52:57 +00:00
|
|
|
## 8.1.0
|
|
|
|
|
|
|
|
* Updated `lints` to 3.0.0
|
|
|
|
|
2023-05-20 15:37:23 +00:00
|
|
|
## 8.0.0
|
|
|
|
|
|
|
|
* Require Dart >= 3.0
|
|
|
|
|
2022-08-16 11:19:04 +00:00
|
|
|
## 7.0.0
|
|
|
|
|
|
|
|
* Require Dart >= 2.17
|
|
|
|
|
2022-04-25 00:54:13 +00:00
|
|
|
## 6.0.1
|
|
|
|
|
|
|
|
* Updated README
|
|
|
|
|
2022-02-13 16:48:37 +00:00
|
|
|
## 6.0.0
|
|
|
|
|
2022-08-16 11:19:04 +00:00
|
|
|
* Require Dart >= 2.16
|
2022-04-25 00:54:13 +00:00
|
|
|
* [**Breaking**] `error` for `AngelHttpException` is no longer mandatory
|
2022-02-13 16:48:37 +00:00
|
|
|
|
|
|
|
## 5.0.0
|
|
|
|
|
|
|
|
* Skipped release
|
|
|
|
|
|
|
|
## 4.0.0
|
|
|
|
|
|
|
|
* Skipped release
|
|
|
|
|
2022-01-03 07:51:05 +00:00
|
|
|
## 3.1.0
|
|
|
|
|
|
|
|
* Upgraded to `lints` linter
|
|
|
|
|
|
|
|
## 3.0.2
|
|
|
|
|
2021-05-15 03:47:27 +00:00
|
|
|
* Updated LICENSE link
|
2021-05-15 03:48:59 +00:00
|
|
|
|
2022-01-03 07:51:05 +00:00
|
|
|
## 3.0.1
|
|
|
|
|
2021-05-15 02:54:41 +00:00
|
|
|
* Updated README
|
|
|
|
|
2022-01-03 07:51:05 +00:00
|
|
|
## 3.0.0
|
|
|
|
|
2022-08-16 11:19:04 +00:00
|
|
|
* Migrated to support Dart >= 2.12 NNBD
|
2021-05-15 03:48:59 +00:00
|
|
|
|
2022-01-03 07:51:05 +00:00
|
|
|
## 2.0.0
|
|
|
|
|
2022-08-16 11:19:04 +00:00
|
|
|
* Migrated to work with Dart >= 2.12 Non NNBD
|
2021-05-02 04:12:43 +00:00
|
|
|
|
2022-01-03 07:51:05 +00:00
|
|
|
## 1.1.0
|
|
|
|
|
2019-02-11 00:18:12 +00:00
|
|
|
* 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
|
|
|
|
2022-01-03 07:51:05 +00:00
|
|
|
## 1.0.0+3
|
|
|
|
|
2018-07-09 16:09:01 +00:00
|
|
|
* Slightly relax the deserialization of `errors`.
|
|
|
|
|
2022-01-03 07:51:05 +00:00
|
|
|
## 1.0.0+2
|
|
|
|
|
2018-07-09 14:27:31 +00:00
|
|
|
* Added a backwards-compatible way to cast the `errors` List.
|
|
|
|
|
2022-01-03 07:51:05 +00:00
|
|
|
## 1.0.0+1
|
|
|
|
|
|
|
|
* Dart 2 updates.
|