Skip to content

Releases: Automattic/harper

v2.6.0

Choose a tag to compare

@github-actions github-actions released this 24 Jun 16:01

What's Changed

New Contributors

Full Changelog: v2.5.0...v2.6.0

v2.5.0

Choose a tag to compare

@github-actions github-actions released this 11 Jun 16:17

What's Changed

New Contributors

Full Changelog: v2.4.0...v2.5.0

v2.4.0

Choose a tag to compare

@github-actions github-actions released this 04 Jun 21:36

What's Changed

New Contributors

Full Changelog: v2.3.1...v2.4.0

v2.3.1

Choose a tag to compare

@github-actions github-actions released this 30 May 16:14

What's Changed

Full Changelog: v2.3.0...v2.3.1

v2.3.0

Choose a tag to compare

@github-actions github-actions released this 29 May 16:45

What's Changed

Hey guys!

Thanks for waiting. We've heard a ton of your feedback on Harper Desktop, and I'm proud to say that we've addressed a LOT of it. There are some big changes, so pay attention.

First off, we swapped out the update certificate for the binary. That means that auto-update will NOT upgrade you to the latest version. To update, uninstall Harper Desktop from your system and download the .dmg in this release below, then install it.

If you've previously installed Harper Desktop, you'll need to click on the Harper icon in your menu bar (at the top of the screen) and follow the setup instructions one more time. If you've previously given Harper Desktop permission to access the accessibility system, you should remove it from the list (with the - button`) and add it back.

This is because we've finally obtained a real certificate from Apple, so the previous entry in the permission list no longer points to the correct version of Harper.

I really appreciate your understanding with this. We're working out the kinks slowly but surely.

New Contributors

Full Changelog: v2.2.1...v2.3.0

v2.2.1

Choose a tag to compare

@github-actions github-actions released this 23 May 04:28

What's Changed

New Contributors

Full Changelog: v2.2.0...v2.2.1

v2.2.0

Choose a tag to compare

@github-actions github-actions released this 21 May 21:07

What's Changed

New Contributors

Full Changelog: v2.1.0...v2.2.0

v2.1.0

Choose a tag to compare

@github-actions github-actions released this 24 Apr 21:23

What's Changed

New Contributors

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

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 08 Apr 22:03

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

Choose a tag to compare

@github-actions github-actions released this 19 Mar 21:07

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