All Versions
14
Latest Version
Avg Release Cycle
136 days
Latest Release
1955 days ago

Changelog History
Page 2

  • v0.3.2.2 Changes

    • ๐Ÿ˜Œ Relaxed criterion upper bound.
  • v0.3.2.1 Changes

    • ๐Ÿ“œ Relaxed optparse-applicative upper bound.
  • v0.3.1.3 Changes

    March 02, 2017

    โž• Added

    • ๐Ÿ‘Œ Support for @supports rules, and a slight minification for them: it removes adjacent negations, i.e.: @supports not (not ...) gets turn into @supports .... ### ๐Ÿ›  Fixed
    • A small bug with :lang() where spaces before the right parenthesis weren't being removed. ### ๐Ÿ‘Œ Improved
    • โœ… Test coverage.
  • v0.3.0.1 Changes

    February 24, 2017

    ๐Ÿš€ First release, which can be found on Hackage.
    ๐Ÿ“œ The minifier already implements several techniques, both for minification, and to improve compression. It supports some basic CSS hacks (such as \9 at the end of a declaration), and most of the usual CSS features, though it lacks support for some others (for example, and ironically, the parser chokes on @supports rules).