File tree 1 file changed +28
-2
lines changed
1 file changed +28
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog for code-push-server
2
- ## 0.4.7
2
+
3
+ ## 0.5.x
4
+
5
+ ## 新特性
6
+ - 针对文本增量更新进行优化,使用google ` diff-match-patch ` 算法计算差异
7
+ - react-native-code-push Android客户端适配,需要合并https://github.com/Microsoft/react-native-code-push/pull/1393 , 才能正常使用文本增量更新功能。
8
+ - react-native-code-push iOS客户端适配 (需要合并https://github.com/Microsoft/react-native-code-push/pull/1399 )
9
+ - react-native-code-push Windows客户端适配 (进行中)
10
+
11
+ ## fixbug
12
+
13
+ - 修复统计数据激活数
14
+ - 修复灰度发布bug
15
+ - rollback后增加计算和最后一次增量更新版本
16
+
17
+ ## 如何升级到该版本
18
+
19
+ ### 升级数据库
20
+
21
+ ` $ npm run upgrade `
22
+
23
+ or
24
+
25
+ ` $ code-push-server-db upgrade `
26
+
27
+
28
+ ## 0.4.x
3
29
4
30
### 新特性
5
31
29
55
$ node ./bin/fixMinMaxVersion //出现提示 success
30
56
```
31
57
32
- ## 0.3.0
58
+ ## 0.3.x
33
59
34
60
- 支持灰度发布
35
61
- 适配` code-push app add ` 命令,应用不再以名字区分平台,而是以类型区分平台
You can’t perform that action at this time.
0 commit comments