Skip to content

Commit bab6c66

Browse files
authored
Update README.md
1 parent 7e1dc99 commit bab6c66

File tree

1 file changed

+20
-8
lines changed

1 file changed

+20
-8
lines changed

Diff for: README.md

+20-8
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,6 @@
1414
CodePush Server is a CodePush progam server! microsoft CodePush cloud is slow in China, we can use this to build our's. I use [qiniu](http://www.qiniu.com/) to store the files, because it's simple and quick! Or you can use [local/s3/oss/tencentcloud] storage, just modify config.js file, it's simple configure.
1515

1616

17-
## Advance Feature
18-
19-
> use google diff-match-patch calculate text file diff patch
20-
21-
- support iOS and Android
22-
- use `"react-native-code-push": "git+https://[email protected]/lisong/react-native-code-push.git"` instead `"react-native-code-push": "x.x.x"` in `package.json`
23-
- change `apps`.`is_use_diff_text` to `1` in mysql codepush database
24-
2517
## Support Storage mode
2618

2719
- local *storage bundle file in local machine*
@@ -85,6 +77,26 @@ $ code-push login http://api.code-push.com #登录
8577

8678
[modify password](https://github.com/lisong/code-push-server/issues/43)
8779

80+
81+
# UPDATE TIME LINE
82+
83+
- targetBinaryVersion support
84+
- `*`
85+
- `1.2.3`
86+
- `1.2`/`1.2.*`
87+
- `>=1.2.3<1.3.7`
88+
- `~1.2.3`
89+
- `^1.2.3`
90+
91+
92+
## Advance Feature
93+
94+
> use google diff-match-patch calculate text file diff patch
95+
96+
- support iOS and Android
97+
- use `"react-native-code-push": "git+https://[email protected]/lisong/react-native-code-push.git"` instead `"react-native-code-push": "x.x.x"` in `package.json`
98+
- change `apps`.`is_use_diff_text` to `1` in mysql codepush database
99+
88100
## License
89101
MIT License [read](https://github.com/lisong/code-push-server/blob/master/LICENSE)
90102

0 commit comments

Comments
 (0)