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