Skip to content

Releases: GrantBirki/json-yaml-validate

v3.0.0

20 May 21:23
3a3d883
Compare
Choose a tag to compare
v3.0.0 Pre-release
Pre-release

What's Changed

⚠️ Potentially breaking changes ⚠️ - details

Full Changelog: v2...v3.0.0

v2.7.1

18 Apr 23:07
d7814b9
Compare
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
Compare
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

v2.6.2

04 Apr 20:33
d5bdaec
Compare
Choose a tag to compare

What's Changed

This release mostly just updates internal node dependencies used by this GitHub Action

Full Changelog: v2.6.1...v2.6.2

v2.6.1

20 Feb 05:59
53fae7e
Compare
Choose a tag to compare

What's Changed

Internal node dependency updates and CI updates

Full Changelog: v2.6.0...v2.6.1

v2.6.0

04 Jan 21:25
9caf79a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.5.0...v2.6.0

v2.5.0

29 Dec 23:32
0be3fe3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.4.0...v2.5.0

v2.4.0

08 Nov 19:43
ce9d0c1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.3.1...v2.4.0

v2.3.1

13 Sep 04:44
3add42f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.0...v2.3.1

v2.3.0

14 Aug 22:03
1652fde
Compare
Choose a tag to compare

v2.3.0

This release adds a new Action's input that allows users to configure the "version" of the JSON schema definition they wish to use with the JSON schema validator.

New Option: json_schema_version

Acceptable Values:

  • "draft-07" default - this is used if you leave it blank
  • "draft-2019-09"
  • "draft-2020-12"

What's Changed

Full Changelog: v2.2.1...v2.3.0