Skip to content

Releases: happo/happo.io

v10.1.1

01 Jul 06:55
Compare
Choose a tag to compare

What's Changed

  • Update eslint v4 to v8, prettier v2 to v3 by @lencioni in #288
  • Change package.json engines field from node 12 to 16 by @lencioni in #286
  • Update http-server from v0.12 to v14 by @lencioni in #287
  • Fix invalid version command in happo-ci by @trotzig in #289

Full Changelog: v10.1.0...v10.1.1

v10.1.0

25 Jun 20:10
Compare
Choose a tag to compare

What's Changed

Full Changelog: v10.0.0...v10.1.0

v10.0.0

18 Jun 21:17
Compare
Choose a tag to compare

What's Changed

Breaking

The jose package uses newer syntax that is not supported on node 14, which makes this a breaking change. If you are using node 16 or newer, you should be good to go!

Other

Full Changelog: v9.1.6...v10.0.0

v9.1.6

29 May 18:18
Compare
Choose a tag to compare

This patch release fixes an issue where retried API calls using FormData would consistently fail with a socket hang up error. Thanks to @lencioni for the patch!

v9.1.5

17 May 10:15
Compare
Choose a tag to compare

This patch release makes the call to save assets more robust.

v9.1.4

22 Apr 07:41
Compare
Choose a tag to compare

This patch release adds validation for when asset packages become too large. If the package is too large (60 MB or bigger) an error is thrown showing the largest files in the package. If the size is close to 60 MB but not quite there yet, a warning is logged instead.

v9.1.3

05 Apr 11:26
Compare
Choose a tag to compare

This version fixes an issue with --fallbackShas not working as intended.

v9.1.2

08 Feb 08:42
Compare
Choose a tag to compare

This patch release contains a fix for the debug page available when you use prerender: false together with a Happo Examples integration.

v9.1.1

08 Feb 08:41
Compare
Choose a tag to compare

This patch release contains a fix for the debug page available when you use prerender: false together with a Happo Examples integration.

v9.1.0

06 Feb 14:53
Compare
Choose a tag to compare

This minor version prepares for an upcoming feature at Happo.io where you can retry a single snapshot (instead of the whole job).