Skip to content

Commit 608905f

Browse files
committed
chore: remove the feature that allows generating mock files using the proto file
1 parent 01710c0 commit 608905f

File tree

10 files changed

+3034
-14019
lines changed

10 files changed

+3034
-14019
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
### Changelog
2+
[2023-07-21]
3+
1. chore: remove the feature that allows generating mock files using the proto file, as it is less commonly used
4+
25
[2023-03-20]
36
1. feat: add doOriginalCall method to `RequestInfo` to make the call continue it's normal life cycle.
47

README-CN.MD

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@
9090
* **网络延迟模拟**: 支持模拟网络请求的时延,精确到毫秒级别。
9191
* **假数据生成**: 支持海量的假数据生成, 假数据生成具备可编程性。
9292
* **完备的单元测试**: 本库具有完整的单元测试,甚至对第3方请求库也做了完整的单元测试。
93-
* **Protobuf**: 支持通过proto文件自动生成mock数据.。
9493
* **支持远程mock数据**: 支持远程mock数据,你可以动态改变来自远程返回的数据。
9594

9695
## 安装
@@ -489,7 +488,6 @@ Options:
489488
This feature is designed for browser, so do not use it in a nodjs project.
490489
Note: proxy mode is still under experimental stage, only for experts.
491490
[matched] All requests matched by @url will be proxied to a proxy server. (default: "none")
492-
--proto Generate mock files by proto files.
493491
-h, --help output usage information
494492
```
495493

README.MD

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ There are some problems you may encounter when using the other mocking libraries
9393
* **Delaying mocking**: Support for simulating network latency.
9494
* **Fake data**: Easy to generate massive amounts of fake data.
9595
* **Complete unit tests**: It has complete unit tests including the 3th-party request libraries.
96-
* **Protobuf**: Support for generating mock data by proto files.
9796
* **Remote**: Support for using remote mock data, where you can dynamically modify the data returned from the remote.
9897

9998

@@ -494,7 +493,6 @@ Options:
494493
This feature is designed for browser, so do not use it in a nodjs project.
495494
Note: proxy mode is still under experimental stage, only for experts.
496495
[matched] All requests matched by @url will be proxied to a proxy server. (default: "none")
497-
--proto Generate mock files by proto files.
498496
-h, --help output usage information
499497
```
500498

0 commit comments

Comments
 (0)