Releases: GrantBirki/json-yaml-validate
Releases · GrantBirki/json-yaml-validate
v3.3.2
What's Changed
- TLC and General Improvements by @GrantBirki in #88
- More Robust Tests 🧪 - Comprehensive test coverage improvements by @copilot-swe-agent in #90
- Fix file duplication issue - YAML validator now skips JSON files when not in yamlAsJson mode by @copilot-swe-agent in #91
New Contributors
- @copilot-swe-agent made their first contribution in #90
Full Changelog: v3.3.1...v3.3.2
v3.3.1
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
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
- @juheiseflink made their first contribution in #84
Full Changelog: v3.2.1...v3.3.0
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