Skip to content

Releases: philipp-winterle/crittr

1.2.3

13 Nov 12:25
07f5f35
Compare
Choose a tag to compare

Changes
⭐ updated to puppeteer 1.10.0

1.2.2

07 Sep 09:32
10a5997
Compare
Choose a tag to compare

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

01 Aug 07:54
Compare
Choose a tag to compare

What's happening

🪲 #8 fix wildcard escaping of css relevant characters

Upgrade

  • nothing to do - should work as expected

Wildcards FTW

31 Jul 14:35
ae173e7
Compare
Choose a tag to compare

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

24 Jul 16:06
Compare
Choose a tag to compare

👍 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

06 Jul 14:50
7bfe981
Compare
Choose a tag to compare

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

18 Jun 08:40
Compare
Choose a tag to compare

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

14 Jun 16:59
Compare
Choose a tag to compare

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.