2.0.5-beta

This commit is contained in:
Tobe O 2019-10-12 10:58:23 -04:00
parent 94c37e103c
commit 0f02f0bd70
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
# 2.0.5
# 2.0.5-beta
* 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 `deserializeBody` and `decodeBody` to `RequestContext`. https://github.com/angel-dart/angel/issues/109

View file

@ -1,5 +1,5 @@
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.
author: Tobe O <thosakwe@gmail.com>
homepage: https://github.com/angel-dart/angel_framework