meta-json-schema 1.19.9 → 1.19.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## v1.19.10
|
|
2
|
+
|
|
3
|
+
### Changes
|
|
4
|
+
|
|
5
|
+
- 调整: 路由规则的参数部分(no-resolve、src),其前后支持任意个数的空格
|
|
6
|
+
- 调整: IPv6 支持 `IPv4-mapped IPv6` 格式
|
|
7
|
+
|
|
8
|
+
### Bugs Fixes
|
|
9
|
+
|
|
10
|
+
- 修复: `external-controller-cors` 配置的 `allow-origins` 配置项误写成 `allow-origin`
|
|
11
|
+
- 修复: TUN 配置项 `inet4-address`、`inet6-address` 类型错误(应为CIDR数组)
|
|
12
|
+
|
|
13
|
+
---
|
|
14
|
+
|
|
1
15
|
## v1.19.9
|
|
2
16
|
|
|
3
17
|
### Changes
|
package/README.md
CHANGED