Skip to content

Releases: Automattic/harper

v2.1.0

24 Apr 21:23

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.0...v2.1.0

v2.0.0

08 Apr 22:03

Choose a tag to compare

What's Changed

Hey all! We're finally releasing Harper 2.0. Why?

It isn't because we have any new groundbreaking features in this release, because we don't let major versioning stop us from pushing those out as soon as they're ready. It's because we have some breaking changes.

The biggest one only applies to you if you consume harper.js. From now on, instead of importing your binary from the main Harper module, you'll import it from one of four specialized modules.

Previously, you'd import the Harper WebAssembly binary with:

import { LocalLinter, binary } from "harper.js";

As of Harper 2.0, you'll import it like this:

import { LocalLinter } from "harper.js";
import { binary } from "harper.js/binary"; 

It's that simple! Thanks to this change, you'll find that your applications are more conducive to tree-shaking and therefore might even be a bit smaller!

In addition to that large breaking change, we also have a bunch of smaller improvements rolling out. I won't go through them one by one, but you're free to read through any of the linked pull requests below.

Read more

v1.12.0

19 Mar 21:07

Choose a tag to compare

What's Changed

New Contributors

  • @cl2t made their first contribution in #2971
  • @ctonneslan made their first contribution in #2964

Full Changelog: v1.11.0...v1.12.0

v1.11.0

18 Mar 22:09

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.10.0...v1.11.0

v1.10.0

11 Mar 20:08

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.9.0...v1.10.0

v1.9.0

27 Feb 18:15

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.8.0...v1.9.0

v1.8.0

18 Feb 22:43

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.7.0...v1.8.0

v1.7.0

11 Feb 23:00

Choose a tag to compare

What's Changed

Full Changelog: v1.6.0...v1.7.0

v1.6.0

04 Feb 21:41

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.5.1...v1.6.0

v1.5.1

22 Jan 21:43

Choose a tag to compare

What's Changed

  • fix(chrome-ext): problems with incorrect dialect selection and reversion by @elijah-potter in #2569

Full Changelog: v1.5.0...v1.5.1