yaml-lint

A compact command line linting tool for validating YAML files

MIT License

Downloads
1M
Stars
13
Committers
7

Bot releases are hidden (Show)

yaml-lint - 1.1.5 Latest Release

Published by j13k over 1 year ago

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

New Contributors

Full Changelog: https://github.com/j13k/yaml-lint/compare/1.1.4...1.1.5

yaml-lint - Version 1.1.4

Published by j13k over 3 years ago

See CHANGELOG.md for details.

What's Changed

New Contributors

Full Changelog: https://github.com/j13k/yaml-lint/compare/1.1.3...1.1.4

yaml-lint - Version 1.1.3

Published by j13k over 6 years ago

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: https://github.com/j13k/yaml-lint/compare/1.1.2...1.1.3

yaml-lint - Version 1.1.2

Published by j13k almost 7 years ago

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: https://github.com/j13k/yaml-lint/compare/1.1.1...1.1.2

yaml-lint - Version 1.1.1

Published by j13k almost 8 years ago

  • 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: https://github.com/j13k/yaml-lint/compare/1.1.0...1.1.1

yaml-lint - Version 1.1.0

Published by j13k about 8 years ago

  • Support for reading from stdin
  • box.json manifest for building PHAR binaries
  • Enabled support for Symfony 3 YAML component (fixes #1)

Full Changelog: https://github.com/j13k/yaml-lint/compare/1.0.0...1.1.0

yaml-lint - Initial release

Published by j13k over 8 years ago

First public release

Full Changelog: https://github.com/j13k/yaml-lint/commits/1.0.0