Skip to content

Commit bd55877

Browse files
committed
add release-3.6
1 parent 268bff5 commit bd55877

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

misc/release-3.6.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
2+
# SPM 3.6 发布
3+
4+
这个版本的性能、稳定性均有显著提升。而由于改动比较大,所以跳了一个版本,直接发 3.6 。
5+
6+
**修改记录:**
7+
- build 基于 webpack 重新实现
8+
- server, doc 和 test 基于构建重新实现,代替之前使用中间件的方式
9+
- 内置 server
10+
- 只支持 standalone 的打包方式,cmd 方式抽取成 spm-sea,不再内置
11+
- css import 规则变更,@import '~foo' 表示 foo 模块,@import 'foo' 表示 foo 文件,[](https://github.com/spmjs/spm-sea/issues/2)
12+
- 抽取 spm-argv,统一处理配置参数
13+
14+
**文档:**
15+
- [升级到 3.6](https://github.com/spmjs/docs/blob/master/misc/upgrade-to-3.6.md)
16+
- [例子](https://github.com/spmjs/examples/tree/spm-webpack#examples)
17+
- [项目入门](https://github.com/spmjs/docs/blob/master/project/get-started.md)
18+
- [组件入门](https://github.com/spmjs/docs/blob/master/package/get-started.md)
19+
20+
**感谢:**
21+
- webpack
22+
23+
--
24+
25+
云谦
26+

0 commit comments

Comments
 (0)