Skip to content

Commit b1ed997

Browse files
author
Charles Sprayberry
committed
update CHANGELOG for 0.5.0
1 parent 4bd40ba commit b1ed997

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## v0.5.0 - 2016-02-14
4+
5+
- **BC BREAK** Renames `Services::createInjector` to `Services::wireObjectGraph` and allows an Injector to be passed to
6+
add services instead of simply creating a new Injector.
7+
- Adds a new event `Engine::RESPONSE_SENT_EVENT` that will be triggered *everytime* a Response is sent to the user. Before
8+
this change there was no guaranteed mechanism for capturing the Response sent to the user. While the
9+
`Engine::AFTER_CONTROLLER_EVENT` does provide the Response it is not guaranteed to be emitted on every Request (e.g.
10+
an Exception is thrown or a Response is set in a `Engine::BEFORE_CONTROLLER_EVENT` listener).
11+
312
## v0.4.0 - 2016-02-13
413

514
- Updates FastRoute to 0.7.0

0 commit comments

Comments
 (0)