Sometimes One Isn't Enough
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
- @timimahoney made their first contribution in #375
Full Changelog: 3.1.3...3.2.0