Skip to content

Releases: cloudfour/lighthouse-parade

v2.1.0

09 Jun 18:25
2e369ab
Compare
Choose a tag to compare

Minor Changes

v2.0.2

24 May 17:26
ec5ab3f
Compare
Choose a tag to compare

Patch Changes

v2.0.1

14 Apr 18:17
891e1a5
Compare
Choose a tag to compare

Patch Changes

  • #99 fe12bc2 Thanks @calebeby! - Force the initial path to be included in the crawling regardless of include/exclude flags

v2.0.0

22 Mar 21:57
eed2a27
Compare
Choose a tag to compare

Major Changes

  • #92 d0b1d12 Thanks @calebeby! - Drop support for node 12 and add support for node 16

  • #77 4d21edc Thanks @calebeby! - Update Dependencies

    The most significant change is that Lighthouse has been updated from ^6.4.0 to ^9.5.0. For most people, the changes will be non-breaking, but throughout the versions the scores have been changed

v1.1.0

15 Jan 21:23
4fc1174
Compare
Choose a tag to compare

Minor Changes

  • 0efa5a0 #65 Thanks @calebeby! - Add options: --max-crawl-depth, --include-path-glob, --exclude-path-glob

    • --max-crawl-depth: Control the maximum depth of crawled links. 1 means only the entry page will be used. 2 means the entry page and any page linked directly from the entry page will be used.
    • --include-path-glob: Specify a glob (in quotes) for paths to match. Links to non-matched paths will not be crawled. The entry page will be crawled regardless of this flag. This flag can be specified multiple times to allow multiple paths. * matches one url segment, ** matches multiple segments. Trailing slashes are ignored.
    • --exclude-path-glob: Specify a glob (in quotes) for paths to exclude. Links to matched paths will not be crawled. The entry page will be crawled regardless of this flag. This flag can be specified multiple times to exclude multiple paths. * matches one url segment, ** matches multiple segments. Trailing slashes are ignored.

v1.0.0

09 Dec 20:04
dace388
Compare
Choose a tag to compare

Major Changes

v0.4.0

07 Dec 19:05
9784b06
Compare
Choose a tag to compare

Minor Changes

v0.3.0

28 Oct 20:05
08abdf0
Compare
Choose a tag to compare

Minor Changes

  • 99ee851 #49 Thanks @calebeby! - Fix line ending bug

  • 035f73f #45 Thanks @calebeby! - Reoorganize code to make testing easier

    • Reduce CLI output
    • Run lighthouse on URLs even if there are already reports saved for those URLs
  • 7b46d70 #48 Thanks @calebeby! - Change default data directory to lighthouse-parade-data

v0.2.1

21 Oct 17:52
daa38b9
Compare
Choose a tag to compare

Patch Changes

v0.2.0

20 Oct 18:15
6eab831
Compare
Choose a tag to compare

Minor Changes

  • 997b89a #38 Thanks @calebeby! - Add optional --crawler-user-agent flag to override user agent