forked from mrclay/jsmin-php
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHISTORY.txt
More file actions
30 lines (21 loc) · 739 Bytes
/
HISTORY.txt
File metadata and controls
30 lines (21 loc) · 739 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
JSMin fixes
Version 2.3.2
* Correctly identifies regexes following keywords with no space. E.g. return/regex/;
Version 2.3.1
* Exception classes are PSR-0 loadable
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.