Releases: nice-php/framework
Releases · nice-php/framework
Controllers as services, FastRoute 0.6.0
- Added ability to map routes to controller services. See the docs for more information.
- Added FastRoute 0.6.0 support. This caused minor changes in handling of data coming from FastRoute, but no public Nice APIs were changed.
- PHP 7.0 support
Initial stable release
- Added ConfigurationProvider. See the docs for more details.
- Application no longer implements
ContainerInterface. Now, onlygetandsetmethods fromContainerInterfaceare available on Application. Call$app->getContainer()to further interact with the service container.
Added support for CompilerAwareExtensions
0.14.2 Added test for CompilerAwareExtensions in DefaultInitializer
addCompilerPass is now public
0.14.1 addCompilerPass is now public
Minor fixes, improved test coverage
0.14.0 Improved test coverage
FastRoute 0.3.0 and separate security component
0.13.0 Various docblock cleanup
0.12.2
Fixed issue with RouteCollector adding duplicate routes
0.12.1
Fixed issue in RouteCollector
0.12.0
Updated README
0.11.2
Fixed issue with mixing named and unnamed routes in url generator