Skip to content

Commit 6776346

Browse files
committed
1.7.0
1 parent b1bef48 commit 6776346

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
# `1.7.0`
2+
Updates
3+
4+
- Fixed [#89](https://github.com/MichaelXF/js-confuser/issues/89)
5+
- - Flatten to not break functions with invalid identifier names
6+
7+
- Fixed [#88](https://github.com/MichaelXF/js-confuser/issues/88)
8+
- - Stack to not break functions with syncing arguments
9+
10+
- Fixed [#91](https://github.com/MichaelXF/js-confuser/issues/91)
11+
- - Minify to preserve function.length property
12+
13+
- Fixed [#95](https://github.com/MichaelXF/js-confuser/issues/95)
14+
- - Rename Variables optimized to obfuscate much faster
15+
16+
- Added documentation pages for [RGF](https://github.com/MichaelXF/js-confuser/blob/master/docs/RGF.md) and [Control Flow Flattening](https://github.com/MichaelXF/js-confuser/blob/master/docs/ControlFlowFlattening.md)
17+
18+
- Removed `eval` option in favor of `rgf` option.
19+
20+
- - Removed the `"all"` option from `rgf`.
21+
22+
- Removed `nameRecycling` option
23+
124
# `1.6.0`
225
Website Redesign + Updates
326

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "js-confuser",
3-
"version": "1.6.0",
3+
"version": "1.7.0",
44
"description": "JavaScript Obfuscation Tool.",
55
"main": "dist/index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)