Skip to content

Releases: harlan-zw/unlighthouse

v0.8.5

24 May 02:45
Compare
Choose a tag to compare

⚠️ This release includes an important security fix if you're using the --build-static option with any sensitive cookies or headers. Please use npx [email protected] --site <site> --build-static to regenerate.

Bug Fixes

  • client: avoid exposing sensitive config when using --build-static (6f2cb0d), closes #119

v0.8.4

22 May 10:13
Compare
Choose a tag to compare

Bug Fixes

  • ci: decrease verbosity of reporter expandedJson with new metadata by @mastoj in #117

v0.8.3

22 May 07:22
Compare
Choose a tag to compare

Bug Fixes

  • avoid disabling the crawler if we're scanning localhost (9c31ead)

v0.8.2

22 May 05:03
Compare
Choose a tag to compare

Bug Fixes

v0.8.1

21 May 15:11
Compare
Choose a tag to compare

Bug Fixes

  • ci: expandedJson summary should only have avg (#114) (37d5c86)

v0.8.0

20 May 09:10
Compare
Choose a tag to compare

Features 🚀

CI: New JSON Reporting Format #111

When running the CI a simple JSON report is generated at ./.unlighthouse/ci-options.json. This report can be consumed by other tools for your own purposes but it's very limited in terms of data.

With this release we introduce new infrastructure to support other reporters and the first new reporter: jsonExpanded.

This new format includes a lot more detail and can be used to generate more creative integrations.

You can opt into this new report using the command line with --reporter jsonExpanded, or the config using ci.reporter: 'jsonExpanded'. With the v1 release, this will become the new default.

Big thanks to @mastoj for his initiative and work on this.

v0.7.7

19 May 08:32
Compare
Choose a tag to compare

Bug Fixes

  • core: validate sitemap.txt entries are valid (faab48f), closes #99

v0.7.6

19 May 08:15
Compare
Choose a tag to compare

Bug Fixes

  • cli: add preview static report instructions (1199c57)
  • core: extract screenshot thumbnails from JSON data (c24e696)

v0.7.5

18 May 16:54
Compare
Choose a tag to compare

Bug Fixes

  • core: always ignore /cdn-cgi/* paths (47dfc7b)
  • core: case-insensitive robots.txt parsing (a8c3789)
  • core: check page is valid when setting cookies (0b4dbf0), closes #102
  • core: emulate user agent for selected device (79fed7a), closes #104
  • core: support sitemap.txt parsing (63e9c52), closes #105

v0.7.4

15 May 21:22
Compare
Choose a tag to compare
chore: release v0.7.4