- 增加@template/cli工具
- 修复未传入属性,会访问到原型链属性的bug
- in判断改为hasOwnProperty判断
- 详细讨论见#39
- 修复属性为徦值时,比如0 false '',获取不到的问题,#39
- 添加对
browserify
的支持
- 添加对
parcel
的支持
- @parser 修复对crlf换行符的支持
- 添加预编译插件对
sandbox
模式的支持
- 完成
gulp-templatejs
- 完成
@templatejs/parser
- 完成
@templatejs/runtime
- 完成
@templatejs/precompiler
- 完成
template_js
- 完成
fis-parser-template
- 完成
template-loader
- 完成
rollup-plugin-templatejs