Skip to content

Commit

Permalink
v5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kainstar committed Dec 27, 2019
1 parent b0fa3b2 commit f3739bd
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Github Change Log

## [email protected]

**Feature:**

- 依赖升级,支持 windows 打包 [#128](https://github.com/youzan/zan-proxy/pull/128)
- 支持插件开发调试,为插件 class 构造函数注入 typedi 的 Container 参数 [#133](https://github.com/youzan/zan-proxy/pull/133)

**Bugfix:**

- 修复 content-type 头不存在时的报错 [#129](https://github.com/youzan/zan-proxy/pull/129)
- 修复保存配置时可能会出现左侧配置checkbox被多选的情况 [#132](https://github.com/youzan/zan-proxy/pull/132)
- 修复规则集列表页 toggle 点击失效的问题 [#134](https://github.com/youzan/zan-proxy/pull/134)

## [email protected](2019-11-11)

**Refactor:**
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": "zan-proxy",
"version": "5.0.0",
"version": "5.1.0",
"description": "前端代理",
"main": "./dist/main.js",
"scripts": {
Expand Down

0 comments on commit f3739bd

Please sign in to comment.