Mihai Bazon
|
188e28efd7
|
v2.3.6
v2.3.6
|
2013-05-23 23:42:32 +03:00 |
|
Mihai Bazon
|
2df48924cc
|
Merge pull request #213 from mattrobenolt/patch-1
SourceMapping pragma has changed to //#
|
2013-05-22 11:30:54 -07:00 |
|
Mihai Bazon
|
9fc6796d2a
|
Add negate_iife option to the code generator.
See discussion in a9511dfbe5
|
2013-05-22 21:22:14 +03:00 |
|
Mihai Bazon
|
9fc8a52142
|
Set "global" on undeclared SymbolDef-s
|
2013-05-22 13:08:19 +03:00 |
|
Matt Robenolt
|
3a21861580
|
The extra /* */ isn't needed now
|
2013-05-21 08:50:21 -06:00 |
|
Matt Robenolt
|
1dbffd48ea
|
SourceMapping pragma has changed to //#
See: https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k/edit
The spec was updated on May 16th since `//@` was causing some issues with IE.
|
2013-05-21 08:46:27 -06:00 |
|
Mihai Bazon
|
22a038e6a2
|
Fix output of statement: new function(){...};
Close #209
|
2013-05-20 08:27:37 +03:00 |
|
Mihai Bazon
|
f652372c9a
|
v2.3.5
v2.3.5
|
2013-05-19 14:25:05 +03:00 |
|
Mihai Bazon
|
ad1fc3b71a
|
Fix package.json (use repository instead of repositories)
|
2013-05-19 14:24:33 +03:00 |
|
Mihai Bazon
|
2b40a5ac62
|
v2.3.4
v2.3.4
|
2013-05-15 13:27:40 +03:00 |
|
Mihai Bazon
|
ca3388cf5a
|
Add --expr, an option to parse a single expression (suitable for JSON)
|
2013-05-15 13:27:23 +03:00 |
|
Mihai Bazon
|
caa8896a8a
|
Only compress code in new Function if all arguments are strings.
|
2013-05-14 18:36:31 +03:00 |
|
Mihai Bazon
|
d13aa3954d
|
v2.3.3
v2.3.3
|
2013-05-14 11:33:28 +03:00 |
|
Mihai Bazon
|
f64539fb76
|
Compress code passed to new Function if it's a constant.
Only for `--unsafe`.
Close #203
|
2013-05-14 10:47:06 +03:00 |
|
Mihai Bazon
|
d56ebd7d7b
|
Fix a["1_1"]
Close #204
|
2013-05-14 10:42:34 +03:00 |
|
Mihai Bazon
|
3edfe7d0ee
|
Merge pull request #202 from nschonni/add-travis-ci
Add CI build for supported Node versions
|
2013-05-10 02:56:24 -07:00 |
|
Mihai Bazon
|
7f77edadb3
|
v2.3.2
v2.3.2
|
2013-05-09 08:58:55 +03:00 |
|
Mihai Bazon
|
a9511dfbe5
|
Use the negation hack rather than parens for a toplevel function expression call
(only in !beautify mode)
|
2013-05-09 08:58:47 +03:00 |
|
Mihai Bazon
|
064e7aa1bb
|
Fix is_assignable
(not likely to be noticed, it's only used in `strict` parse mode)
|
2013-05-09 08:44:24 +03:00 |
|
Nick Schonning
|
46814f88d9
|
Add Travis build badge to README
|
2013-05-08 23:48:12 -04:00 |
|
Nick Schonning
|
4a19802d0c
|
Add CI build for supported Node versions
|
2013-05-08 23:42:06 -04:00 |
|
Trey Griffith
|
1e9f98aa51
|
add a test for zero-length string in is_identifier_string, which is used in property compression. Also added a test exercising the change.
|
2013-05-08 22:43:20 +03:00 |
|
Mihai Bazon
|
11e24d53a1
|
Fix property names
Close #199
|
2013-05-08 22:37:48 +03:00 |
|
Mihai Bazon
|
0f509f8336
|
v2.3.1
v2.3.1
|
2013-05-08 16:45:36 +03:00 |
|
Mihai Bazon
|
a6ed2c84ac
|
Better fix for equality of typeof ... against "undefined"
|
2013-05-08 16:22:48 +03:00 |
|
Justin Lau
|
a1958aad56
|
Fixed typeof undefined optimization and updated related test case to
accomodates the sort behaviour changes made in commit
mishoo/UglifyJS2@aebafad41e.
Signed-off-by: Justin Lau <justin@tclau.com>
|
2013-05-08 16:22:48 +03:00 |
|
Justin Lau
|
672699613e
|
Added test cases for #104.
Signed-off-by: Justin Lau <justin@tclau.com>
|
2013-05-08 16:22:48 +03:00 |
|
Mihai Bazon
|
645d5bdbc5
|
Merge pull request #195 from kjbekkelund/typo
Fix typo in bin and readme
|
2013-05-08 05:51:52 -07:00 |
|
Justin Lau
|
9af2bbffde
|
Fixed dot properties not optimizing unicode identifiers. Signed-off-by: Justin Lau <justin@tclau.com>
|
2013-05-07 14:20:19 +03:00 |
|
Justin Lau
|
fcd544cc10
|
Added test scenario with unicode in properties name.
Signed-off-by: Justin Lau <justin@tclau.com>
|
2013-05-06 01:26:33 +08:00 |
|
Justin Lau
|
1e3bc0caa0
|
Fixed dot property issue with invlid identifier names.
Signed-off-by: Justin Lau <justin@tclau.com>
|
2013-05-05 22:27:43 +08:00 |
|
Justin Lau
|
8227e8795b
|
Added scenario in test case where properties shouldn't be accessed with
dotted syntax even with screw_ie8 option.
Signed-off-by: Justin Lau <justin@tclau.com>
|
2013-05-05 22:08:13 +08:00 |
|
Kim Joar Bekkelund
|
790b3bcdc6
|
Fix typo in bin and readme
|
2013-05-02 11:15:33 +02:00 |
|
Mihai Bazon
|
d6e6458f68
|
Merge pull request #194 from ulikoehler/master
Add README syntax highlighting
|
2013-05-01 07:04:01 -07:00 |
|
Uli Köhler
|
a54b6703c0
|
Add README syntax highlighting
|
2013-05-01 15:56:20 +02:00 |
|
Mihai Bazon
|
8e6266136d
|
Take two. v2.3.0
v2.3.0
|
2013-05-01 13:15:34 +03:00 |
|
Mihai Bazon
|
5c22a1bdf5
|
v2.3
v2.3
|
2013-05-01 13:14:07 +03:00 |
|
Mihai Bazon
|
9794ebf88c
|
Workaround for missing prefix in UnaryExpression generated by Esprima
See #193
|
2013-04-29 15:03:52 +03:00 |
|
Mihai Bazon
|
68394eed93
|
Make compress/mangle disabled by default, as before 5af144522a
|
2013-04-21 11:35:50 +03:00 |
|
Mihai Bazon
|
753b4b6cc8
|
Merge pull request #191 from michaelficarra/use-es5-member-access-with-screw-ie
use dotted member access when --screw-ie8 option given
|
2013-04-21 01:30:02 -07:00 |
|
Mihai Bazon
|
a9c1b9f138
|
Merge pull request #190 from michaelficarra/patch-1
unbalanced parentheses in readme
|
2013-04-21 01:28:45 -07:00 |
|
Michael Ficarra
|
5af144522a
|
fixes #189: use dotted member access when --screw-ie8 option given
|
2013-04-20 15:11:05 -05:00 |
|
Michael Ficarra
|
483e0cadfb
|
unbalanced parentheses in readme
|
2013-04-20 14:05:52 -05:00 |
|
Roman Bataev
|
4b818056cf
|
Fix typeof evaluation for regex and function
|
2013-04-03 22:34:38 -04:00 |
|
Roman Bataev
|
b956e5f1d9
|
Add tests for typeof evaluation
|
2013-04-03 22:34:19 -04:00 |
|
Vladimir Zhuravlev
|
37d7cb8565
|
Quote objects with numeric keys
|
2013-03-31 19:52:28 +03:00 |
|
Mihai Bazon
|
2b8e206fec
|
fix package.json
|
2013-03-31 13:38:02 +03:00 |
|
Mihai Bazon
|
a869b854fa
|
Don't use \xYY for identifiers
Fix #173
|
2013-03-31 13:36:22 +03:00 |
|
Andreas Lind Petersen
|
81f5efe39a
|
Output, to_ascii: Escape non-ascii chars with \xnn instead of \unnnn whenever possible.
|
2013-03-31 13:36:22 +03:00 |
|
Andreas Lind Petersen
|
69dde0462b
|
uglifyjs binary: Make read_whole_file async and don't attempt to read STDIN synchronously.
|
2013-03-31 13:36:22 +03:00 |
|