Skip to content

Sometimes One Isn't Enough

Compare
Choose a tag to compare
@mattpolzin mattpolzin released this 19 Jul 15:44
· 14 commits to main since this release
4991b7e

What's Changed

  • Add JSONSchema support for anchors (#360)
  • Fix equality comparison of URL AnyCodables (#371)
  • Fix typo: secutity -> security by @timimahoney (#375)
  • Add JSON Schema $defs encoding & decoding (#376)
  • Add support for multiple content types on one content encoding object (#379)

Deprecations

Support for multiple content types on encoding objects was added via a new contentTypes property; with that, the existing contentType (singular) property has been deprecated and will be removed in the next major version.

New Contributors

Full Changelog: 3.1.3...3.2.0