Skip to content

Commit 4fc1174

Browse files
Publish Next Version (#68)
1 parent 0efa5a0 commit 4fc1174

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

.changeset/early-tables-crash.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# lighthouse-parade
22

3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- [`0efa5a0`](https://github.com/cloudfour/lighthouse-parade/commit/0efa5a001040e68c8af0a2c652de080bb91d3676) [#65](https://github.com/cloudfour/lighthouse-parade/pull/65) Thanks [@calebeby](https://github.com/calebeby)! - Add options: `--max-crawl-depth`, `--include-path-glob`, `--exclude-path-glob`
8+
9+
- `--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.
10+
- `--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.
11+
- `--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.
12+
313
## 1.0.0
414

515
### Major Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lighthouse-parade",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "A Node.js command line tool that crawls a domain and compiles a report with lighthouse performance data for every page.",
55
"bin": "dist/cli.js",
66
"files": [

0 commit comments

Comments
 (0)