Skip to content

Releases: ETENG-OSP/static-html-builder

3.1.0

08 Apr 08:31
Compare
Choose a tag to compare
  • 加入 filerev,在每次编译后为文件名加入版本号,保证应用更新后刷新缓存
  • 加入 ng-annotate,允许使用 @ngInject 自动注入依赖
  • 整合脚本时,自动加入闭包,防止污染全局命名空间
  • 编译后自动加入严格模式标志 'use strict';
  • 初始化项目时,自动生成主模块
  • 支持 svg 图片
  • 更换 template 脚本到标准 grunt-template 模块
  • 更换 bower install 脚本到标准 grunt-shell 模块
  • 升级 grunt-contrib-concat 到 0.5.1
  • 升级 http-proxy 到 1.10.1
  • 升级 q 到 1.2.0
  • 去除内置 tutorial 文档支持代码

3.0.1

03 Feb 12:37
Compare
Choose a tag to compare
3.0.1 Pre-release
Pre-release
  • 加入 mkdocs 文档,在线文档地址为 http://gengen1988.github.io/static-html-builder/
  • 移除对 ngRoute 的引用,允许自由选用路由模块
  • 加入对 ui.router 的支持
  • project.json 中,加入 main,用于指定入口模块
  • project.json 中,加入 name,用于指定 HTML title
  • project.json 中,bowerDependencies 更名为 dependencies
  • project.json 中,bowerOverrides 更名为 overrides
  • project.json 中,移除 angularModules,将 Angular 依赖放入应用中配置
  • project.json 中,移除 tutorial,使用 docs 代替
  • project.json 中,加入默认配置项
  • 重构 grunt tasks,移除未使用的任务

2.0.2

11 Oct 12:36
Compare
Choose a tag to compare
2.0.2 Pre-release
Pre-release
add filters module, polyfill ie 8 cors