Skip to content

Releases: daveshanley/vacuum

v0.20.3

01 Dec 14:14

Choose a tag to compare

Changelog

v0.20.2

08 Nov 18:09

Choose a tag to compare

Changelog

  • 1104fc5 Address issue #753
  • 75e3ed5 Update functions/openapi/schema_type.go
  • c2ec2c7 added nullable-enum-contains-null rule
  • 9c68278 added constraint validation to schema type checking
  • 1701286 address logic error
  • 0cff4e1 adjusted to new XMLValidator interface
  • a9b7c4e bump version of libopenapi-validator
  • 95e5972 reduce complexity and clean up constraint checking

v0.20.1

07 Nov 15:22

Choose a tag to compare

Changelog

v0.20.0

04 Nov 21:31

Choose a tag to compare

v0.20 allows rules to apply auto-fix functions.

Changelog

  • 43fdd63 add --fix-flag to write fixes to new file
  • d9b3a5b add ability to auto fix rule violations
  • 2c1d367 update README with details about auto fix usage

@tx3stn

v0.19.5

03 Nov 13:12

Choose a tag to compare

Changelog

  • b76e890 fix disabling of non oas rulesets with individual extending
  • b12e63d fix for non jsonpath x-lint-ignore
  • 43a4957 fix ignores at root level

v0.19.4

29 Oct 15:58

Choose a tag to compare

Changelog

v0.19.3

29 Oct 13:04

Choose a tag to compare

Changelog

  • 4faa08b add code action to open documentation url
  • daed78a add more output to lsp message

v0.19.2

28 Oct 21:37

Choose a tag to compare

Changelog

  • 1d53941 add rule to warn about converting x-zally-ingore rules to x-lint-ignore
  • bd800ca fix expected rule counts in tests following addition of new rule

@tx3stn

v0.19.1

26 Oct 14:40

Choose a tag to compare

Changelog

  • 83d8a26 watch directory and filter on file name

@tx3stn

v0.19.0

22 Oct 15:18

Choose a tag to compare

Changelog

  • 8f14e6b add support for x-vacuum-ignore to ignore rules inline
  • 497ff57 bump doctor version
  • 15c765d bump libopenapi version
  • f37dc7f filter ignore nodes from results so inline ignore directives don't get flagged with rules
  • 19ae1d8 update README with note about v0.19 x-lint-ignore
  • b8b697f update to x-lint-ignore

@tx3stn