Skip to content

Releases: errata-ai/vale

v2.29.2

05 Oct 20:08
Compare
Choose a tag to compare

Changelog

v2.29.1

25 Sep 18:58
Compare
Choose a tag to compare

Changelog

  • f769fcd fix: don't shift the offset for large files

v2.29.0

18 Sep 08:46
Compare
Choose a tag to compare

Changelog

  • 9639844 feat: Add Optional Custom Message to Script Match (#682)
  • c585c5f fix: Remove additional --update for apk in Dockerfile (#675)

v2.28.3

07 Sep 05:08
Compare
Choose a tag to compare

Changelog

  • 61ddbe8 fix: take the best match, when available
  • c87ac4b fix: don't concatenate an empty regex
  • ea43b41 fix: metric shouldn't error on empty files

v2.28.2

16 Aug 02:36
Compare
Choose a tag to compare

Changelog

  • e58d135 fix: improve error message for non-existent pkgs (#640)

v2.28.1

24 Jul 20:39
Compare
Choose a tag to compare

Changelog

  • d95f702 fix: ensure hypenated exceptions are respected (#647)
  • e42027e fix: allow hypenated words in Vale.Terms (#647)

v2.28.0

04 Jul 18:27
Compare
Choose a tag to compare

Changelog

v2.27.0

23 May 21:42
Compare
Choose a tag to compare

Changelog

  • 3a4dfee feat: support ignoring comment scopes
  • 70b40c4 fix: ensure raw-scoped rules are run on code

v2.26.0

11 May 23:35
Compare
Choose a tag to compare

You can now pass custom output templates relative to the active StylesPath:

# Will evaluate to `StylesPath/tmpl/myoutput.tmpl`, if `tmpl/myoutput.tmpl` doesn't exist.
$ vale --output=tmpl/myoutput.tmpl test.md

Important: For performance reasons, the inline scopes -- code, link, strong, and emphasis -- have been deprecated. The recommended approach for these rules now is to use scope: raw and match against the related markup syntax.

Changelog

  • 61f6b97 refactor: support templates in StylesPath
  • caabd52 fix: allow - in code:: blocks (#619)

v2.25.2

27 Apr 18:52
Compare
Choose a tag to compare

Changelog

  • d9f9217 fix: rollback file view changes for now