angel3_http_exception 3.0.1
angel3_http_exception: ^3.0.1 copied to clipboard
Exception class that can be serialized to JSON and serialized to clients.
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_errorandstatus_codeintoJson(). - No more
camelCaseat all.
1.0.0+3 #
- Slightly relax the deserialization of
errors.
1.0.0+2 #
- Added a backwards-compatible way to cast the
errorsList.
1.0.0+1 #
- Dart 2 updates.