github vale-cli/vale v2.3.2

latest releases: v3.14.1, v3.14.0, v3.13.1...
5 years ago

This release fixes an issue that could cause Sequence alerts to be reported at the wrong location. For example,

Before:

Have you been to Don's house yet?

<!-- When looking for "'s", we could misreport it as being the line above -->
The endpoint's are available.

After:

Have you been to Don's house yet?

<!-- We now look for the entire match ("endpoint's are") -->
The endpoint's are available.

Changelog

b4a33fc fix: make Sequence locations more precise

Don't miss a new vale release

NewReleases is sending notifications on new releases.