Bump to 2.0.0-alpha.4
This commit is contained in:
parent
c63cb41dfe
commit
88b8c6de25
2 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
||||||
# 2.0.0-alpha.4
|
# 2.0.0-alpha.4
|
||||||
* Renamed `waterfall` to `chain`.
|
* Renamed `waterfall` to `chain`.
|
||||||
|
* Renamed `Routable.service` to `Routable.findService`.
|
||||||
|
* Also `Routable.findHookedService`.
|
||||||
|
|
||||||
# 2.0.0-alpha.3
|
# 2.0.0-alpha.3
|
||||||
* Added `<Id, Data>` type parameters to `Service`.
|
* Added `<Id, Data>` type parameters to `Service`.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
name: angel_framework
|
name: angel_framework
|
||||||
version: 2.0.0-alpha.3
|
version: 2.0.0-alpha.4
|
||||||
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