Skip to content

v1.11.10

Choose a tag to compare

@reuvenharrison reuvenharrison released this 05 Feb 21:42
· 164 commits to main since this release
91ed33d

Changelog

  • 91ed33d Merge pull request #790 from oasdiff/refactor/simplify-internal-types
  • c708e0c refactor: remove custom types and consolidate packages
  • 144e4ae Update README with new roadmap details
  • 18d2147 Merge pull request #789 from oasdiff/refactor/remove-custom-string-types
  • 68baece add unit test
  • 451c70c format files
  • 91aae19 update breaking changes
  • 56c6d78 update breaking changes
  • 4dc90a4 refactor: replace StringList, StringMap, StringPair with Go built-in types
  • 82af827 Merge pull request #788 from oasdiff/feat-765-exclude-extensions
  • 6841120 mention exclude specific extension names in readme
  • 5b9b044 docs: add documentation for --exclude-extensions flag
  • 71d1946 feat: add --exclude-extensions flag to exclude specific extension names (#765)
  • c8cb0b1 Merge pull request #787 from oasdiff/fix-710-oneof-deduplication
  • 880a450 fix: deduplicate identical oneOf/anyOf groups before cartesian product (#710)
  • 097780e Merge pull request #786 from oasdiff/fix-594-media-type-context
  • a2a36ed fix format
  • 742a5c4 feat: add media type context to all property checks
  • 63a7d12 feat: add media type context to additional property checks
  • fefa68f docs: update breaking changes examples with new line numbers
  • 54a455f fix: add media type context to property deprecation messages (#594)
  • da70772 restrict go badge to main branch only
  • a1243f4 Merge pull request #785 from oasdiff/go-modernization
  • d171a50 update breaking change doc
  • b6dda60 test: add coverage for error wrapping and x-since-date
  • f3e4fe7 test: improve test coverage for multiple packages
  • 1945f29 refactor: minor Go modernization fixes
  • f5441d4 refactor: migrate golang.org/x/exp/slices to stdlib slices
  • e89b006 refactor: replace sort.Sort/sort.Strings with slices.Sort/slices.SortFunc
  • d347a0c refactor: use maps.Keys() for map key collection
  • cf8ccec refactor: replace interface{} with any across codebase