File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -378,13 +378,3 @@ BenchmarkUnmarshalJSON/reflection/without_validation-12 45593 ns/op
378
378
BenchmarkUnmarshalJSON/codegen/with_validation-12 45936 ns/op
379
379
BenchmarkUnmarshalJSON/codegen/without_validation-12 45649 ns/op
380
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
You can’t perform that action at this time.
0 commit comments