Skip to content

Commit

Permalink
build: 更新版本号为 1.1.25
Browse files Browse the repository at this point in the history
  • Loading branch information
wll8 committed Nov 5, 2021
1 parent 5985f22 commit 21aadeb
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ module.exports = {
// search: false,
sidebarDepth: 2,
nav: [
{ text: '版本 v1.1.25-alpha.18', link: '/' },
{ text: '版本 v1.1.25', link: '/' },
{ text: '配置项', link: '/config/option.md' },
{ text: 'mockjs', link: 'http://wll8.gitee.io/mockjs-examples/' },
{ text: 'QQ答疑群', link: 'https://qm.qq.com/cgi-bin/qm/qr?k=4rvOknpHyqs5wd3c2kEt34Eysx83djEZ&jump_from=webapi' },
Expand Down
17 changes: 17 additions & 0 deletions doc/dev/change_log.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,23 @@
- 使用 `npm i -g mockm@版本号` 例如 `[email protected]` 回退到指定版本.
:::

## 2021年11月
#### v1.1.25
- server
- feat: 升级依赖
- feat: 提高稳健性, 当自定义的 api 错误时不应导致服务崩溃
- feat: 将 httpHistory 中的 head 存储为文件以提升性能
- refactor: 把 history 放到 global 上, 避免各处传参
- refactor: 添加 config.js 的 d.ts 支持
- feat: 避免大于 10 个监听器时出现警告
- fix: 安装依赖成功时不应该显示为红色
- feat: 支持传入 node 运行参数
- fix: 捕获 ws 接口不存在时的错误
- fix: 应正确获取 IPv4 地址

- client
- fix: 使用历史数据生成接口时应删除跨域标志

## 2021年10月
#### v1.1.25-alpha.18
- server
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mockm",
"version": "1.1.25-alpha.19",
"version": "1.1.25",
"description": "Analog interface server, painless parallel development of front and back ends.",
"main": "server.js",
"bin": {
Expand Down

0 comments on commit 21aadeb

Please sign in to comment.