Skip to content

v1.15.1

Compare
Choose a tag to compare
@sverweij sverweij released this 07 Jan 13:10
· 2015 commits to main since this release
  • 🐥 expands the group matching introduced in v1.15.0 to more than one group (e.g. in "([^\\.])/(.+)$" stuff before the slash is available in $1, after the slash in $2 - and the whole match is available in $0.
  • 📖 splits the rules documentation in a tutorial and a reference.
  • 📖 expands documentation on group matching with the expansion to > 1 group.
  • ⬆️ upgrades ajv (json schema validator) and eslint