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
15
CHANGELOG.md
15
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
|
||||
* Removed `random_string` dependency.
|
||||
* Moved reflection to `package:angel_container`.
|
||||
|
@ -61,9 +69,4 @@ as in many cases it is unnecessary and slows down response time.
|
|||
* Removed the now-obsolete `ResponseContext.releaseCorrespondingRequest`.
|
||||
* `preInject` now takes a `Reflector` as its second argument.
|
||||
* `Angel.reflector` defaults to `const EmptyReflector()`, disabling
|
||||
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.
|
||||
reflection out-of-the-box.
|
|
@ -1,5 +1,5 @@
|
|||
name: angel_framework
|
||||
version: 2.0.0-alpha
|
||||
version: 2.0.0-alpha.1
|
||||
description: >
|
||||
A high-powered HTTP server with DI, routing and more.
|
||||
When combined with the other packages in the Angel ecosystem, this
|
||||
|
|
Loading…
Reference in a new issue