Releases: errata-ai/vale
Releases · errata-ai/vale
v2.29.1
Changelog
- f769fcd fix: don't shift the offset for large files
v2.29.0
Changelog
- 9639844 feat: Add Optional Custom Message to Script Match (#682)
- c585c5f fix: Remove additional
--update
for apk in Dockerfile (#675)
v2.28.3
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
Changelog
- e58d135 fix: improve error message for non-existent pkgs (#640)
v2.28.1
Changelog
- d95f702 fix: ensure hypenated exceptions are respected (#647)
- e42027e fix: allow hypenated words in
Vale.Terms
(#647)
v2.27.0
Changelog
- 3a4dfee feat: support ignoring
comment
scopes
- 70b40c4 fix: ensure
raw
-scoped rules are run on code
v2.26.0
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
Changelog
- d9f9217 fix: rollback file view changes for now