Releases: jaywcjlove/uglify-js-export
Releases Β· jaywcjlove/uglify-js-export
v3.16.3
Comparing Changes: v3.16.2...v3.16.3
npm i uglify-js-export@3.16.3
import UglifyJS from 'uglify-js-export';
const code = "function add(first, second) { return first + second; }";
const result = UglifyJS.minify(code);
console.log(result.error); // runtime error, or `undefined` if no error
console.log(result.code); // minified output: function add(n,d){return n+d}
v3.16.2
Comparing Changes: v3.16.0...v3.16.2
npm i uglify-js-export@3.16.2
import UglifyJS from 'uglify-js-export';
const code = "function add(first, second) { return first + second; }";
const result = UglifyJS.minify(code);
console.log(result.error); // runtime error, or `undefined` if no error
console.log(result.code); // minified output: function add(n,d){return n+d}
v3.16.0
Comparing Changes: v3.15.5...v3.16.0
- π doc: Update README.md 0499567
- π doc: Update README.md 38c50fb
- π Update dependency uglify-js to v3.16.0 (#4) 2e94b78 @renovate-bot
npm i uglify-js-export@3.16.0
import UglifyJS from 'uglify-js-export';
const code = "function add(first, second) { return first + second; }";
const result = UglifyJS.minify(code);
console.log(result.error); // runtime error, or `undefined` if no error
console.log(result.code); // minified output: function add(n,d){return n+d}
v3.15.5
Comparing Changes: v1.0.2...v3.15.5
- π chore: update workflows config. 87ca358
- π doc: Update README.md 1773a03
- π feat: add homepage field in package.json 7be6d4c
- π chore(deps): Pin dependencies uglify-js to v3.15.5 2cbc2e9
npm i uglify-js-export@3.15.5
import UglifyJS from 'uglify-js-export';
const code = "function add(first, second) { return first + second; }";
const result = UglifyJS.minify(code);
console.log(result.error); // runtime error, or `undefined` if no error
console.log(result.code); // minified output: function add(n,d){return n+d}
v1.0.2
Comparing Changes: v1.0.1...v1.0.2
- π doc: Update README.md 3a57991
- π doc: Update README.md 7903481
- π fix: add typings field in pacakge.json ae39b45
npm i uglify-js-export@1.0.2
import UglifyJS from 'uglify-js-export';
const code = "function add(first, second) { return first + second; }";
const result = UglifyJS.minify(code);
console.log(result.error); // runtime error, or `undefined` if no error
console.log(result.code); // minified output: function add(n,d){return n+d}
v1.0.1
Comparing Changes: v1.0.0...v1.0.1
- π chore: add workflows config. 6745707
- π chore: update workflows config. f2ed8e3
- π chore: update workflows config. 6063b97
npm i uglify-js-export@1.0.1
import UglifyJS from 'uglify-js-export';
const code = "function add(first, second) { return first + second; }";
const result = UglifyJS.minify(code);
console.log(result.error); // runtime error, or `undefined` if no error
console.log(result.code); // minified output: function add(n,d){return n+d}
v1.0.0
released v1.0.0