Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-23 | v2.8.15 | Alex Lam S.L | |
2017-03-23 | metadata cleanup (#1630) | Alex Lam S.L | |
- mention performance anomaly in Node 7 and drop from CI - remove unused npm "scripts" - mark browserify dependency as optional - stop `test/mozilla-ast.js` from spamming console output in later versions of Node.js | |||
2017-03-19 | v2.8.14 | Alex Lam S.L | |
2017-03-17 | v2.8.13 | Alex Lam S.L | |
2017-03-11 | v2.8.12 | Alex Lam S.L | |
2017-03-10 | v2.8.11 | Alex Lam S.L | |
2017-03-09 | v2.8.10 | Alex Lam S.L | |
2017-03-08 | v2.8.9 | Alex Lam S.L | |
2017-03-07 | v2.8.8 | Alex Lam S.L | |
2017-03-05 | v2.8.7 | Alex Lam S.L | |
2017-03-05 | v2.8.6 | Alex Lam S.L | |
2017-03-05 | resolve issue with outdated version of async (#1549) | Alex Lam S.L | |
fixes #746 | |||
2017-03-03 | v2.8.5 | Alex Lam S.L | |
2017-03-02 | v2.8.4 | Alex Lam S.L | |
2017-03-01 | v2.8.3 | Alex Lam S.L | |
2017-03-01 | v2.8.2 | Alex Lam S.L | |
2017-03-01 | v2.8.1 | Alex Lam S.L | |
2017-02-27 | v2.8.0 | Alex Lam S.L | |
2016-11-29 | v2.7.5 | Richard van Velzen | |
2016-10-23 | v2.7.4 | Richard van Velzen | |
2016-08-17 | v2.7.3 | Richard van Velzen | |
2016-08-17 | v2.7.2 | Richard van Velzen | |
2016-08-14 | v2.7.1 | Richard van Velzen | |
2016-07-03 | v2.7.0 | Richard van Velzen | |
2016-06-22 | v2.6.4 | Richard van Velzen | |
2016-06-19 | v2.6.3 | Richard van Velzen | |
2016-02-22 | v2.6.2 | Mihai Bazon | |
2016-01-19 | Add keywords to package.json | Anthony Van de Gejuchte | |
Should hopefully bump up on the results of the npm site when searching `uglify` | |||
2015-12-27 | Add mocha tests | Anthony Van de Gejuchte | |
2015-11-16 | v2.6.1 | Mihai Bazon | |
2015-11-12 | v2.6.0 | Mihai Bazon | |
2015-10-13 | upgrade yargs 3.5.4 -> 3.10.0 | Damian Krzeminski | |
we need a version with better support for 'array' params see: https://github.com/bcoe/yargs/pull/164 | |||
2015-10-11 | v2.5.0 | Mihai Bazon | |
2015-10-07 | Pin dependencies with npm shrinkwrap | SpainTrain | |
* Use `npm run shrinkwrap` to create a shrinkwrap file with all dependencies pinned * Update dependency `source-map` to latest (Closes #738) | |||
2015-09-14 | use a valid SPDX license identifier | Kyle Mitchell | |
2015-07-29 | Make node.js 0.8 the minimum supported version. | XhmikosR | |
Node.js 0.4 and 0.6 are ancient; things don't work there. Update Travis CI configuration accordingly. Note, that the npm update in Travis is needed for 0.8 only at the moment. | |||
2015-07-22 | v2.4.24 | Mihai Bazon | |
2015-05-20 | v2.4.23 | Mihai Bazon | |
2015-05-18 | v2.4.22 | Mihai Bazon | |
2015-05-04 | v2.4.21 | Mihai Bazon | |
2015-04-14 | Normalize package.json. | XhmikosR | |
* Specify the files to install in package.json * Add missing properties * Follow `npm init`'s scheme | |||
2015-04-13 | v2.4.20 | Mihai Bazon | |
2015-03-29 | v2.4.19 | Mihai Bazon | |
2015-03-29 | v2.4.18 | Mihai Bazon | |
2015-03-18 | Bump yargs version (for .array arguments) | Mihai Bazon | |
2015-03-11 | v2.4.17 | Mihai Bazon | |
2015-01-01 | Use yargs instead of optimist. | Kenneth Powers | |
2014-12-09 | v2.4.16 | Mihai Bazon | |
2014-08-04 | Merge branch 'master' of https://github.com/RReverser/UglifyJS2 | Mihai Bazon | |
2014-08-03 | Added generative testing for AST conversions. | Ingvar Stepanyan | |