Skip to content

Releases: j13k/yaml-lint

1.1.6

18 Apr 11:46
Compare
Choose a tag to compare

Manual release notes

See CHANGELOG.md.

Generated release notes

What's Changed

  • Add and test Symfony 7 support by @j13k in #99
  • Add tests covering quiet mode by @j13k in #51
  • Add PHP 8.3 to CI job matrix by @j13k in #98

Full Changelog: 1.1.5...1.1.6

1.1.5

20 Apr 12:22
Compare
Choose a tag to compare

Notes

Incorrect binary and signature files were uploaded originally—these have been replaced with the correct files on 2023-05-02.

Manual release notes

See CHANGELOG.md for details.

Generated release notes

What's Changed

  • Added Symfony 6 support by @wow-apps in #46
  • Add unit test support by @j13k in #50
  • Bump symfony/yaml from 5.2.5 to 6.2.7
  • Switched to using Composer\InstalledVersions for yaml component version by @j13k in 9e75d

New Contributors

Full Changelog: 1.1.4...1.1.5

Version 1.1.4

11 Mar 08:52
Compare
Choose a tag to compare

See CHANGELOG.md for details.

What's Changed

New Contributors

Full Changelog: 1.1.3...1.1.4

Version 1.1.3

27 Mar 06:39
Compare
Choose a tag to compare

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)

Full Changelog: 1.1.2...1.1.3

Version 1.1.2

07 Dec 12:02
Compare
Choose a tag to compare

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

Full Changelog: 1.1.1...1.1.2

Version 1.1.1

11 Nov 07:17
Compare
Choose a tag to compare
  • Switched to full array notation, allowing legacy PHP support
  • composer update tracks latest Symfony 3 YAML in local sandbox installations
    (those installing from composer.lock)

What's Changed

  • Fix compatibility with php version which does not support "[]" array declaration by @neilime in #2

New Contributors

Full Changelog: 1.1.0...1.1.1

Version 1.1.0

12 Sep 12:56
Compare
Choose a tag to compare
  • Support for reading from stdin
  • box.json manifest for building PHAR binaries
  • Enabled support for Symfony 3 YAML component (fixes #1)

Full Changelog: 1.0.0...1.1.0

Initial release

03 Mar 09:29
Compare
Choose a tag to compare