2.0.5-beta
This commit is contained in:
parent
94c37e103c
commit
0f02f0bd70
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
# 2.0.5
|
# 2.0.5-beta
|
||||||
* Make `@Expose()` in `Controller` optional. https://github.com/angel-dart/angel/issues/107
|
* Make `@Expose()` in `Controller` optional. https://github.com/angel-dart/angel/issues/107
|
||||||
* Add `allowHttp1` to `AngelHttp2` constructors. https://github.com/angel-dart/angel/issues/108
|
* Add `allowHttp1` to `AngelHttp2` constructors. https://github.com/angel-dart/angel/issues/108
|
||||||
* Add `deserializeBody` and `decodeBody` to `RequestContext`. https://github.com/angel-dart/angel/issues/109
|
* Add `deserializeBody` and `decodeBody` to `RequestContext`. https://github.com/angel-dart/angel/issues/109
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
name: angel_framework
|
name: angel_framework
|
||||||
version: 2.0.5
|
version: 2.0.5-beta
|
||||||
description: A high-powered HTTP server with dependency injection, routing and much more.
|
description: A high-powered HTTP server with dependency injection, routing and much more.
|
||||||
author: Tobe O <thosakwe@gmail.com>
|
author: Tobe O <thosakwe@gmail.com>
|
||||||
homepage: https://github.com/angel-dart/angel_framework
|
homepage: https://github.com/angel-dart/angel_framework
|
||||||
|
|
Loading…
Reference in a new issue