release branch 0.0.5

This commit is contained in:
binbin.hou
2020-01-10 12:48:25 +08:00
parent d6ef255c2e
commit 236fd661fe
27 changed files with 563 additions and 112 deletions

View File

@@ -41,4 +41,8 @@
| 序号 | 变更类型 | 说明 | 时间 | 备注 |
|:---|:---|:---|:---|:--|
| 1 | D | 移除单个字符 `v` | 2020-1-9 09:34:35 | |
| 1 | D | 移除单个字符 `v` | 2020-1-9 09:34:35 | |
| 2 | D | 移除单个字符 `我` | 2020-1-10 09:34:35 | |
| 3 | O | 责任链模式优化代码实现 | 2020-1-10 09:34:35 | |
| 4 | A | 支持数字格式化转换 | 2020-1-10 09:34:35 | |
| 5 | A | 支持数字敏感词验证 | 2020-1-10 09:34:35 | |

View File

@@ -0,0 +1,7 @@
# 转换为数字
所有中文/符号转换为数字。
# 是否为多个数字的判断
连续超过 6 位的数字。

View File

@@ -0,0 +1,7 @@
# 是否为邮箱 check
# 是否为 URL check
可以直接开辟另一道验证方式。
直接 regex+全文检索实现。