We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a74504e commit 2218ed3Copy full SHA for 2218ed3
CHANGELOG.md
@@ -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
12
# 0.10.0
13
14
* Upgrade dependency on `puppeteer` to `^2.0.0`
0 commit comments