Skip to content

Releases: nice-php/framework

Controllers as services, FastRoute 0.6.0

18 Aug 21:25

Choose a tag to compare

  • 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

01 Jan 07:12

Choose a tag to compare

  • 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

13 Dec 17:00

Choose a tag to compare

0.14.2

Added test for CompilerAwareExtensions in DefaultInitializer

addCompilerPass is now public

12 Dec 13:44

Choose a tag to compare

Pre-release
0.14.1

addCompilerPass is now public

Minor fixes, improved test coverage

09 Dec 18:18

Choose a tag to compare

Pre-release
0.14.0

Improved test coverage

FastRoute 0.3.0 and separate security component

04 Dec 02:52

Choose a tag to compare

0.13.0

Various docblock cleanup

0.12.2

28 Nov 00:21

Choose a tag to compare

0.12.2 Pre-release
Pre-release
Fixed issue with RouteCollector adding duplicate routes

0.12.1

28 Nov 00:21

Choose a tag to compare

0.12.1 Pre-release
Pre-release
Fixed issue in RouteCollector

0.12.0

22 Nov 15:54

Choose a tag to compare

0.12.0 Pre-release
Pre-release
Updated README

0.11.2

22 Nov 11:54

Choose a tag to compare

0.11.2 Pre-release
Pre-release
Fixed issue with mixing named and unnamed routes in url generator