|
|
|
|
@@ -1,3 +1,188 @@
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Oct 23 02:14:39 UTC 2025 - Jeff Kowalczyk <jkowalczyk@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update to version 3.13.0:
|
|
|
|
|
* chore: remove old config
|
|
|
|
|
* chore: update golangci
|
|
|
|
|
* test: add Java view case
|
|
|
|
|
* feat: add tree-sitter support for Java
|
|
|
|
|
* chore: Update go
|
|
|
|
|
* docs: remove broken link
|
|
|
|
|
* fix: don't error on continuation characters
|
|
|
|
|
- Packaging improvements:
|
|
|
|
|
* Update to BuildRequires: golang(API) >= 1.25 matching go.mod
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Jun 09 01:59:25 UTC 2025 - Jeff Kowalczyk <jkowalczyk@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update to version 3.12.0:
|
|
|
|
|
* test: add more cases
|
|
|
|
|
* refactor: blueprint -> view
|
|
|
|
|
* chore: add `.well-known`
|
|
|
|
|
* chore: add funding.yml
|
|
|
|
|
* fix: remove erroneous "+1"
|
|
|
|
|
* chore(deps): bump golang.org/x/net from 0.36.0 to 0.38.0 (#996)
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Apr 07 01:19:32 UTC 2025 - Jeff Kowalczyk <jkowalczyk@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update to version 3.11.2:
|
|
|
|
|
* fix: adjust comment offset
|
|
|
|
|
* refactor: improve front matter error messages
|
|
|
|
|
* test: add case for `IgnoredScopes`
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Apr 07 01:18:39 UTC 2025 - Jeff Kowalczyk <jkowalczyk@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update to version 3.11.1:
|
|
|
|
|
* fix: don't error on duplicate fields
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Apr 02 23:52:10 UTC 2025 - Jeff Kowalczyk <jkowalczyk@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update to version 3.11.0:
|
|
|
|
|
* chore: add mdx2vast to Docker
|
|
|
|
|
* docs: clean up accept.txt
|
|
|
|
|
* fix: don't normalize multiple spaces
|
|
|
|
|
* fix: Enhance `stepsToString` to properly handle parentheses
|
|
|
|
|
* chore: update .vale.ini
|
|
|
|
|
* feat: support for front matter
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Mar 18 09:22:45 UTC 2025 - Jeff Kowalczyk <jkowalczyk@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update to version 3.10.0:
|
|
|
|
|
* refactor: rollback metadata support until next release
|
|
|
|
|
* fix boo#1239733 chore(deps): bump github.com/expr-lang/expr from 1.16.9 to 1.17.0 (#985)
|
|
|
|
|
* test: add MDX case with old configuration
|
|
|
|
|
* fix: meta -> Meta
|
|
|
|
|
* feat: add support for frontmatter
|
|
|
|
|
* chore(deps): bump golang.org/x/net from 0.34.0 to 0.36.0 (#982)
|
|
|
|
|
* refactor: fix golangci-lint
|
|
|
|
|
* fix: support non-expressions in `{...}`
|
|
|
|
|
* refactor: clean up cmd execution
|
|
|
|
|
* chore: install mdx2vast in CI
|
|
|
|
|
* feat: add built-in support for MDX
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Mar 01 23:45:53 UTC 2025 - Jeff Kowalczyk <jkowalczyk@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update to version 3.9.6:
|
|
|
|
|
* fix: support filters through strings or files
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Feb 06 07:52:50 UTC 2025 - Jeff Kowalczyk <jkowalczyk@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update to version 3.9.5:
|
|
|
|
|
* refactor: remove testify
|
|
|
|
|
* chore: upgrade twine
|
|
|
|
|
* fix: revert baseStyles merge
|
|
|
|
|
- Packaging improvements:
|
|
|
|
|
* Update to BuildRequires: golang(API) >= 1.23 matching go.mod
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Jan 23 15:20:15 UTC 2025 - Jeff Kowalczyk <jkowalczyk@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update to version 3.9.4. There have been reports that the vale
|
|
|
|
|
config file has changed in a recent release. The CLI utility
|
|
|
|
|
could exit with panic in some config cases. Calling the vale
|
|
|
|
|
subcommand "vale sync" wil "Download and install external
|
|
|
|
|
configuration sources" and restore normal CLI tool operation.
|
|
|
|
|
* test: update `dicpath`
|
|
|
|
|
* refactor: use default location when `dicpath` is not set
|
|
|
|
|
* test: add JSON example
|
|
|
|
|
* refactor: restrict spell check to word bounded tokens
|
|
|
|
|
* fix: only use on-disk file extension for config-matching
|
|
|
|
|
* docs: update widget
|
|
|
|
|
* test: add real YAML example
|
|
|
|
|
* refactor: use new `system` pkg
|
|
|
|
|
* refactor: fix golangci
|
|
|
|
|
* refactor: create test case for symlinks
|
|
|
|
|
* fix: handle empty replacements
|
|
|
|
|
* chore: update vulnerable go dependencies (#938)
|
|
|
|
|
* refactor: remove `allowedScopes`
|
|
|
|
|
* feat: support custom scopes with `engine: tree-stitter`
|
|
|
|
|
* refactor: support assigning markup type per-scope
|
|
|
|
|
* refactor: re-name struct fields
|
|
|
|
|
* Update accept.txt
|
|
|
|
|
* Introducing Vale Guru on Gurubase.io (#924)
|
|
|
|
|
* refactor: operation -> query
|
|
|
|
|
* chore: upgrade /x/crypto and /x/net
|
|
|
|
|
* refactor: fix golangci
|
|
|
|
|
* fix: #944
|
|
|
|
|
* feat: add support for JSON, YAML, and TOML
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Jan 02 04:04:08 UTC 2025 - Jeff Kowalczyk <jkowalczyk@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update to version 3.9.3:
|
|
|
|
|
* refactor: ensure JSON errors always include the same keys
|
|
|
|
|
* feat: allow escaping "|" in substitution rules
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Jan 02 03:49:08 UTC 2025 - Jeff Kowalczyk <jkowalczyk@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update to version 3.9.2:
|
|
|
|
|
* fix: handle regex-based replacements
|
|
|
|
|
* refactor: only fetch library when needed
|
|
|
|
|
* chore: update ruby dependencies (#937)
|
|
|
|
|
* docs: fix demo image
|
|
|
|
|
* refactor: fix golangci
|
|
|
|
|
* fix: check `qErr != nil` but return a nil value error `err` (#935)
|
|
|
|
|
* refactor: support JSON in `ls-dirs`
|
|
|
|
|
* fix: don't hide `minAlertLevel`
|
|
|
|
|
* fix: show all alerts by default
|
|
|
|
|
* refactor: fix golangci
|
|
|
|
|
* refactor: support storing filters in `config`
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Nov 18 12:30:48 UTC 2024 - Jeff Kowalczyk <jkowalczyk@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update to version 3.9.1:
|
|
|
|
|
* fix: support overriding `MinAlertLevel`
|
|
|
|
|
* feat: add command for mocking the config pipeline
|
|
|
|
|
* test: more `repetition` cases
|
|
|
|
|
* fix: improve `Vale.Repetition`
|
|
|
|
|
* fix: check if we need to load a rule before trying
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Nov 08 02:45:20 UTC 2024 - Jeff Kowalczyk <jkowalczyk@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update to version 3.9.0:
|
|
|
|
|
* test: update comment cases
|
|
|
|
|
* feat: add comment syntax for ignoring individual matches (#844)
|
|
|
|
|
* chore: formatting
|
|
|
|
|
* feat: add comment syntax for switching styles (#772)
|
|
|
|
|
* test: add sections
|
|
|
|
|
* docs: update logos
|
|
|
|
|
* test: add MDX case
|
|
|
|
|
* chore: bump Go version
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Oct 15 18:39:26 UTC 2024 - Jeff Kowalczyk <jkowalczyk@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update to version 3.8.0:
|
|
|
|
|
* Update action version
|
|
|
|
|
* chore: Update workflow to match README example
|
|
|
|
|
* chore: update Go and golangci
|
|
|
|
|
* refactor: fix golangci
|
|
|
|
|
* chore: run golangci on PRs
|
|
|
|
|
* feat: Allow users to override comment delimiters (#900)
|
|
|
|
|
* refactor: improve action-related error messages
|
|
|
|
|
* chore: update github checkout to v3 (#896)
|
|
|
|
|
* fix: Add support for multi platform image builds in docker (#897)
|
|
|
|
|
* fix: ensure `skip` dimensions are valid
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun Aug 25 08:18:26 UTC 2024 - Jeff Kowalczyk <jkowalczyk@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update to version 3.7.1:
|
|
|
|
|
* feat: add queries for Julia
|
|
|
|
|
* feat: add tree-sitter for Julia
|
|
|
|
|
* fix: wrong message in cases with no index
|
|
|
|
|
* fix: don't apply `ignorecase` to `matchToken`
|
|
|
|
|
* chore: disable cross compile for now
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun Jul 21 22:52:57 UTC 2024 - Jeff Kowalczyk <jkowalczyk@suse.com>
|
|
|
|
|
|
|
|
|
|
|