Skip to content

1.5.0

Compare
Choose a tag to compare
@rvantonder rvantonder released this 25 Apr 22:52
· 88 commits to master since this release
  • Support general metasyntax customization. See blog post and docs for more.

  • Fixed an issue where substituting for regex syntax required repeating the pattern in the rewrite template. E.g., if a pattern like :[x~\w+] matched, it was necessary to specify :[x~\w+] in the rewrite template, instead of just :[x]. Now you can specify just :[x].

  • It's now possible to define only match=... fields if you only want to implement a checker without rewrite=... in config files. This wasn't working correctly before (omitting rewrite would not work, or multiple match patterns would be ignored).