Skip to content

Releases: nice-php/framework

Controllers as services, FastRoute 0.6.0

Choose a tag to compare

@tyler-sommer tyler-sommer released this 18 Aug 21:25
  • 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

Choose a tag to compare

@tyler-sommer tyler-sommer released this 01 Jan 07:12
  • Added ConfigurationProvider. See the docs for more details.
  • Application no longer implements ContainerInterface. Now, only get and set methods from ContainerInterface are available on Application. Call $app->getContainer() to further interact with the service container.

Added support for CompilerAwareExtensions

Choose a tag to compare

@tyler-sommer tyler-sommer released this 13 Dec 17:00
0.14.2

Added test for CompilerAwareExtensions in DefaultInitializer

addCompilerPass is now public

Pre-release

Choose a tag to compare

@tyler-sommer tyler-sommer released this 12 Dec 13:44
0.14.1

addCompilerPass is now public

Minor fixes, improved test coverage

Pre-release

Choose a tag to compare

@tyler-sommer tyler-sommer released this 09 Dec 18:18
0.14.0

Improved test coverage

FastRoute 0.3.0 and separate security component

Choose a tag to compare

@tyler-sommer tyler-sommer released this 04 Dec 02:52
0.13.0

Various docblock cleanup

0.12.2

0.12.2 Pre-release
Pre-release

Choose a tag to compare

@tyler-sommer tyler-sommer released this 28 Nov 00:21
Fixed issue with RouteCollector adding duplicate routes

0.12.1

0.12.1 Pre-release
Pre-release

Choose a tag to compare

@tyler-sommer tyler-sommer released this 28 Nov 00:21
Fixed issue in RouteCollector

0.12.0

0.12.0 Pre-release
Pre-release

Choose a tag to compare

@tyler-sommer tyler-sommer released this 22 Nov 15:54
Updated README

0.11.2

0.11.2 Pre-release
Pre-release

Choose a tag to compare

@tyler-sommer tyler-sommer released this 22 Nov 11:54
Fixed issue with mixing named and unnamed routes in url generator