All Versions
20
Latest Version
Avg Release Cycle
126 days
Latest Release
-
Changelog History
Page 2
Changelog History
Page 2
-
v3.6.5 Changes
July 10, 2015- β¬οΈ deps: upgrade spm-webpack and spm-webpack-server to 0.6
-
v3.6.4 Changes
- π¨ refactor(doc): fix lot's of problems, support html and iframe
-
v3.6.3 Changes
- β¬οΈ deps: upgrade spm-webpack and spm-webpack-server to 0.5.0
- feat(doc): don't copy _site, node_modules and spm_modules folder
-
v3.6.2 Changes
- β¬οΈ deps: upgrade spm-webpack and spm-webpack-server to 0.4.0
-
v3.6.1 Changes
- π¦ feat: support force publish package with republish property
- π fix(doc): get md not only in examples
- π fix(doc): add source-map for test file build
- β¬οΈ deps: upgrade father to 1.0
-
v3.6.0 Changes
- π¨ refactor build with webpack
- π¨ refactor doc, test, server based on build
- built-in server
- π build: only support build in standalone, use spm-sea for cmd
- css rule changed: use
@import '~foo'
for module, and@import 'foo'
for relative file - π use spm-argv to parse opts
- π in detail
- β¬οΈ upgrade to 3.6
-
v3.4.0 Changes
- β add scripts hook for
build
andpublish
, #1170 - π build
- deprecate
--include
, use--standalone
,--umd [umd]
and--sea <sea>
instead #1086 - add ES6 support, enable by config
spm.6to5
in package.json - add autoprefixer support, enable by config
spm.autoprefixer
in package.json - more expansibility, spmjs/spm-build#69
- include css's image and font resources automatically, #1005
- add
-o, --output-file
option to output single file, spmjs/spm#1188
- deprecate
- doc
- β
test
- use istanbul instead of jscoverage, support branch coverage, #1140
- ls
- support semverοΌFix #1175
π Old Releases: https://github.com/spmjs/spm/releases
- β add scripts hook for