github errata-ai/vale v2.11.0

latest releases: v3.4.2, v3.4.1, v3.4.0...
2 years ago

This release completes the introduction of "PCRE-style" regex into Vale (started in v2.9.0).

You can now use positive lookahead ((?=re)), negative lookahead ((?!re)), positive lookbehind ((?<=re)), and negative lookbehind ((?<!re)) constructs in all extension points.

Changelog

bd2b328 chore: drop Travis
538b339 chore: add release stage to GitLab
d0bb94d fix: support new (? syntax
6f33292 fix: port Meetup.yml to sequence
3a7b57d chore: remove old markup cmd
c2202c8 refactor: port all extensions points to regexp2

Don't miss a new vale release

NewReleases is sending notifications on new releases.