Skip to content

Releases: hassankhan/config

Release 3.1.0

20 Dec 19:51
8e1c07f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.0.1...3.1.0

Release 3.0.1

26 Mar 19:41
82421bb
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.0...3.0.1

Release 3.0.0

30 Dec 16:42
a3f02c5
Compare
Choose a tag to compare

Added

  • Move CI to GitHub actions (#132, #136 and #137)
  • PHP 8.0 support, adding it to the build matrix (#138 and #139)
  • PHP 8.1 support, adding it to the build matrix (#135, #140 and #141)

Release 2.2.0

07 Dec 16:07
Compare
Choose a tag to compare

Added

  • Serialization support (#127)
  • Support for Properties files (#128)

Fixed

  • Test enhancement (#126)
  • Typehint on Xml parser, parse method (#130)

Release 2.1.0

01 Sep 15:57
Compare
Choose a tag to compare

Added

  • Support for writing configuration back to file and string (#122)

Release 2.0.2

06 Apr 17:42
d30cdc7
Compare
Choose a tag to compare

Fixed

  • Implementations of ParserInterface and cleanup (#120)
  • Tests for PHP 7

Release 2.0.1

02 Feb 18:29
Compare
Choose a tag to compare

Fixed

  • Parsing PHP file (#114)
  • Parsing PHP string with $config variable (#118)

Release 1.1.0

22 Aug 14:20
Compare
Choose a tag to compare

Added

  • Added support for PHP constants in YAML (#112)

Release 1.0.1

31 Mar 13:32
Compare
Choose a tag to compare

Fixed

  • Possibility to use an own file parser (#103)

Release 1.0.0

03 Mar 16:48
Compare
Choose a tag to compare

Added

  • Merge support (#96)
  • Set PHP 5.5.9 as minimum required version (#75 and #99)

Fixed

  • Fix PHP 5.6 test (#100)
  • Edit PHP versions tested on Travis (#101)
  • Add more info about the symfony/yaml requirement (#97 and #102)

Breaking changes

  • PHP 5.3 and 5.4 are no longer supported.