Skip to content

0.5.3

Compare
Choose a tag to compare
@xfenix xfenix released this 25 Aug 00:46
· 6 commits to master since this release

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