Skip to content

Releases: errata-ai/vale

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

v2.25.1

27 Apr 07:54
Compare
Choose a tag to compare

Changelog

v2.25.0

27 Apr 01:11
Compare
Choose a tag to compare

Changelog

  • 309a768 feat: support comment-based config on Org Mode (#593)

v2.24.4

22 Apr 04:16
Compare
Choose a tag to compare

Changelog

v2.24.3

18 Apr 03:56
Compare
Choose a tag to compare

Changelog

  • cca5a1b test: add occurrence case
  • 4b5c779 fix: don't crash on no extends

v2.24.2

15 Apr 22:41
Compare
Choose a tag to compare

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

v2.24.1

05 Apr 21:51
Compare
Choose a tag to compare

Changelog

  • 2e356ab refactor: unknown keys are now an error
  • 5b9232b (GH-597) Find config in home folder as last resort (#598)
  • 2a4f073 (MAINT) Add tests for PowerShell code linting (#586)