Releases: j13k/yaml-lint
Releases · j13k/yaml-lint
1.1.6
1.1.5
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
See CHANGELOG.md for details.
What's Changed
- Added multi-file support by @staabm in #9
- Support Symfony 5 by @OndraM in #10
- 1.1.x-dev docs by @j13k in #15
- Dependabot scan config by @j13k in #16
- Bump symfony/yaml from 5.0.5 to 5.1.5 by @dependabot in #17
- Bump symfony/yaml from 5.1.5 to 5.1.6 by @dependabot in #18
- Bump symfony/yaml from 5.1.6 to 5.1.7 by @dependabot in #19
- Stop php notice when name key is undefined by @SimonMacIntyre in #21
- Bump symfony/yaml from 5.1.7 to 5.2.0 by @dependabot in #23
- Bump symfony/yaml from 5.2.0 to 5.2.1 by @dependabot in #25
- Bump symfony/yaml from 5.2.1 to 5.2.2 by @dependabot in #27
- Bump symfony/yaml from 5.2.2 to 5.2.3 by @dependabot in #28
- Bump symfony/yaml from 5.2.3 to 5.2.4 by @dependabot in #30
- Bump symfony/yaml from 5.2.4 to 5.2.5 by @dependabot in #31
- Prep 1.1.4 by @j13k in #32
New Contributors
- @staabm made their first contribution in #9
- @OndraM made their first contribution in #10
- @SimonMacIntyre made their first contribution in #21
Full Changelog: 1.1.3...1.1.4
Version 1.1.3
Updated
composer.lock
trackssymfony/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
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
- 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
New Contributors
Full Changelog: 1.1.0...1.1.1
Version 1.1.0
- 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
First public release
Full Changelog: https://github.com/j13k/yaml-lint/commits/1.0.0