CHANGELOG + bump to 2.0.0-alpha.1
This commit is contained in:
parent
9dd355a4c5
commit
7e29d1519c
2 changed files with 10 additions and 7 deletions
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -1,3 +1,11 @@
|
||||||
|
# 2.0.0-alpha.1
|
||||||
|
* Removed `Angel.injectEncoders`.
|
||||||
|
* Added `Providers.toJson`.
|
||||||
|
* Moved `Providers.graphql` to `Providers.graphQL`.
|
||||||
|
* `Angel.optimizeForProduction` no longer calls `preInject`,
|
||||||
|
as it does not need to.
|
||||||
|
* Rename `ResponseContext.enableBuffer` to `ResponseContext.useBuffer`.
|
||||||
|
|
||||||
# 2.0.0-alpha
|
# 2.0.0-alpha
|
||||||
* Removed `random_string` dependency.
|
* Removed `random_string` dependency.
|
||||||
* Moved reflection to `package:angel_container`.
|
* Moved reflection to `package:angel_container`.
|
||||||
|
@ -62,8 +70,3 @@ as in many cases it is unnecessary and slows down response time.
|
||||||
* `preInject` now takes a `Reflector` as its second argument.
|
* `preInject` now takes a `Reflector` as its second argument.
|
||||||
* `Angel.reflector` defaults to `const EmptyReflector()`, disabling
|
* `Angel.reflector` defaults to `const EmptyReflector()`, disabling
|
||||||
reflection out-of-the-box.
|
reflection out-of-the-box.
|
||||||
* Removed `Angel.injectEncoders`.
|
|
||||||
* Added `Providers.toJson`.
|
|
||||||
* Moved `Providers.graphql` to `Providers.graphQL`.
|
|
||||||
* `Angel.optimizeForProduction` no longer calls `preInject`,
|
|
||||||
as it does not need to.
|
|
|
@ -1,5 +1,5 @@
|
||||||
name: angel_framework
|
name: angel_framework
|
||||||
version: 2.0.0-alpha
|
version: 2.0.0-alpha.1
|
||||||
description: >
|
description: >
|
||||||
A high-powered HTTP server with DI, routing and more.
|
A high-powered HTTP server with DI, routing and more.
|
||||||
When combined with the other packages in the Angel ecosystem, this
|
When combined with the other packages in the Angel ecosystem, this
|
||||||
|
|
Loading…
Reference in a new issue