Skip to content

Releases: jsonrainbow/json-schema

5.3.3

24 Mar 18:48
a0b7c13

Choose a tag to compare

What's Changed

  • Add GitHub Actions CI for 5.x.x and fix curl_close deprecation on PHP 8+ by @DannyvdSluijs in #900

Full Changelog: 5.3.2...5.3.3

5.3.2

27 Feb 12:34
2f7abf6

Choose a tag to compare

What's Changed

Full Changelog: 5.3.1...5.3.2

6.7.2

15 Feb 15:06

Choose a tag to compare

Fixed

  • Fix idn_to_ascii deprecation warning by using INTL_IDNA_VARIANT_UTS46 (#887)

6.7.1

13 Feb 16:16

Choose a tag to compare

Fixed

  • Fix TypeError in pattern property validation with integer keys (#880)

6.7.0

13 Feb 15:05

Choose a tag to compare

Fixed

  • Enforce RFC 1035 hostname label length limits in draft 3/4 (#878)
  • UriRetriever: Include actual media type in InvalidSchemaMediaTypeException message (#872)
  • docs: Correct trailing spaces in Markdown (#873)

Added

  • Feat: Add Draft-07 support (#847)
  • Automate changelog updates on PR merge (#874)

Changed

  • Add automated release workflow with changelog integration (#879)
  • Fix welcome workflow permission errors from forked PRs (#875)

6.6.4

19 Dec 15:01

Choose a tag to compare

What's Changed

Full Changelog: 6.6.3...6.6.4

5.3.1

12 Dec 08:57
b5a44b6

Choose a tag to compare

What's Changed

  • Fix PHP 8.5 $http_response_header deprecation on 5.x.x by @gnutix in #857

New Contributors

Full Changelog: 5.3.0...5.3.1

6.6.3

02 Dec 10:25

Choose a tag to compare

What's Changed

  • Update php-enum dependency version to ^4.4 by @emodric in #854

New Contributors

Full Changelog: 6.6.2...6.6.3

6.6.2

28 Nov 15:24

Choose a tag to compare

What's Changed

  • Allow underscore and tilde in URI hostnames as per RFC 3986 by @longwave in #853
  • build: Move PHP 8.5 to default add PHP 8.6 as experimental by @DannyvdSluijs in #852

New Contributors

Full Changelog: 6.6.1...6.6.2

6.6.1

07 Nov 18:31

Choose a tag to compare

[6.6.1] - 2025-11-07

Changed

  • Rename master to main (#848)

Fixed

  • Don't skip ref expanding for property called enum when child of property called properties (#851)

Full Changelog: 6.6.0...6.6.1