Skip to content

Releases: flint/flint

1.7.3

16 Dec 11:56

Choose a tag to compare

  • Fix incompatibility with the ExceptionListener in Symfony 3.0

1.7.2

14 Dec 08:49

Choose a tag to compare

  • Allow usage of php7 and Symfony 3.0 components.

1.7.1

08 Apr 09:11

Choose a tag to compare

  • The SilexUrlGeneratorServiceProvider has been added to the application by default.
  • Port ChainUrlGenerator from Brick.

1.7.0: Merge pull request #22 from smoench/patch-1

01 Apr 11:23

Choose a tag to compare

  • Port UrlMatcher from Brick. Fixes issues with ->get ->post etc.
  • Test on 5.6 and hhvm.

Update tacker

03 Feb 11:54

Choose a tag to compare

Update tacker. Fixes bug with normalization of configs.

1.6.0

26 Nov 12:47

Choose a tag to compare

  • Use Tacker for configuration management. Remove Flint\Config.

1.5.1

10 Oct 07:15

Choose a tag to compare

  • YamlFileLoader will now normalize as every other file loader.

1.5.0

01 Oct 10:29

Choose a tag to compare

  • Require 1.1 of Silex
  • Use debug component for ExceptionController
  • Yaml support for Configurations.

1.4.0

04 Jul 09:23

Choose a tag to compare

  • 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.