Skip to content

Commit e96f582

Browse files
authored
Merge pull request #98 from MichaelXF/dev
1.7.0
2 parents 30e4043 + 6776346 commit e96f582

40 files changed

+3284
-2530
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

0 commit comments

Comments
 (0)