Skip to content

Releases: lyubick/action-YAML-schema-validator

v4

04 Jan 09:31
bab9fd8
Compare
Choose a tag to compare

Breaking Changes

From this version new separator is used in schema-mapping, now -> is used instead of :.

What's Changed

Implemented new features #12 , now one can use URL via HTTPS protocol to download desired schemas to validate against.

Full Changelog: v3...v4

v3

06 Dec 14:19
e078094
Compare
Choose a tag to compare

What's Changed

Implemented new features #11, #7 and #5 .

  • ISSUE #11: Ignore empty file option added by @lyubick in #13
  • ISSUE #7: All files will be checked before crashing with error by @lyubick in #13
  • ISSUE #5: Enable mapping file with JSON Schema and file/dir list by @lyubick in #13

Full Changelog: v2.1...v3

v2.1

23 Jun 18:34
9106663
Compare
Choose a tag to compare

Important

Please use this version instead of v2, since v2 has broken references.

What's Changed

New Contributors

Full Changelog: v2...v2.1

v2

19 Jun 12:58
46019fc
Compare
Choose a tag to compare

Important: Version Broken

Do not use this version, use v2.1 instead.

What's Changed

Breaking Change

yaml-file-dir renamed to yaml-json-file-dir, to highlight availability to validate JSON files

Full Changelog: v1...v2

v1

13 Jun 09:17
774ff88
Compare
Choose a tag to compare

Initial version

Supports validation of YAML files and/or directories/subdirectories (with multiple YAML files) against one provided JSON schema.

More information on usage in README