All Versions
14
Latest Version
Avg Release Cycle
136 days
Latest Release
2084 days ago
Changelog History
Page 2
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.
- ๐ Support for
-
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).