Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 928 Bytes

CHANGELOG.md

File metadata and controls

24 lines (19 loc) · 928 Bytes

Changelog

All notable changes to susina/config-builder project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.4] - 2023-02-16

Added

  • ConfigBuilder::keepFirstXmlTag method, to include into the configuration array also the first xml tag

Changed

  • Introduce Pest testing tool. Since Pest is built on top of Phpunit, this change doesn't break backward compatibility

Fixed

  • Fixed Github Actions warning by update our workflows dependencies

[0.3] - 2023-01-07

Added

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

[0.2] - 2021-12-29

Added

  • Support for Symfony 6 libraries

[0.1] - 2021-12-16

First release: fully functional library.