Skip to content

Releases: harlan-zw/unlighthouse

v0.1.31

17 Jan 06:20
Compare
Choose a tag to compare

Bug Fixes

  • core: runtimeSettings proper types and start-time site URL (42537d3)

Features

  • nuxt: get the nuxt integration operational again (346084c)

v0.1.30

17 Jan 04:16
Compare
Choose a tag to compare

Bug Fixes

  • mono: another attempt at removing puppeteer install (7b17307)

v0.1.29

17 Jan 04:06
Compare
Choose a tag to compare

Bug Fixes

  • cli: improved CLI option resolving (57696ce)
  • client: exclude category scores which are null from total (e1b33db)
  • client: fix tooltip dimensions (e0acc78)
  • client: format sizes, prefer B over Bytes (573ce12)
  • core: avoid queueing javascript or anchor links (d1782e2)
  • mono: fix up override of puppeteer-cluster to avoid downloading puppeteer (984a7f7)

Features

  • client: add throttling status to performance warning (dc0559e)
  • client: better formatting of network request files (4e892da)
  • client: proper display dynamicSampling number (567595c)
  • client: remove throttle UI when it's false (cf67644)

v0.1.28

17 Jan 02:42
Compare
Choose a tag to compare

Bug Fixes

  • core: avoid checking for puppeteer if chrome is found (9311c83)
  • core: change logger level of route discovery (246dbe3)

v0.1.27

17 Jan 02:17
Compare
Choose a tag to compare

Bug Fixes

  • client: don't package development payload (2fbfdb6)
  • doc: temporarily disable dark mode (7b7a1ff)

Features

  • core: prefer using puppeteer-core over puppeteer to minimise package size (80fbb8c)

v0.1.26

16 Jan 13:48
Compare
Choose a tag to compare

Bug Fixes

  • core: migrate to axios instead of ohmyfetch to resolve bug (6a54c78)

v0.1.25

16 Jan 13:01
Compare
Choose a tag to compare

Bug Fixes

  • core: debug why http request is failing (1ab938f)

v0.1.24

16 Jan 12:49
Compare
Choose a tag to compare

Bug Fixes

  • client: decrease less margin of performance tooltip (c32fc44)
  • client: make sure we're dealing with an origin for the site var (093aaa7)
  • client: margin on left-hand box (7c8202c)
  • client: properly link PSI URL (a1f745d)
  • client: remove www. prefix from site url (83e4541)
  • core: deal with site origins only, 404 error handling and stubbing fix (6ca67ab)
  • core: handle 404 URLs without crashing (04f48dc)

Features

  • cli: support samples option (f1d5376)

v0.1.23

16 Jan 10:01
Compare
Choose a tag to compare

Features

  • client: add ARIA issues aggregate column (adfce03)
  • client: add warning flag for tooltip icon (2efb8c5)
  • client: re-work columns sizing, core web vital field and improved tooltips (0edfa3d)

v0.1.22

15 Jan 11:16
Compare
Choose a tag to compare

Bug Fixes

  • cli: broken site config (7a756fb)
  • cli: purge files that aren't needed for static build (8256a37)
  • client: disable full screen image modal when offline (348716d)
  • client: proper logic for share image (aca65f9)
  • client: use new host name (c5a4b36)
  • core: avoid creating cache files when cache is off (872779c)
  • core: avoid dodgy normalised urls when they are provided as absolute (1b395bd)
  • core: config from file merged properly (b23bb4c)
  • core: fallback to 'dumb' route definition creation when definition couldn't be found (4f14b70)
  • core: honour cache setting (314184d)
  • core: less aggressive route definition discovery (7be4cf5)
  • core: purge .html endings from urls for unique url matching (55c11a8)
  • core: simplify sorting logic for route queuing (d74ca0c)
  • mono: resolve packages properly (fd42da0)
  • tests: increase timeout and improve speed (ad3cdb0)
  • tests: use updated schema for fixture (aa5e71b)

Features

  • chore: add benchmarking to html extraction when debugging (5ed5ee0)
  • client: move the payload to a separate js file to resolve html payload bug (70d9a49)
  • core: add max routes config, 200 by default (7458db7)
  • core: prefer html payload extracts using fetch if javascript isn't needed (c5d1921)
  • core: sort queued routes based on their depth as well as their name (5f90193)
  • core: test provided host for a valid HTTP status before beginning (c0d278c)
  • doc: add panelbear analytics (b4e15bd)