Releases: daveshanley/vacuum
v0.9.11
Changelog
- eb21309 Fixed NPE discovered in the platform
- 2dfc2ed Updated truthy to operate correctly
- 77e964c Updated zuplo logos
- 33e29b1 cleaned unused-component
- 3fd475c cleaned up security rule
- acd2165 disable dedupe on rules.
- e3d93b5 missing examples now more sensitive to location accuracy
- d3cd35a moved disgnostics into reusable function
- a5ad684 moved to key node for media types
- 58fcbab prevented stats from erroring out if there are no inputs
- 7718f1f rebuilt operation_descriptions function
- 3a990a7 updated
BuildEndNode
to accomodate quotes - c71a1da updated truthy to render correct line
- 5f0bbef we need another build, access token failed.
v0.9.10
Adds remote flag passthrough for bundle command
Removed panic and added log statement when running rules that contain results with no start node. Not sure how this is triggered, but will help diagnose it in the future.
Also bumped libopenapi version.
Changelog
v0.9.9
v0.9.8
v0.9.7
v0.9.6
This is adds the globbing feature very shortly discussed here: #406 (specifically, here)
It allows for typing something like this vacuum lint --globbed-files="*/**/bu*.openapi.yaml" model/test_files/badref-burgershop.openapi.yaml
, which will glob files relative to the current working directory.
It is also possible to combine globbing with the current way of specifying files (just providing filepath(s)), it removes duplicates (meaning, if you provide a filepath twice, or if one of your filepaths provided is also a match result of globbing).
Changelog
- 62ab5d0 add todo for the future
- 0ac8965 checkpoint
- dd0cb12 fix: retrieve Flag value from Flags instead of PersistentFlags
- 7ffd774 make getFilesToLint return an error rather than handling it directly
- ea9c6ee seems to be sorta working but odds are it has a billion edge cases...should definitely add tests if it's a feature the project wants
- 026a876 simplify globbing code ... a lot