Releases: philipp-winterle/crittr
1.2.3
Changes
⭐ updated to puppeteer 1.10.0
1.2.2
What's happening
⭐️ added options to take screenshots of every url processed (may consume more time)
👍 updated dependecies. Puppeteer 1.8.0
Upgrade
- nothing to do - should work as expected
1.2.1
Wildcards FTW
Version 1.2.0
crittr is now able to accept wildcards in forced selectors. The wildcard symbol is %
and can be pre- or appended on every forced selector. For more details read the documentation.
Additional:
🪲 crittr stops on page crash
🔴 fixed strange css merging issued with cleancss - font face disappeared.
🔹 fixed a README typo credits to @teles
🔹 README update for wildcards
Large Files Speed Up
👍 Now working with clean-css and hashed objects to speed up process of larger css files (>1MB) with multiple urls
👍 new comparison of libraries because performance is not a good factor in case of crittr use case
Fast, Faster, Crittr
With the return of the critical AND rest css crittr is the only lib that dealing of the most annoying thing when getting the critical css. You never need to load the full css after the critical and waste bandwidth. Just use the rest css and include it on your website. It is the save remaining css of your source file. Save means: keep something you are not sure about.
The speed is still awesome compare to the competitors. But they don't do that much like crittr does.
- critical css
- remaining css
- force included rules
- force excluded rules
And many more is comming. Just keep on track.
If you are missing features or you find a bug please report in the issues section.
Release 1.0.1
Just a small update
💎 Updated jsdocs
💎 Updated README to include better requirements
💎 Including build process for npm package
💎 Including pre commit tests for better development
💎 Updated package.json
Start
This is the first release of crittr and I hope you like it like I do.
Have a look at the documentation for usage instructions.