Skip to content

Releases: GrantBirki/json-yaml-validate

v4.0.0

15 Oct 22:00
9bbaa84

Choose a tag to compare

What's Changed

🚨 Breaking change notice: The vast majority of users should be able to seamlessly upgrade to v4 without needing to make any changes at all. This is mainly just a major version release due to the fact that this Action is moving to a default runtime of node24 which requires up-to-date Actions runner versions.

Full Changelog: v3.3.2...v4.0.0

v3.3.2

29 May 06:02
250fa0d

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.3.1...v3.3.2

v3.3.1

29 May 04:35
ecddbcf

Choose a tag to compare

What's Changed

  • bug: allow_multiple_documents crashes the action in certain JSON parsing cases by @GrantBirki in #87

Full Changelog: v3.3.0...v3.3.1

v3.3.0

15 Apr 16:29
947ae8a

Choose a tag to compare

What's Changed

  • Bump cross-spawn from 7.0.3 to 7.0.6 in the npm_and_yarn group across 1 directory by @dependabot in #79
  • Changing JSON validator to be able to deal with multiple docs when YAML is treated as JSON by @juheiseflink in #84
  • Bump undici from 5.28.4 to 5.28.5 in the npm_and_yarn group across 1 directory by @dependabot in #82
  • Node Updates by @GrantBirki in #85

New Contributors

Full Changelog: v3.2.1...v3.3.0

v3.2.1

24 Aug 05:05
e42e6ec

Choose a tag to compare

What's Changed

Full Changelog: v3.2.0...v3.2.1

v3.2.0

22 Aug 04:37
38952da

Choose a tag to compare

What's Changed

Full Changelog: v3...v3.2.0

v3.1.0

15 Aug 18:32
c6ca533

Choose a tag to compare

What's Changed

Full Changelog: v3...v3.1.0

v3.0.0

20 May 21:23
3a3d883

Choose a tag to compare

What's Changed

⚠️ Potentially breaking changes ⚠️ - details

Full Changelog: v2...v3.0.0

v2.7.1

18 Apr 23:07
d7814b9

Choose a tag to compare

What's Changed

  • fix(ajv-custom-format): tighten implemenation and provide missing tests by @cfuerst in #64

Full Changelog: v2.7.0...v2.7.1

v2.7.0

17 Apr 19:59
6aecea1

Choose a tag to compare

What's Changed

This release adds a new input option (ajv_custom_regexp_formats) which allows users to define custom ajv regex formats for validating JSON data through their schemas. Thanks to @cfuerst for this excellent new feature! 🎉

Usage of this new feature is documented on the main README of this Action 📚

New Contributors

Full Changelog: v2.6.2...v2.7.0