Validate Versions Save

⚔ Go package for data validation and filtering. support Map, Struct, Form data. Go通用的数据验证与过滤库,使用简单,内置大部分常用验证、过滤器,支持自定义验证器、自定义消息、字段翻译。

v1.3.2

2 years ago

Change Log

Update

  • Update full url regex to include percentage sign 718b7bf

Fixed

  • fix: #135 min validate not works on value at 0 ~ 1 813c99c
  • test: fix some unit tests error, update github actions 6549137
  • fix: #125 fv.Call() will panic on rftVal.Kind() is Invalid 1baf78b
  • test: fix some testing error and add more test cases 71cf6c7

Other

  • build(deps): bump github.com/stretchr/testify from 1.7.0 to 1.7.1 657df37
  • build(deps): bump github.com/gookit/goutil from 0.4.4 to 0.4.6 ed6716c
  • chore: update readme and some comments 5815ccb
  • build(deps): bump github.com/gookit/goutil from 0.4.6 to 0.5.0 d4da2aa
  • build(deps): bump github.com/gookit/goutil from 0.5.0 to 0.5.1 a4a6809
  • chore: add and update some error messages cb6952c
  • style: update the en readme 75f676d

New Contributors

Full Changelog: https://github.com/gookit/validate/compare/v1.3.1...v1.3.2

v1.3.0

2 years ago

Change Log

Fixed

Update

Feature

Other

v1.2.10

3 years ago

What's Changed

Full Changelog: https://github.com/gookit/validate/compare/v1.2.9...v1.2.10

v1.2.9

3 years ago
  • Support mulit level struct validate (thanks @AlexBrin)
  • Fix some bugs

v1.2.8

3 years ago

v1.2.7

3 years ago

v1.2.6

3 years ago
  • 修复一些BUGs
  • 支持子结构体字段验证(当前仅支持二级子结构体) thanks @fishyww

v1.2.5

3 years ago