This repository was archived by the owner on Sep 10, 2025. It is now read-only.
release-0.10.0
release-0.10.0
This release fixes a bug in the validate-json sub-command. When executed with no-arguments, or arguments that specified directories the tool would process files with the wrong name:
- Rather than searching recursively for files matching the pattern
*.jsonit would process*.yml&*.yaml.- These would of course fail validation, as they were not JSON files.
Specifying files, rather than directories, would work as expected which is why this was not noticed immediately.