We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0169f12 commit dff91b7Copy full SHA for dff91b7
1 file changed
README.md
@@ -378,13 +378,3 @@ BenchmarkUnmarshalJSON/reflection/without_validation-12 45593 ns/op
378
BenchmarkUnmarshalJSON/codegen/with_validation-12 45936 ns/op
379
BenchmarkUnmarshalJSON/codegen/without_validation-12 45649 ns/op
380
```
381
-
382
-## TODO
383
384
-- [x] Support for manual construction (similar to `.parse(...)` in zod) (using codegen)
385
-- [x] Stabilize API
386
-- [x] Better documentation
387
-- [x] More tests
388
-- [x] Improve performance. It should not be a bottleneck for most usecases, especially for basic CRUD apps. Still, there is a room for improvement!
389
-- [x] Add benchmarks for validators itself. E.g. email validator
390
-- [x] More validation types as seen in https://github.com/go-playground/validator
0 commit comments