File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v0.4.0 - 2016-02-13
4+
5+ - Updates FastRoute to 0.7.0
6+ - Updates Labrador to 1.1.0
7+ - Refactors core Labrador events to not use HttpEvents and to use those provided by labrador proper. A result of this
8+ is the removal of the HttpEventFactory
9+ - Refactors HandlerResolver to accept a Request as the first argument for more flexible and powerful handler resolving.
10+ - Refactors the InjectorExecutorResolver to not require the Request be shared in the container. A side effect of this is
11+ that all controller parameters that want a Request MUST be named either ` $request ` or ` $req ` .
12+ - Refactors how we invoke a controller object's beforeController and afterController methods. Several improvements were
13+ made, please see the specific commit message for more information.
14+ - Ensures that custom FastRoute parameters are appropriately URL decoded.
15+
16+ ## v0.2.0 - 2016-01-08
17+
18+ - Removes Telluris dependency
19+ - Updates Labrador to 0.3.1 and Symfony HTTP Foundation to 3.0.1
20+ - Moves autoloading from PSR-0 to PSR-4
21+
322## v0.1.0 - 2015-08-23
423
524- Initial launch
Original file line number Diff line number Diff line change 11The MIT License (MIT)
22
3- Copyright (c) 2015 Charles Sprayberry
3+ Copyright (c) 2016 Charles Sprayberry
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
You can’t perform that action at this time.
0 commit comments