zhouxy108 ZhouXY108
  • 中国 广东 广州
  • Joined on 2022-10-30
ZhouXY108 pushed to for-mfp at ZhouXY108/plusone-validator 2025-05-20 01:55:18 +08:00
e4221bc18b 优化代码。
65c33d3a28 极致简化。
8acec7446a 添加 EditorConfig 配置。
737c769c56 忽略未检查类型转换的警告
7a3801affe 添加对 Map<String, Object> 的校验。
Compare 6 commits »
ZhouXY108 created branch for-mfp in ZhouXY108/plusone-validator 2025-05-20 01:55:18 +08:00
ZhouXY108 pushed to for-mfp at ZhouXY108/plusone-validator 2025-05-20 01:55:18 +08:00
e4221bc18b 优化代码。
65c33d3a28 极致简化。
8acec7446a 添加 EditorConfig 配置。
737c769c56 忽略未检查类型转换的警告
7a3801affe 添加对 Map<String, Object> 的校验。
Compare 6 commits »
ZhouXY108 created branch for-mfp in ZhouXY108/plusone-validator 2025-05-20 01:55:18 +08:00
ZhouXY108 opened issue plusone/plusone-validator#12 2025-05-20 01:25:07 +08:00
完善文档
ZhouXY108 opened issue plusone/plusone-validator#11 2025-05-20 01:17:58 +08:00
属性校验新增 notEquals 方法
ZhouXY108 opened issue plusone/plusone-validator#10 2025-05-20 01:16:53 +08:00
新增 ruleForEach 方法用于校验集合、数组中的每个元素
ZhouXY108 opened issue plusone/plusone-validator#9 2025-05-20 01:15:43 +08:00
新增对集合、数组、字符串长度的校验 API
ZhouXY108 opened issue plusone/plusone-validator#8 2025-05-20 01:11:47 +08:00
完善单元测试
ZhouXY108 opened issue plusone/plusone-validator#7 2025-05-20 01:07:02 +08:00
修改预设校验逻辑
ZhouXY108 pushed to prepare/1.0.0 at ZhouXY108/plusone-validator 2025-05-20 00:42:43 +08:00
45dc111eb6 更新项目描述
19b7926f0d refactor!: 修改数值校验器的 API
297649c63a refactor: StringPropertyValidatorisNullOrEmpty 使用 Strings#isNullOrEmpty 进行逻辑判断
Compare 3 commits »
ZhouXY108 pushed to prepare/1.0.0 at plusone/plusone-validator 2025-05-20 00:41:26 +08:00
45dc111eb6 更新项目描述
ZhouXY108 deleted branch for-mfp from plusone/plusone-validator 2025-05-20 00:35:33 +08:00
ZhouXY108 deleted branch for-mfp from ZhouXY108/plusone-validator 2025-05-20 00:35:16 +08:00
ZhouXY108 pushed to test/unit-test at plusone/plusone-validator 2025-05-20 00:08:36 +08:00
1e1980469e test: 完善单元测试
ZhouXY108 created branch test/unit-test in plusone/plusone-validator 2025-05-20 00:08:36 +08:00
ZhouXY108 pushed to prepare/1.0.0 at plusone/plusone-validator 2025-05-19 21:16:59 +08:00
19b7926f0d refactor!: 修改数值校验器的 API
297649c63a refactor: StringPropertyValidatorisNullOrEmpty 使用 Strings#isNullOrEmpty 进行逻辑判断
Compare 2 commits »
ZhouXY108 pushed to prepare/1.0.0 at ZhouXY108/plusone-validator 2025-05-19 20:27:05 +08:00
a9df6f8c0e fix: 修改 StringPropertyValidator#length 中的错误信息
6585750e65 refactor!: StringPropertyValidatoremail 方法重命名为 emailAddress
1b8a5634b3 refactor!: BasePropertyValidatorbetween 方法重命名为 inRange
ecdd0a616a refactor!: BasePropertyValidator#isTrue 重命名为 must
dc28befe88 refactor!: DefaultComparablePropertyValidator 重命名为 ComparablePropertyValidator
Compare 8 commits »
ZhouXY108 pushed to prepare/1.0.0 at plusone/plusone-validator 2025-05-19 20:25:38 +08:00
a9df6f8c0e fix: 修改 StringPropertyValidator#length 中的错误信息
6585750e65 refactor!: StringPropertyValidatoremail 方法重命名为 emailAddress
1b8a5634b3 refactor!: BasePropertyValidatorbetween 方法重命名为 inRange
ecdd0a616a refactor!: BasePropertyValidator#isTrue 重命名为 must
dc28befe88 refactor!: DefaultComparablePropertyValidator 重命名为 ComparablePropertyValidator
Compare 7 commits »
ZhouXY108 pushed to dev at ZhouXY108/plusone-commons 2025-05-19 07:46:40 +08:00
f9b4c3c58c feat: 新增 StringTools#toQuotedString 方法