Skip to content

Releases: pocketjoso/penthouse

0.10.0 - Fix bug breaking @font-face in normalized css

07 Oct 21:35
Compare
Choose a tag to compare

See #138 for details - only applies to invalid css that couldn't be parsed for AST.

0.9.14 - Support non-ASCII in URL

04 Sep 07:43
Compare
Choose a tag to compare

Fixes a bug where Penthouse would yield an error like Error opening url 'http:/???????-??.??': Host not found for URLs containing non-ASCII characters.

0.9.13 - minor cleanup

03 Sep 12:48
Compare
Choose a tag to compare

0.9.12 - Fix window /tmp dir bug

17 Aug 20:02
Compare
Choose a tag to compare

0.9.11 - handle extra invalid closing braces in css

31 Jul 16:15
Compare
Choose a tag to compare

Previously extra closing braces (}) in the css could yield incorrect critical css - see #127 for details.
This release also moved around quite a lot of code in the code base, however this should not effect end users.

0.9.10 - keep critical animation and @Keyframe styles

14 Jul 16:02
Compare
Choose a tag to compare

Previously all animation declarations and all @keyframe rules were removed. As raised in #122, this could cause some flickering for on load @keyframe animations. Penthouse now only removes @keyframes that aren't used in the critical css.

v0.9.9 - keep @media all {} contents

18 Jun 21:38
Compare
Choose a tag to compare

Fixes a bug which lead to @media all {} rules (without any further expressions) being removed from critical css:
0eea130.

v0.9.7 - Fix missing iconfont icons when css is invalid

08 May 19:27
Compare
Choose a tag to compare

v.0.9.1 - v0.9.6 - more options, performance and debugging

28 Apr 19:51
Compare
Choose a tag to compare

v0.9.0 - PhantomJS 2

28 Jan 21:21
Compare
Choose a tag to compare

Finally landed now that phantomjs 2 supports Linux as well!