Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: leeluolee/toolkit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: NetEaseWD/toolkit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Able to merge. These branches can be automatically merged.
Loading
101 changes: 101 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -0,0 +1,101 @@
0.5.6
0.5.5 (2015-04-17)
- NAME_SUFFIX支持版本配置标记[VERSION]

0.5.4 (2015-03-25)
- 修正对象属性带引号时变量被混淆问题,如{"_abc":"aaa"} 这里_abc不混淆

0.5.3 (2015-03-13)
- 支持RegularJS预解析脚本识别配置NEJ_REGULAR

0.5.2 (2015-01-19)
- 增加X_KEEP_COMMENT配置参数支持
- regularjs容错
- 回退regularjs版本至 0.2.13
- 调整静态资源解析策略

0.4.9 (2014-12-26)
- 增加OBF_DROP_CONSOLE配置参数支持

0.4.8 (2014-12-16)
- 修正非全平台下打包输出异常

0.4.7 (2014-11-16)
- 增加日志级别设置参数X_LOGGER_LEVEL

0.4.6 (2014-11-14)
- 修正页面独立解析时I$函数缺失bug

0.4.5 (2014-11-11)
- 增加nej指令输出帮助信息

0.4.4 (2014-10-30)
- MODULE标记不存在模块时的错误日志输出
- 支持X_SCRIPT_WRAPPER配置

0.3.9 (2014-10-28)
- 支持智能样式/脚本插入点识别,页面可以不加style/script标记
- 支持json格式配置文件

0.3.8 (2014-10-24)
- 支持json!插件形式注入
- 支持regular!插件形式注入
- 支持regular预解析
- 支持define返回类实例
- 修正单页面模块路径使用location.config.root配置
- 修正define依赖执行函数为空时异常

0.3.2 (2014-10-17)
- 修正在X_NOPARSE_FLAG忽略内联脚本时不能正确处理VERSION标记的bug

0.3.0 (2014-09-18)
- 增加输入子目录过滤配置DIR_SOURCE_SUB/DIR_SOURCE_TP_SUB
- 调整模块VERSION的处理逻辑

0.2.9 (2014-09-17)
- 增加nej-minimage图片压缩时日志输出
0.2.8 (2014-09-17)
- 分离nej-minimage依赖,提示用户使用npm install安装

0.2.7 (2014-09-10)
- 修正远程NEJ库地址{platform}解析异常问题

0.2.6 (2014-08-28)
- 修正老版本NEJ平台识别参数

0.2.5 (2014-08-25)
- 支持非名字空间对象返回结果的注入

0.2.4 (2014-08-21)
- 路径支持省略{}标识变量,省略.js后缀,如{pro}a/a.js等价于pro/a/a
- 支持文本资源依赖载入,如text!./a.css,载入css文件
- 支持依赖注入
- 修正base64地址背景图片输出时缺少引号问题
- 增加nej-doc指令

0.2.3 (2014-08-11)
- 支持nej-patch输出平台适配文件模版

0.2.2 (2014-08-05)
- 修正已有name.json时混淆生成的变量名重复
- 支持define依赖注入结果输出

0.2.1 (2014-08-05)
- 增加图片压缩配置参数支持 OPT_IMAGE_FLAG/OPT_IMAGE_QUALITY

0.2.0 (2014-07-30)
- 修正配置了NAME_SUFFIX后core文件没带后缀问题

0.1.9 (2014-07-24)
- 发布错误重新发布
0.1.8 (2014-07-24)
- nej-init模版增加release.bat输出
- 增加OBF_COMPATIBLE配置参数支持
- 修正混淆时name.json中配置的变量重复生成问题

0.1.7 (2014-07-16)
- 修正带#的静态资源路径解析
- 修正Mac OS安装异常,bin下文件格式转为unix格式



Loading