Releases: Automattic/harper
Releases · Automattic/harper
v0.8.0
What's Changed
You can now configure linters manually via LSP config.
Notably, the spelled_numbers linter is disabled by default.
- build(deps): bump tree-sitter-ruby from 0.20.0 to 0.20.1 by @dependabot in #49
- build(deps): bump divan from 0.1.11 to 0.1.14 by @dependabot in #48
- build(deps): bump serde from 1.0.195 to 1.0.197 by @dependabot in #47
- build(deps): bump clap from 4.4.18 to 4.5.1 by @dependabot in #46
- build(deps): bump tree-sitter-cpp from 0.20.3 to 0.20.5 by @dependabot in #45
- build(deps): bump wasm-bindgen from 0.2.90 to 0.2.91 by @dependabot in #54
- build(deps): bump smallvec from 1.12.0 to 1.13.1 by @dependabot in #53
- build(deps): bump tokio from 1.35.1 to 1.36.0 by @dependabot in #50
- build(deps): bump mio from 0.8.10 to 0.8.11 by @dependabot in #55
Full Changelog: https://github.com/elijah-potter/harper/commits/v0.8.0
v0.7.6
What's Changed
We added a couple new features;
- Will now ignore Go compiler directives such as
//go:
- Will now suggest that small numbers be spelled out (experimental)
- Added code action to open URLs using default app (experimental)
- build(deps): bump tree-sitter-ruby from 0.20.0 to 0.20.1 by @dependabot in #49
- build(deps): bump divan from 0.1.11 to 0.1.14 by @dependabot in #48
- build(deps): bump serde from 1.0.195 to 1.0.197 by @dependabot in #47
- build(deps): bump clap from 4.4.18 to 4.5.1 by @dependabot in #46
- build(deps): bump tree-sitter-cpp from 0.20.3 to 0.20.5 by @dependabot in #45
- build(deps): bump wasm-bindgen from 0.2.90 to 0.2.91 by @dependabot in #54
- build(deps): bump smallvec from 1.12.0 to 1.13.1 by @dependabot in #53
- build(deps): bump tokio from 1.35.1 to 1.36.0 by @dependabot in #50
- build(deps): bump mio from 0.8.10 to 0.8.11 by @dependabot in #55
Full Changelog: https://github.com/elijah-potter/harper/commits/v0.7.6
v0.7.5
What's Changed
Primarily, we added support for configuring the location of user dictionaries.
- build(deps): bump tree-sitter-ruby from 0.20.0 to 0.20.1 by @dependabot in #49
- build(deps): bump divan from 0.1.11 to 0.1.14 by @dependabot in #48
- build(deps): bump serde from 1.0.195 to 1.0.197 by @dependabot in #47
- build(deps): bump clap from 4.4.18 to 4.5.1 by @dependabot in #46
- build(deps): bump tree-sitter-cpp from 0.20.3 to 0.20.5 by @dependabot in #45
Full Changelog: https://github.com/chilipepperhott/harper/commits/v0.7.5
v0.7.4
Full Changelog: https://github.com/chilipepperhott/harper/commits/v0.7.4
Primarily bug fixes and added support for fixing 'a' v.s. 'an' issues.
v0.7.3
First binary release.