Skip to content

Releases: Automattic/harper

v0.8.0

08 Mar 19:01
Compare
Choose a tag to compare

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

08 Mar 03:52
Compare
Choose a tag to compare

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

03 Mar 17:26
Compare
Choose a tag to compare

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

29 Feb 02:03
Compare
Choose a tag to compare

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

25 Feb 18:36
Compare
Choose a tag to compare
v0.7.3 Pre-release
Pre-release

First binary release.