Releases: happo/happo.io
Releases · happo/happo.io
v11.0.0
Breaking change
The CI scripts now assume the default branch to be named main
. If your default branch is named master
, you need to set this environment variable to bring back the old behavior:
BASE_BRANCH=origin/master
Full Changelog: v10.1.3...v11.0.0
v10.1.3
What's Changed
- Listen to close instead of finish when making static zips by @lencioni in #298
- Improve determinstic hashes test by @lencioni in #293
- Change master to main for github workflows by @lencioni in #294
- Bump webpack from 5.76.0 to 5.94.0 by @dependabot in #296
- Bump micromatch from 4.0.5 to 4.0.8 by @dependabot in #297
Full Changelog: v10.1.2...v10.1.3
v10.1.2
v10.1.1
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
v10.0.0
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
- Bump json5 from 1.0.1 to 1.0.2 by @dependabot in #250
- Bump braces from 3.0.2 to 3.0.3 by @dependabot in #277
- Bump follow-redirects from 1.15.2 to 1.15.6 by @dependabot in #278
- Bump word-wrap from 1.2.3 to 1.2.5 by @dependabot in #279
- Bump semver from 5.7.1 to 5.7.2 by @dependabot in #280
- Bump @babel/traverse from 7.20.10 to 7.24.7 by @dependabot in #282
- Bump tough-cookie from 4.1.2 to 4.1.4 by @dependabot in #283
- Bump ws from 6.2.2 to 6.2.3 by @dependabot in #281
- Bump webpack from 5.75.0 to 5.76.0 by @dependabot in #252
- Add node 20 and 22 to test matrix, use node v20.14.0 locally by @lencioni in #284
Full Changelog: v9.1.6...v10.0.0
v9.1.6
v9.1.5
v9.1.4
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.