Releases: GrantBirki/json-yaml-validate
v3.2.1
What's Changed
- Flat YAML acceptance tests by @GrantBirki in #75
- Fix file validation in action summary by @GrantBirki in #76
Full Changelog: v3.2.0...v3.2.1
v3.2.0
What's Changed
- Adding
draft-04
support for JSON validations by @GrantBirki in #74
Full Changelog: v3...v3.2.0
v3.1.0
What's Changed
- Bump braces from 3.0.2 to 3.0.3 in the npm_and_yarn group across 1 directory by @dependabot in #71
- Feature: Allow non-existing exclude file by @GrantBirki in #72
- Node Package Updates by @GrantBirki in #73
Full Changelog: v3...v3.1.0
v3.0.0
What's Changed
- Better gitignore support by @GrantBirki in #66
Full Changelog: v2...v3.0.0
v2.7.1
What's Changed
Full Changelog: v2.7.0...v2.7.1
v2.7.0
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 📚
- feat(ajv-custom-format): initial poc by @cfuerst in #61
- node package updates by @GrantBirki in #62
- add
Custom Regex Formats
section to the documentation by @GrantBirki in #63
New Contributors
Full Changelog: v2.6.2...v2.7.0
v2.6.2
What's Changed
This release mostly just updates internal node dependencies used by this GitHub Action
- General Updates by @GrantBirki in #59
Full Changelog: v2.6.1...v2.6.2
v2.6.1
What's Changed
Internal node dependency updates and CI updates
- General Dependency Updates by @GrantBirki in #52
Full Changelog: v2.6.0...v2.6.1
v2.6.0
What's Changed
- support ajv strict option via inputs by @GrantBirki in #49
Full Changelog: v2.5.0...v2.6.0
v2.5.0
What's Changed
- change checkout version in the docs by @GrantBirki in #44
- use glob pattern matching for the
files
input by @GrantBirki in #46 - node updates by @GrantBirki in #47
Full Changelog: v2.4.0...v2.5.0