Skip to content

Releases: susina/config-builder

Version 1.1

29 May 15:18

Choose a tag to compare

  • Add replaces option to inject an external parameter to resolve. Useful, i.e. to pass kernel_dir or other parameters.
  • Add phpdocumentor to generate the documentation api
  • Move quality tools from Codeclimate to Qlty

Version 1.0.1

30 Nov 13:53

Choose a tag to compare

Remove PHP 8.4 deprecation.

Version 1.0

16 Sep 15:51

Choose a tag to compare

  • Bump dependencies
  • Update Github Actions
  • Update documentatio
  • Remove .ini support since it's not suited for complex nested configurations
  • Introduce susina/param-resolver library
  • Introduce susina/xml-to-array library

Release 0.4.1

16 Feb 10:02

Choose a tag to compare

Update changelog

Release 0.4

16 Feb 09:42
7b36d15

Choose a tag to compare

  • Introduce Pest Testing Tool
  • Introduce ConfigBuilder::keepFirstXmlTag method
  • Update Github Actions

Release 0.3

07 Jan 17:49
9ee2fd7

Choose a tag to compare

Add ConfigBuilder::populateContainer method, to populate a dependency injection container with the loaded parameters.

Release 0.2

29 Dec 17:10

Choose a tag to compare

Add support for Symfony 6.0

Version 0.1

16 Dec 18:04
f18131b

Choose a tag to compare

First fully functional release.