瀏覽代碼

0.23.1 release

sanex3339 5 年之前
父節點
當前提交
923643bcf1
共有 5 個文件被更改,包括 5 次插入2 次删除
  1. 4 1
      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

+ 4 - 1
CHANGELOG.md

@@ -1,9 +1,12 @@
 Change Log
 
+v0.23.1
+---
+* Fixed https://github.com/javascript-obfuscator/javascript-obfuscator/issues/498
+
 v0.23.0
 ---
 * **New option:** `shuffleStringArray` randomly shuffles string array items
-* Fixed https://github.com/javascript-obfuscator/javascript-obfuscator/issues/498
 * Fixed https://github.com/javascript-obfuscator/javascript-obfuscator/issues/494
 * **Internal change:** switched AST parser from `espree` on `acorn`
 * **Internal refactoring:** refactoring of string array storage and related things

文件差異過大導致無法顯示
+ 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.23.0",
+  "version": "0.23.1",
   "description": "JavaScript obfuscator",
   "keywords": [
     "obfuscator",

部分文件因文件數量過多而無法顯示