Skip to content

Releases: uncss/uncss

0.17.3

11 Feb 08:29
11e4dd2
Compare
Choose a tag to compare

0.17.2

27 Aug 12:25
Compare
Choose a tag to compare
  • Fixed #407
  • Fixed implementation details in the postcss plugin

0.17.1

26 Aug 13:54
Compare
Choose a tag to compare
  • Fixed a bug in the handling of jsdom options.

0.17.0

01 Jun 12:53
Compare
Choose a tag to compare
  • Added option to specify jsdom page-creation options.
  • Output from the jsdom windows is now redirected to stderr by default.
  • Added the output option to write to file, insted of stdout.
  • Updated to PostCSS 7

0.16.2

06 Mar 22:06
Compare
Choose a tag to compare

Support for injecting JS on page load before uncss runs, as well as some bug fixes.

0.16.1

27 Nov 18:38
78e9df8
Compare
Choose a tag to compare

Fix regression causing selectors with multiple pseudo-classes to be ignored.

0.16.0

23 Nov 02:02
Compare
Choose a tag to compare

A bunch of internal cleanups, and removed support for older versions of Node.

0.15.0

08 Jul 07:20
Compare
Choose a tag to compare

Migrate from PhantomJS to JSDom, and update our package.json dependencies (cleaning up some warnings).

0.14.1

18 Jul 20:14
Compare
Choose a tag to compare

Fix a missing async dependency.

0.14.0

08 Jul 20:17
Compare
Choose a tag to compare

Sourcemap support, better parallelization, some CSS handling fixes:

  • PostCSS rewrite to handle larger variety of CSS with source preservation (including sourcemap support!)
  • Handle large number of HTML files better (though serialization)
  • Better CSS handling (will trim vendor-specific prefixes if unused, can handle multiple animation names, etc)