Skip to content

Commit 3537584

Browse files
author
Charles Sprayberry
committed
update license and changelog
1 parent 98763c1 commit 3537584

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
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

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2015 Charles Sprayberry
3+
Copyright (c) 2016 Charles Sprayberry
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)