Skip to content

Commit dff91b7

Browse files
committed
remove todo from readme
1 parent 0169f12 commit dff91b7

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -378,13 +378,3 @@ BenchmarkUnmarshalJSON/reflection/without_validation-12 45593 ns/op
378378
BenchmarkUnmarshalJSON/codegen/with_validation-12 45936 ns/op
379379
BenchmarkUnmarshalJSON/codegen/without_validation-12 45649 ns/op
380380
```
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

Comments
 (0)