Releases: daveshanley/vacuum
Releases · daveshanley/vacuum
v0.16.2
Changelog
- 98ca707 Added
ext-refs
flag to bundle command. - 96bf024 Added support for extension reference lookup control
- 9c91ec6 Addressed #613
- 49d1d7c Addressed issue #606
- a690d98 Converts timestamp nodes to strings
- a4e789c added apideck as a sponsor
- 1ef2133 added support for new ext-refs flag to execution.
- 0be3420 bumped deps
- a97560b cleanup
- 218c30f small cleanup.
- 6c107fa tuned examples missing function.
v0.16.1
v0.15.3
v0.15.2
v0.15.1
v0.15.0
Changelog
- 74c4ba3 Added NoRequestBody to recommended ruleset
- 9e67e6c Added generate-ignorefile command to generate an ignorefile.yaml from a lint report.json file
- f3e09d2 Added multi location lookup support
- bc1858c Added new
BuildDeepGraph
property - e6619af Added new
Paths
property - 2131152 Added new rule
path-item-refs
and a new function - b90f0cf Added noRequestBody function to check that HTTP GET and DELETE methods do not contain a request body
- 398fb1f Added oas function to check that HTTP GET and DELETE methods do not have a requestBody
- adb9a26 All core functions have been updated to use new lookup code.
- 948e95c Bumped deps
- 5dda749 Downgraded rule.
- f97b20e Fixed borked tests
- cefa55b Fixes #583 correctly.
- 686d9ec Improved examples_missing function.
- 0268ef0 Prevent strange basepaths being used with URLs
- 6455a5b Solves #502
- 4a79304 Update cmd/generate_ignorefile.go
- 8749aed Update functions/openapi/no_request_body.go
- f69f982 added deep graph to report function.
- d18d328 added nill check
- 69104fd added origin to examples.
- a8a8bfa added support for multi-location lookups.
- fb107e0 bumped deps
- 7936133 fixed function count after rebasing.
- 4ac1532 fixed more tests
- 0953f30 fixes #592
- d05fd73 updated readme
- d4808f2 upgraded and fixed
paths_kebab_case