Skip to content

Commit 2218ed3

Browse files
committed
0.11.0 changelog notes
1 parent a74504e commit 2218ed3

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# 0.11.0
2+
3+
* The main parameter `urls` can no be a string called just `url`. You just
4+
need to either use `urls` (array) or `url` (string).
5+
6+
* New `ignoreRequestErrors` option to ignore HTTP responses that are `>=400`.
7+
[pull#365](https://github.com/peterbe/minimalcss/pull/365)
8+
Thanks @Fgruntjes
9+
10+
* (Chore) Switching from TravisCI to GitHub Actions
11+
112
# 0.10.0
213

314
* Upgrade dependency on `puppeteer` to `^2.0.0`

0 commit comments

Comments
 (0)