Releases: flint/flint
Releases · flint/flint
1.7.3
1.7.2
- Allow usage of php7 and Symfony 3.0 components.
1.7.1
1.7.0: Merge pull request #22 from smoench/patch-1
- Port UrlMatcher from Brick. Fixes issues with ->get ->post etc.
- Test on 5.6 and hhvm.
Update tacker
Update tacker. Fixes bug with normalization of configs.
1.6.0
- Use Tacker for configuration management. Remove Flint\Config.
1.5.1
YamlFileLoaderwill now normalize as every other file loader.
1.5.0
- Require 1.1 of Silex
- Use debug component for ExceptionController
- Yaml support for Configurations.
1.4.0
- Configuration cache is now automatically bursted when debug is true and a file have changed.
- Introduce a ResourceCollection object that ConfigLoaders must add Resources to when loading. This
caused a BC break in the Configurator constructor arguments. - Debug and cache dir is now setters on the Configurator instead of constructor arguments.
- Changed package name to
flint/flint.