350 Commits

Author SHA1 Message Date
any86
35ffabb396 0.3.5 v0.3.5 2020-07-18 23:48:22 +08:00
any86
d1676e3ef0 chore: 更新文档 2020-07-18 23:48:06 +08:00
any86
1d010da622 chore: 更新日志 2020-07-18 23:47:38 +08:00
any86
70a77a0d4b feat: 新增"数字和英文字母组成,并且同时含有数字和英文字母"(#108) 2020-07-18 23:45:06 +08:00
any86
58d9ac29b5 fix: 修复"车牌号"可以通过"浙苏H6F681"的问题(#111) 2020-07-18 23:41:09 +08:00
any86
b313517b61 chore: 发布0.3.4 2020-06-14 09:47:30 +08:00
any86
12b872668a 0.3.4 v0.3.4 2020-06-14 09:45:00 +08:00
any86
d85a49e264 chore: 更新日志 2020-06-14 09:43:48 +08:00
any86
d983a759bf docs: 更新文档 2020-06-14 09:38:44 +08:00
any86
6d3e459fdc chore: 修改钩子, 提交内容的同时提交文档 2020-06-14 09:38:26 +08:00
any86
925765b36c fix: 修正'车牌号(新能源+非新能源)'未对长度进行限制(#107) 2020-06-14 08:51:56 +08:00
any86
b5d4dea6e7 chore: 更新主页 2020-06-10 10:45:38 +08:00
any86
d88ee6bc61 chore: 更新文档 2020-06-10 09:26:54 +08:00
any86
ad6ec26f4d Merge branch 'develop' of https://github.com/any86/any-rule into develop 2020-06-10 09:20:44 +08:00
any86
65db6a71d4 fix: 修正"身份证"中月份可以匹配00月的bug(#106) 2020-06-10 09:20:37 +08:00
any86
d42d41905f
Merge pull request #100 from notbucai/patch-1
feat: 新增"匹配连续重复的字符"
2020-05-26 16:49:14 +08:00
不才
bafde51f5d
匹配连续重复的字符
匹配连续重复的字符
2020-05-26 16:47:24 +08:00
any86
e19d9b96e3
Merge pull request #95 from 2017noobman/develop
fix: 座机支持4位区号,8位电话号
2020-05-12 10:51:04 +08:00
2017noobman
b5fb07cd10 fix: 座机支持4位区号,8位电话号 2020-05-11 13:52:36 +08:00
any86
24e1d23e61 fix: 根据用户需求, "qq@qq"样式的email邮箱地址不再通过验证(#92) 2020-05-08 09:17:24 +08:00
any86
d9f81e897c 0.3.3 2020-04-29 13:29:36 +08:00
any86
6ce9975541 chore: vsce package --yarn 2020-04-29 13:28:36 +08:00
any86
dad4310eae chore: 更新包 2020-04-29 13:23:26 +08:00
any86
d2fd642068 chore: 更新日志 2020-04-28 15:55:58 +08:00
any86
7a938d68b1 chore(ci): 更新action的version字段为node-version 2020-04-28 11:40:59 +08:00
any86
d7be5fc5b7 chore(ci): gh-pages分支不再进行ci 2020-04-28 10:11:11 +08:00
any86
34c28d1bd4 docs: 更新主页 2020-04-28 10:05:21 +08:00
any86
1ea809ce50
Merge pull request #89 from kingmui/hotfix/match-error
fix: fix HTML comment | Tel | password matching problem
2020-04-26 17:19:04 +08:00
kingmui
2534905ff2 fix: 修复html注释|座机|密码匹配问题 2020-04-25 22:56:23 +08:00
any86
ccb17d5ed0
Update README.md 2020-04-22 08:44:58 +08:00
any86
3e33f5d6c5
Update README.md 2020-04-22 08:44:39 +08:00
any86
b6c4900589
Update README.md 2020-04-22 08:43:55 +08:00
any86
d19c9b0c44
Update README.md 2020-04-22 08:41:05 +08:00
any86
9fd67bb2d2
Update README.md 2020-04-22 08:37:10 +08:00
any86
d97232aaf9
Update README.md 2020-04-22 08:36:47 +08:00
any86
cc5dd3b88e
Merge pull request #83 from any86/dependabot/npm_and_yarn/https-proxy-agent-2.2.4
chore(deps): bump https-proxy-agent from 2.2.2 to 2.2.4
2020-04-21 08:42:04 +08:00
dependabot[bot]
94fa77e263
chore(deps): bump https-proxy-agent from 2.2.2 to 2.2.4
Bumps [https-proxy-agent](https://github.com/TooTallNate/node-https-proxy-agent) from 2.2.2 to 2.2.4.
- [Release notes](https://github.com/TooTallNate/node-https-proxy-agent/releases)
- [Commits](https://github.com/TooTallNate/node-https-proxy-agent/compare/2.2.2...2.2.4)

Signed-off-by: dependabot[bot] <support@github.com>
2020-04-16 19:17:40 +00:00
any86
8ce7d5e1e2 pref: 精准身份证中日期的约束(#78) 2020-04-10 23:36:03 +08:00
any86
4e164a4774
Merge pull request #79 from notbucai/master
feat: 新增"mac地址"正则
2020-04-10 23:25:38 +08:00
any86
665a87e5db fix: 修改一代身份证匹配15个0的bug(#78) 2020-04-10 23:19:10 +08:00
bucai
e7ff5c8dd1 mac地址 2020-04-10 16:21:47 +08:00
383514580
3e49681a19 chore: 删除无用的测试代码 2020-04-04 22:21:47 +08:00
383514580
cd97f8d574 Merge branch 'master' into develop 2020-04-04 22:18:47 +08:00
383514580
35f5f1d2fc chore: 修改脚本命令名称 2020-04-04 22:18:30 +08:00
any86
425ea17d8c
Merge pull request #77 from any86/dependabot/npm_and_yarn/acorn-6.4.1
chore(deps): bump acorn from 6.4.0 to 6.4.1
2020-04-04 19:35:23 +08:00
any86
ee615f64c7 chore: 升级circile中node的版本 2020-04-03 09:30:24 +08:00
any86
ed30dde1ec 0.3.2 v0.3.2 2020-04-03 09:27:25 +08:00
any86
67c2db0259 pref: 部分正则标题增加"英文关键字", 方便检索 2020-04-03 09:27:13 +08:00
any86
63c7582ee3 chore: 修改文档 2020-04-03 09:17:54 +08:00
any86
43a999820b chore: 修改circle ci 的image为node:last 2020-04-03 09:16:35 +08:00