Skip to content

Releases: contivero/hasmin

Version 1.0.2

25 Mar 14:28
1.0.2
Compare
Choose a tag to compare
Version 1.0.2

Version 1.0.1

30 Dec 21:28
1.0.1
Compare
Choose a tag to compare

See CHANGELOG.md

Version 1.0

20 Oct 03:55
1.0
Compare
Choose a tag to compare

See the CHANGELOG.md file for more details.

0.3.3

18 Oct 23:28
0.3.3
Compare
Choose a tag to compare

[YANKED] Do not use this version (see 1.0 notes)

  • Added merging of adjacent @media rules with the same query, closing #2.

Bugs fixes and improved test coverage

18 Mar 20:07
0.3.2
Compare
Choose a tag to compare
  • Fixed some dimensions minifying incorrectly.
  • Fixed some Eq instances.
  • Improved test coverage.
  • <An+B> values data type modified to disallow invalid values. This makes the data type safer, also simplifying the Quickcheck Arbitrary instance.

Add @supports minification, and improve test coverage.

02 Mar 23:06
0.3.1.3
Compare
Choose a tag to compare
  • Added support for @supports rules, and a slight minification for them: it removes adjacent negations, i.e.: @supports not (not ...) gets turn into @supports ....
  • Test coverage was improved.
  • Fixed a small bug with :lang() where spaces before the right parenthesis weren't being removed.

First version on Hackage.

24 Feb 21:39
0.3.0.1
Compare
Choose a tag to compare

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).