Skip to content

Commit 5ed1e33

Browse files
committed
add: new version
1 parent 0767072 commit 5ed1e33

File tree

3 files changed

+27
-13
lines changed

3 files changed

+27
-13
lines changed

README.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,17 @@
3030

3131
> Where will your api data be stored?
3232
>
33-
> Your data will be stored as a `sqlite file` absolutely on your local, the path will be different on different operation system.
33+
> > Your data will be stored as a `sqlite file` absolutely on your local, the path will be different on different operation system.
34+
>
35+
> > * `%APPDATA%` for Windows
36+
> > * `$XDG_CONFIG_HOME or ~/.config` for Linux
37+
> > * `~/Library/Application Support` for macOS
38+
>
39+
> Be attention before you start https server
40+
>
41+
> > * Mockman is using `self-signed-certification` to create https server
42+
> > * Install [rootCA](https://github.com/LanceGin/Mockman/releases/download/1.0.5/rootCA.pem) on your client and trust it before you send https requests
3443
>
35-
> * `%APPDATA%` for Windows
36-
> * `$XDG_CONFIG_HOME or ~/.config` for Linux
37-
> * `~/Library/Application Support` for macOS
3844
3945
## Todos
4046

@@ -71,10 +77,11 @@
7177
- [x] response k-v input group
7278
- [x] response code editor
7379
- [x] add blur event to jsonEditor
80+
- [x] add a log panel to show the logs of an active mock server process
81+
- [x] add https support
7482
- [ ] group the apis with tag
7583
- [ ] check the conflict of all mocks
76-
- [x] add a log panel to show the logs of an active mock server process
77-
- [ ] add https support
84+
- [ ] Export/Import mock or api configurations
7885

7986

8087

README_zh.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,17 @@
3030

3131
> Mock服务的api数据将会存储在哪?
3232
>
33-
> 所有数据都将会在完全在本地以`sqlite`的形式进行存储,存储的地址因平台不同而不同:
33+
> > 所有数据都将会在完全在本地以`sqlite`的形式进行存储,存储的地址因平台不同而不同:
34+
>
35+
> > * `%APPDATA%` for Windows
36+
> > * `$XDG_CONFIG_HOME or ~/.config` for Linux
37+
> > * `~/Library/Application Support` for macOS
38+
>
39+
> 关于https需要注意的点
40+
>
41+
> > * Mockman的https服务使用的是`自签名证书`
42+
> > * 在客户端请求mockman的https服务之前,需要安装[根证书](https://github.com/LanceGin/Mockman/releases/download/1.0.5/rootCA.pem)并信任
3443
>
35-
> * `%APPDATA%` for Windows
36-
> * `$XDG_CONFIG_HOME or ~/.config` for Linux
37-
> * `~/Library/Application Support` for macOS
3844
3945
## Todos
4046

@@ -71,10 +77,11 @@
7177
- [x] 返回数据key-value键值对
7278
- [x] http响应码编辑
7379
- [x] jsonEditor组件暴露blur事件
80+
- [x] 添加日志面板显示已开启的mock服务的请求日志
81+
- [x] 增加https支持
7482
- [ ] 通过标签给api进行分类
7583
- [ ] 检查所有mock服务的冲突
76-
- [x] 添加日志面板显示已开启的mock服务的请求日志
77-
- [ ] 增加https支持
84+
- [ ] 导出/导入mock或者api配置
7885

7986

8087

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Mockman",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"author": "lancegin <gin.lance.inside@hotmail.com>",
55
"description": "Manage and start the mock servers on your local platform easily",
66
"license": null,

0 commit comments

Comments
 (0)