summaryrefslogtreecommitdiffstats
path: root/admin/survey/minify/vendor/mrclay/jsmin-php/HISTORY.txt
blob: 90fcf5bc2b45ecf2f43f393868f115faafab99c3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
JSMin fixes (from Minify)

Version 2.3.0
    * Removes leading UTF-8 BOM

Version 2.2.0
    * Fix handling of RegEx in certain situations in JSMin
    * Fix bug in JSMin exceptions

Version 2.1.6
    * JSMin fixes

Version 2.1.4
    * JSMin won't choke on common Closure compiler syntaxes (i+ ++j)
    * mbstring.func_overload usage is safer

Version 2.1.2
    * quote characters inside RegExp literals no longer cause exception

Version 2.1.0
    * JS: preserves IE conditional comments

Version 1.0.1 (2007-05-05)
    * Replaced old JSMin library with a much faster custom implementation.