v0.8.0
Contains fixes for the following issues:
- #417 Fixed length function issues
- #411 invalid types are now detected by the new
oas-schema-check
rule - #368 New
bundle
command available
Windows support
With libopenapi v0.15
vacuum now correctly operates on windows when using external references on the file system.
New spec bundling feature
There is a new command bundle
in vacuum. It will bundle an exploded specification (spec with external references) to be bundled into a single file. All external references will be inlined and bundled into a single file (#368)
New rule oas-schema-check
Resolving issue #411, a new rule has been added to the built-in ruleset called oas-schema-check
. This rule will not validate schemas, but it will check them for basic validation problems that are not caught by the existing validation rules.
oas-schema-check documentation
Changelog
- 58fab1e Added new function and rule
schema-type-check
- 90ac933 Added new ‘bundle’ command
- 6fd23f0 Addressed issue #417
- 47949ab Cleaned up path rendering
- 79e7a11 bumped deps on the doctor
- ecc3111 fixed linting issue
- 25665d6 re-bumped deps
- 262d4e3 re-enabled node search path logic
- c7a4f74 updated dependencies
- 7062757 updated docs links in readme.
- 3b806c5 updated readme.