History
June 26, 2015 ยท View on GitHub
1.3.3
- deps: update gulp-spm to 0.11.1
1.3.2
- deps: downgrade gulp-spm to 0.11
1.3.1
- deps: upgrade gulp-spm to 0.12
1.3.0
- css resources:
- fix path problem if entry file is not in root directory
- dont handle css resource if entry file is js file
- support rename with hash suffix
- deps: upgrade father to 0.13.x
- deps: upgrade gulp-spm to 0.11.x
1.2.3
Remove --harmony from cli's env declaration.
1.2.2
Use 6to5 to generate scripts-hook
1.2.1
Deps: upgrade father to 0.11
1.2.0
- add
-o, --output-fileoption to output single file, spmjs/spm#1188 - add scripts support
- don't add name and version in generated package.json
1.1.1
- fix require error, ali.gnode -> gnode
1.1.0
- improve include, spmjs/spm#1086
- deprecated
--include - add
--standalone,--umd [umd],--sea <sea>
- deprecated
- support 6to5
- support autoprefixer
- exports inner fns, more expandable, #69
- deps: ali.gnode -> gnode
- deps: upgrade mixing to 0.2
- deps: gulp-cssmin -> gulp-minify-css
1.0.8
- fix(getArgs) ignore parse error
1.0.7
- fix(getArgs) read registry from package.json first
1.0.6
- fix(getArgs) read registry from cli
1.0.5
- fix(build) do install before build
1.0.4
- fix global
1.0.3
- can replace package name to global variable, format
name1:global1,name2,global2
1.0.2
- can use
--with-deps,-O,--zip,--forcein buildArgs
1.0.1
- fix glob patten parse problem of
**/*, spm#1073
1.0.0
1.x for spm3, 0.x for spm2.
- using gulp-spm
- improve performance (e.g. arale-dialog, from 1.5s to 0.6s)
- 95+ test coverage
- automatically generate package.json if not exist
- can build specify file directly, without add to output in package.json
- write in es6, with generator