We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b29485 commit f3e06d3Copy full SHA for f3e06d3
README.md
@@ -19,7 +19,6 @@ Valigo is a powerfull, zero allocations validation engine with localizations, co
19
* [x] Error translations
20
* [x] Strings (MaxLen, MinLen, Required, Regexp Pattern, AnyOf, Custom) and Strings Slices validation
21
* [x] UUID and UUID Slices validation
22
-* [x] Num Validation (int(8,16,32,64), uint(8,16,32,64))
23
-* [ ] Float validation
+* [x] Num Validation (int(8,16,32,64), uint(8,16,32,64), float(32,64))
24
* [ ] Other default types validations
25
* [ ] Create validation rules based on default validations tags
0 commit comments