소스 검색

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",

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.