Releases: errata-ai/vale
Releases · errata-ai/vale
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
v2.25.0
Changelog
- 309a768 feat: support comment-based config on Org Mode (#593)
v2.24.3
Changelog
- cca5a1b test: add
occurrence case
- 4b5c779 fix: don't crash on no
extends
v2.24.2
Changelog
- 2519b55 fix: ensure
negate is always checked for tags
- 953cabf fix: don't make tmpdir for local pkg
- ec58046 refactor: match case in returned suggestions