Skip to content
This repository has been archived by the owner on Aug 15, 2018. It is now read-only.

3.1.0

Compare
Choose a tag to compare
@sorrycc sorrycc released this 25 Jul 03:12
· 463 commits to master since this release

详见:#827

特性

  • #793 依赖模板和样式时,自动添加 handlebars 和 import-styles 依赖模块
  • #820 模块全依赖信息的简化
  • #847 doc watch 改进
  • #856 build 支持 skip 参数,跳过某些不需要解析依赖的模块
  • #848 output 支持 glob
  • #844 构建时如果包含一个模块的多个版本,应给予提醒
  • #874 doc theme 支持自定义
  • #871 命令行参数整理
  • #883 支持构建依赖的模块

Bugfix

  • #849 publish 时,package.json 不能被忽略
  • #873 pkg 里包含 .DS_Store 文件时,spm doc watch
  • #876 同时存在 a.js 和 a 文件夹时,spm doc watch 报错
  • #839 spm test 在 windows 下报错
  • #830 windows 下,如果文件名包含多个 . 时,debug 的 require id 不正确
  • #829 standalone 模式下 require css 文件,没有对 seajs.importStyle 进行处理