Releases: daveshanley/vacuum
v0.5.4
v0.5.3
v0.5.2
v0.5.1
Changelog
- 39a3aa1 Added another gate to examples function
- 5b9771f added file details extracted from rolodex.
- a66b58e added timeout for statistics test
- 39c79e0 bumped deps
- 500a65e bumped deps to latest libopenapi beta to check pipeline
- a182bc7 cleaned test for pipeline
- 1a670fb cleaned up html_report test and re-enabled tests in pipeline
- 41fe14b stopped dual resolver work
- efb6219 tuning vacuum experience
- dc39c62 updated deps and ready to release
- c604716 updated readme with
0.5.0
details
v0.5.0
the lint
command now supports multi-file linting, accepts glob commands and the console output is upgraded, cleaner and more readable.
Also addresses issues
The partial support for filepath works correctly for single file specs, but won't yet report the correct filename for exploded specs. References will won't yet align if they have been pulled in from an external document. Support for this is coming in a later release.
The
--remote
/-u
flag is nowtrue
always for thelint
command. It's always on, it can't be turned off. This is expected behavior, always try to resolve remote / file based references, turning it off seems pointless.
To lint multiple files, simply add them one after the other:
vacuum lint file1.yaml file2.json file3.yaml
To use a glob pattern:
vacuum lint path/to/files/*.yaml