Skip to content

Releases: grokify/spectrum

v1.10.1

19 Jul 07:55
Compare
Choose a tag to compare
  1. dep: go mod: update

v1.10.0

14 Jul 11:34
Compare
Choose a tag to compare

Updates

  1. dep: go mod: update
  2. feat: openapi3: add SpecMore.WriteFileXLSXOperationStatusCodes()
  3. dep: go mod: update
  4. streamline: openapi3: remove old code
  5. dep: go mod: update
  6. .gitignore: update: ignore temp Excel files

v1.9.2

13 Jul 04:33
Compare
Choose a tag to compare

Updates

  1. dep: go mod: update

v1.9.1

05 Jul 07:03
Compare
Choose a tag to compare

Updates

  1. dep: go mod: update
  2. ci: gh actions: update go versions
  3. feat: openapi3: add Operation getkin/kin-openapi/openapi3 alias
  4. docs: fix: typo

v1.9.0

28 Jun 08:54
Compare
Choose a tag to compare

Overview

Update to github.com/getkin/kin-openapi v0.65.0. Was previously pinned at v0.60.0 due to breaking change in v.0.61.0.

See more: #15

Updates

  1. dep: getkin/kin-openapi: update to v0.65.0, post v0.61.0
  2. cleanup: openapi3lint1: remove prototype version
  3. docs: openapi3lint: update

v1.8.3

28 Jun 04:36
Compare
Choose a tag to compare

Updates

  1. enhance: openapi3: update param name
  2. enhance: openapi3lint: add ruleopxpropertystringexist linting of sp… …

v1.8.2

27 Jun 23:49
Compare
Choose a tag to compare

Updates

  1. enhance: openapi3lint: update RuleOperationXPropertyStringExist to … …
  2. cleanup: openapi3lint: remove constant from ruleopxpropertystringexist

v1.8.1

27 Jun 11:43
Compare
Choose a tag to compare

Updates

  1. feat: openapi3lint: add RuleOperationXPropertyStringExist
  2. dep: go mod: update
  3. cleanup: openapi3lint: remove unneeded code

v1.8.0

21 Jun 08:01
Compare
Choose a tag to compare

Overview

  1. Simplify Rule interface by removing Severity()

Updates

  1. ci: gh actions: add workflow_dispatch
  2. enhance: openapi3lint: remove Policy.rules
  3. reorganize: openapi3lint: split files
  4. rename: openapi3lint: rule_collection.go
  5. style: openapi3lint: gofmt -s
  6. refactor: openapi3lint: remove Rule.Severity() from interface
  7. feat: openapi3lint: add PolicyViolationsSets.CountsByRule()

v1.7.3

21 Jun 06:31
Compare
Choose a tag to compare

Updates

  1. enhance: cmd/oas3lint: update for RuleCollection
  2. feat: openapi3lint: add spec extensions lint support
  3. style: openapi3: use constant
  4. feat: openapi3lint: add RuleCollection
  5. dep: go mod: update
  6. docs: streamline
  7. docs: update