Skip to content

Latest commit

 

History

History
88 lines (46 loc) · 5.81 KB

CHANGELOG.md

File metadata and controls

88 lines (46 loc) · 5.81 KB

lighthouse-parade

2.1.0

Minor Changes

2.0.2

Patch Changes

2.0.1

Patch Changes

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

2.0.0

Major Changes

  • #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

1.1.0

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.

1.0.0

Major Changes

0.4.0

Minor Changes

0.3.0

Minor Changes

  • 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

0.2.1

Patch Changes

0.2.0

Minor Changes

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

0.1.0

Minor Changes

Patch Changes