Releases: jaywcjlove/uglify-js-export
Releases · jaywcjlove/uglify-js-export
v3.19.3
Comparing Changes: v3.19.2...v3.19.3
- 💄 chore(deps): update dependency uglify-js to v3.19.3 d4556dc
npm i uglify-js-export@3.19.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.19.2
Comparing Changes: v3.19.1...v3.19.2
- 💄 chore(deps): update dependency uglify-js to v3.19.2 04928c7
npm i uglify-js-export@3.19.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.19.1
Comparing Changes: v3.19.0...v3.19.1
- 💄 chore(deps): update dependency uglify-js to v3.19.1 ba5c432
npm i uglify-js-export@3.19.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}
v3.19.0
Comparing Changes: v3.18.0...v3.19.0
- 💄 chore: update package.json 18e3cae
- 💢 ci: update workflows config. 159df56
- 💢 ci: Update FUNDING.yml afc144a
- 💄 chore(deps): update dependency uglify-js to v3.19.0 (#12) 3473803 @renovate-bot
- 💄 chore(deps): update dependency fs-extra to v11 (#10) 993a3d1 @renovate-bot
- 💢 ci: update workflows config. 4ab750a
npm i uglify-js-export@3.19.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.18.0
Comparing Changes: v3.17.4...v3.18.0
- 💄 chore: add sponsor badge. 634898a
- 💢 ci: update workflows config. 5f6ddfc
- 💢 ci: update workflows config. bb7fcab
- 💄 chore(deps): update dependency uglify-js to v3.18.0 (#11) 96e4215 @renovate-bot
- 💢 ci: update workflows config. 22705b5
- 🌟 feat: compress uglify-js to v3.18.0 650be56
- ⛑ test: add test case d4f5102
npm i uglify-js-export@3.18.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.17.4
Comparing Changes: v3.17.3...v3.17.4
- 💄 chore(deps): update dependency uglify-js to v3.17.4 (#9) f0f1d58 @renovate-bot
npm i uglify-js-export@3.17.4
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.17.3
Comparing Changes: v3.17.2...v3.17.3
- 💄 chore(deps): update dependency uglify-js to v3.17.3 (#8) 70337ea @renovate-bot
- 💄 chore(deps): update dependency jest to v29 (#7) bef5dd7 @renovate-bot
npm i uglify-js-export@3.17.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.17.2
Comparing Changes: v3.17.1...v3.17.2
- 🐞 fix: remove
preinstall
script. b37a308
npm i uglify-js-export@3.17.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.17.1
Comparing Changes: v3.17.0...v3.17.1
- 🐞 fix: fix uglify-js@3.17.0 error. 45ec04b
npm i uglify-js-export@3.17.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}
v3.17.0
Comparing Changes: v3.16.3...v3.17.0
- ⛑ test: add test case. 1e70603
- 💄 chore(deps): Update dependency uglify-js to v3.17.0 (#6) 37908ad @renovate-bot
npm i uglify-js-export@3.17.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}