Publish http_exception 3.0.1

This commit is contained in:
thomashii 2021-05-15 10:54:41 +08:00
parent cdec62a914
commit 537a45e3d2
3 changed files with 7 additions and 4 deletions

View file

@ -1,12 +1,14 @@
# 3.0.1
* Updated README
# 3.0.0 # 3.0.0
* Migrated to support Dart SDK 2.12.x NNBD * Migrated to support Dart SDK 2.12.x NNBD
# 2.0.0 # 2.0.0
* Migrated to work with Dart SDK 2.12.x Non NNBD * Migrated to work with Dart SDK 2.12.x Non NNBD
# 1.1.0 # 1.1.0
* Emit `is_error` and `status_code` in `toJson()`. * Emit `is_error` and `status_code` in `toJson()`.
* No more `camelCase` at all. * No more `camelCase` at all.
# 1.0.0+3 # 1.0.0+3
* Slightly relax the deserialization of `errors`. * Slightly relax the deserialization of `errors`.

View file

@ -1,6 +1,7 @@
# angel3_http_exception # angel3_http_exception
[![version](https://img.shields.io/badge/pub-v2.12.4-brightgreen)](https://pub.dartlang.org/packages/angel3_http_exception) [![version](https://img.shields.io/badge/pub-v3.0.1-brightgreen)](https://pub.dartlang.org/packages/angel3_http_exception)
[![Null Safety](https://img.shields.io/badge/null-safety-brightgreen)](https://dart.dev/null-safety) [![Null Safety](https://img.shields.io/badge/null-safety-brightgreen)](https://dart.dev/null-safety)
[![Gitter](https://img.shields.io/gitter/room/angel_dart/discussion)](https://gitter.im/angel_dart/discussion)
[![License](https://img.shields.io/github/license/dukefirehawk/angel)](https://github.com/dukefirehawk/angel/tree/angel3/http_exception) [![License](https://img.shields.io/github/license/dukefirehawk/angel)](https://github.com/dukefirehawk/angel/tree/angel3/http_exception)

View file

@ -1,5 +1,5 @@
name: angel3_http_exception name: angel3_http_exception
version: 3.0.0 version: 3.0.1
description: Exception class that can be serialized to JSON and serialized to clients. description: Exception class that can be serialized to JSON and serialized to clients.
homepage: https://github.com/dukefirehawk/angel/tree/angel3/packages/http_exception homepage: https://github.com/dukefirehawk/angel/tree/angel3/packages/http_exception
environment: environment: