Skip to content

Latest commit

 

History

History
120 lines (69 loc) · 3.09 KB

CHANGELOG.md

File metadata and controls

120 lines (69 loc) · 3.09 KB

Changelog

1.1.6 - 2024-04-18

Added

  • Add tests covering quiet mode (#51)

Updated

  • 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

Added

Updated

  • Bump symfony/yaml from 5.2.5 to v6.2.7

Refactor

  • Updated .gitattributes

Fixed

  • Switched to using Composer\InstalledVersions for yaml component version (#47)

1.1.4 - 2021-03-11

Added

  • 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

Updated

  • composer.lock tracks symfony/yaml v5.2.5
  • Add compare links to changelog (resolves #14)
  • Updated box.json to support changes in upstream requirements

Fixed

  • Stopped notice when Composer manifest name key is undefined (via @SimonMacIntyre)

1.1.3 - 2018-03-27

Updated

  • composer.lock tracks symfony/yaml v4.0.6

Fixed

  • 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

  • Added support for Symfony 4 YAML component
  • New CLI option for displaying application version
  • README documentation now includes 'dependencies' badge

Updated

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

Fixed

  • Fix to accommodate changes in the Yaml::parse method introduced in v3

1.1.1 - 2016-11-11

Added

  • 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

Added

  • 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

Added

  • Initial release