angel3_http_exception 8.2.0 angel3_http_exception: ^8.2.0 copied to clipboard
Exception class that can be serialized to JSON and serialized to clients.
Change Log #
8.2.0 #
- Require Dart >= 3.3
- Updated
lints
to 4.0.0
8.1.1 #
- Updated repository link
8.1.0 #
- Updated
lints
to 3.0.0
8.0.0 #
- Require Dart >= 3.0
7.0.0 #
- Require Dart >= 2.17
6.0.1 #
- Updated README
6.0.0 #
- Require Dart >= 2.16
- [Breaking]
error
forAngelHttpException
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 >= 2.12 NNBD
2.0.0 #
- Migrated to work with Dart >= 2.12 Non NNBD
1.1.0 #
- Emit
is_error
andstatus_code
intoJson()
. - 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.