Skip to content

Releases: simondud/critical

Version 6.4.0

18 Oct 06:53

Choose a tag to compare

Merge all addyosmany/critical updates up to 6.0.4. Update version. Add tests for noscript and broken style blocks. Fix all eslint errors and run tests successfully

Version 4.2.1

26 Apr 08:20

Choose a tag to compare

Treat the "Unknown word" error and remove the part around it, in order to use as much as possible from the css block (as the browser does)
Catch parse error from CSS blocks that have syntax errors and discard them

Version 4.2.0

29 Jun 20:45

Choose a tag to compare

new param useURLInPenthouse that helps with avoiding CORS issues.

Version 4.1.0

16 Mar 13:28

Choose a tag to compare

Added ignoreHTTPSErrors parameter that maps to not rejectUnauthorized option of got.
Fix to fetch the CSS from files @import'ed in page's CSS files.