1.1.6 - 2024-04-18
- Add tests covering quiet mode (#51)
- Add and test Symfony 7 support (#99)
- Covered PHP 8.3 and PHPUnit 11 in CI job matrix (#98)
- Documentation updates, including PHIVE and Docker installation methods
1.1.5 - 2023-04-20
- Bump symfony/yaml from 5.2.5 to v6.2.7
- Updated .gitattributes
- Switched to using Composer\InstalledVersions for yaml component version (#47)
1.1.4 - 2021-03-11
- Support for multiple files (resolves #3, via @staabm)
- Support for Symfony 5 YAML component (via @OndraM)
- Branch alias for 1.1.x-dev
- Dependabot config
composer.lock
trackssymfony/yaml
v5.2.5- Add compare links to changelog (resolves #14)
- Updated box.json to support changes in upstream requirements
- Stopped notice when Composer manifest name key is undefined (via @SimonMacIntyre)
1.1.3 - 2018-03-27
composer.lock
trackssymfony/yaml
v4.0.6
- Added input args validation to check for multiple files and updated README (fixes #7)
- Improved syntax in README docs (resolves #4)
1.1.2 - 2017-12-07
- Added support for Symfony 4 YAML component
- New CLI option for displaying application version
- README documentation now includes 'dependencies' badge
- Refactored custom 'UsageException' class into standalone file
- Updated application descriptions to emphasise 'compact' design of the application
- composer update now tracks latest Symfony 4 YAML in local sandbox (composer.lock)
- Fix to accommodate changes in the Yaml::parse method introduced in v3
1.1.1 - 2016-11-11
- Switched to full array notation, allowing legacy PHP support (via neilime)
- composer update tracks latest Symfony 3 YAML in local sandbox (composer.lock)
1.1.0 - 2016-09-12
- Support for reading from stdin
- box.json manifest for building PHAR binaries
- Enabled support for Symfony 3 YAML component
1.0.0 - 2016-03-02
- Initial release