浏览代码

Version update

sanex3339 5 年之前
父节点
当前提交
a3d477e47c
共有 5 个文件被更改,包括 6 次插入1 次删除
  1. 5 0
      CHANGELOG.md
  2. 0 0
      dist/index.browser.js
  3. 0 0
      dist/index.cli.js
  4. 0 0
      dist/index.js
  5. 1 1
      package.json

+ 5 - 0
CHANGELOG.md

@@ -1,5 +1,10 @@
 Change Log
 
+v0.26.0
+---
+* **Internal:** new code transformers mechanism
+* Supported obfuscation of files with hashbang operator, https://github.com/javascript-obfuscator/javascript-obfuscator/issues/471
+
 v0.25.5
 ---
 * Fixed https://github.com/javascript-obfuscator/javascript-obfuscator/issues/575

文件差异内容过多而无法显示
+ 0 - 0
dist/index.browser.js


文件差异内容过多而无法显示
+ 0 - 0
dist/index.cli.js


文件差异内容过多而无法显示
+ 0 - 0
dist/index.js


+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "javascript-obfuscator",
-  "version": "0.25.5",
+  "version": "0.26.0",
   "description": "JavaScript obfuscator",
   "keywords": [
     "obfuscator",

部分文件因为文件数量过多而无法显示