File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments