Skip to content

Commit

Permalink
1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
soda-x committed Jul 2, 2016
1 parent 7068c2a commit 1f19697
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

---

## 1.0.4

- enhancement: sheme

## 1.0.3

- fix: typo
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,9 @@ await start(options);

`simUtil.isExistedADir(string)`: is existed a dir named ${name}. e.g. simUtil.isExistedADir('xx'), return true or false.

`simUtil.isURL(string)`: is url or not. return true or false.
`simUtil.isURL(string)`: is url or not. return true or false. e.g. http://m.x.com

`simUtil.isScheme(string)`: is scheme or not. return true or false. tb://xxxx/xxxx

`simUtil.downAppFromUrl(url)`: `async func` download `zip` file from internet then decompress in local tmp path and return the local tmp path.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-isimulator",
"version": "1.0.3",
"version": "1.0.4",
"description": "use node.js to control iOS simulator",
"main": "./lib/index.js",
"scripts": {
Expand Down

0 comments on commit 1f19697

Please sign in to comment.