Skip to content

Commit 8ebc6a6

Browse files
committed
1.7.1
1 parent 72f9f20 commit 8ebc6a6

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# `1.7.1`
2+
Updates
3+
4+
- Fixed [#107](https://github.com/MichaelXF/js-confuser/issues/107)
5+
- - RGF and Integrity clash issue fixed
6+
7+
- Fixed [#106](https://github.com/MichaelXF/js-confuser/issues/106)
8+
- - Object Extraction to properly handle `const` objects
9+
10+
- Fixed [#105](https://github.com/MichaelXF/js-confuser/issues/105)
11+
- - Duplicate Literals Removal updated to not cause this error
12+
13+
- Fixed [#103](https://github.com/MichaelXF/js-confuser/issues/103)
14+
- - Dispatcher will no longer apply to these types of functions to prevent this error
15+
16+
- Added documentation page for [ES5](https://github.com/MichaelXF/js-confuser/blob/master/docs/ES5.md)
17+
18+
- Rollup Plugin created: https://github.com/ayecue/rollup-js-confuser (Thanks @ayecue !)
19+
120
# `1.7.0`
221
Updates
322

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "js-confuser",
3-
"version": "1.7.0",
3+
"version": "1.7.1",
44
"description": "JavaScript Obfuscation Tool.",
55
"main": "dist/index.js",
66
"types": "index.d.ts",
@@ -22,7 +22,7 @@
2222
"author": "MichaelXF",
2323
"license": "MIT",
2424
"dependencies": {
25-
"acorn": "^8.8.2",
25+
"acorn": "^8.10.0",
2626
"escodegen": "^2.0.0"
2727
},
2828
"devDependencies": {

0 commit comments

Comments
 (0)