Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 2.39 KB

CHANGELOG.md

File metadata and controls

46 lines (28 loc) · 2.39 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.3.1 (2020-03-16)

Features

  • template: 修复view模板中没有name字段的问题以及组件name缺少逗号的问题 (d6c091d)

0.3.0 (2020-02-19)

Features

  • 引入tppl,极致模板引擎 (eec4776)
  • 提交最新的打包文件 (e289880)
  • 更换tppl引擎,替换老模板引擎 (6ea0266)
  • 移除tpl_applay声明文件 (6c0d3b9)

Bug Fixes

  • 修复创建文件报错的问题 (a59872c)

0.2.0 (2020-02-19)

Features

  • 代码使用typescript重构 (f1258b1)
  • 新增git commit规范 (401bb7d)
  • 新增构建文件index.js (3e7c931)
  • templates: 更新templates模板文件。适配新代码 (4e3a7d8)
  • 移除actions目录 (e3e3ebb)
  • 移除旧文件 (34f8458)

V0.1.0

  1. 新增changelog.md
  2. 调整component生成逻辑。移除同名ts。将controller逻辑移至index.ts文件中。
  3. 移除--template 选项。不再支持模板格式。
  4. 调整directive模板