Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2020-01-31 | 467 Bytes | |
v4.0.0 source code.tar.gz | 2020-01-31 | 34.0 kB | |
v4.0.0 source code.zip | 2020-01-31 | 52.8 kB | |
Totals: 3 Items | 87.2 kB | 0 |
- [#91]: Updated all built-in validation rules to use
validation.Error
as the validation error type. It supports error code and parameter placeholders in error messages, which allows checking validation errors programmatically and translating error messages based on error codes. Thanks to @mehran-prs for the great contribution to this new feature! - Improved the performance of
Errors.Error()
. Thanks to @geekflyer for the profiling work and code contribution!