0.5.3
Suddenly @mwhawkins found out (#3) critical bug: hmin 0.5.2 strip spaces BEFORE tags, so scenarios like "some text <a href="#">..." leads to "some text<a href="#">...". This is incorrect behaviour.
Also, because of this fix, we got 2x time speedup (because i replaced complicated regexp with string replace and very simple regexp).