Skip to content

Releases: Automattic/harper

v0.22.0

18 Feb 15:23
Compare
Choose a tag to compare

What's Changed

  • feat(core): create hyphenation rule for out-of-date by @elijah-potter in #671
  • chore: use just sampleforms to fix curated dict entries by @hippietrail in #660
  • fix: change "and alike" phrase correction to "and the like" by @hippietrail in #705
  • Add Automattic Lingo and Branding by @elijah-potter in #706
  • fix(core): possesive -> possessive typo in lint message by @b-sharman in #690
  • build(deps): bump smallvec from 1.13.2 to 1.14.0 by @dependabot in #694
  • build(deps-dev): bump @types/node from 22.13.1 to 22.13.4 in /packages by @dependabot in #698
  • build(deps-dev): bump jasmine and @types/jasmine in /packages by @dependabot in #696
  • build(deps): bump clap from 4.5.28 to 4.5.29 by @dependabot in #695
  • build(deps-dev): bump vite-plugin-top-level-await from 1.4.4 to 1.5.0 in /packages by @dependabot in #699
  • build(deps-dev): bump @sveltejs/adapter-node from 3.0.3 to 5.2.12 in /packages by @dependabot in #700
  • build(deps-dev): bump flowbite from 3.1.1 to 3.1.2 in /packages by @dependabot in #697
  • feat(harper.js): allow modification to the dictionary. by @elijah-potter in #683
  • fix(core): someways is not a noun by @elijah-potter in #708
  • fix(core): make ChangeTack lint more specific by @elijah-potter in #709

New Contributors

Full Changelog: v0.21.1...v0.22.0

v0.21.1

13 Feb 19:27
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.20.0...v0.21.1

v0.20.0

10 Feb 22:09
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.19.1...v0.20.0

v0.19.1

31 Jan 19:35
Compare
Choose a tag to compare

What's Changed

The biggest change in this version: the ability to ignore lints. This is some pretty new code, so we hope to hear from you all to see how we can improve it.

Full Changelog: v0.18.1...v0.19.1

v0.18.1

28 Jan 21:28
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.18.0...v0.18.1

v0.18.0

27 Jan 21:36
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.17.0...v0.18.0

v0.17.0

23 Jan 15:22
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.16.0...v0.17.0

v0.16.0

15 Jan 21:44
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.15.0...v0.16.0

v0.15.0

08 Jan 22:59
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.14.0...v0.15.0

v0.14.0

31 Dec 19:42
Compare
Choose a tag to compare

What's Changed

This is a much smaller release, but there are some key changes.

Rust and JavaScript consumers of Harper can now access individual lint descriptions via Linter.description() and Linter.getLintDescriptions(), respectively. We've also added the ability to toggle Web Worker usage in the Obsidian plugin.

  • docs: Fixup README links for language server integration by @claydugo in #342

New Contributors

Full Changelog: v0.13.0...v0.14.0