Releases: d-kimuson/type-predicates-generator
Releases · d-kimuson/type-predicates-generator
0.4.0 (2023-02-05)
Added
- Put a comment at the beginning of the generated file to disable type checking and linter.
Changed
- When a file fails to be extracted, a warning message is showed instead of exiting unexpectedly.
- Change typescript dependencies to peerDependencies. Type resolution should be done in the version of the project in use.
Fixed
- Fix validation failure for optional array types when undefined
- Functions under the object skip validation
0.3.2 (2022-04-16)
Features
- Add option for prohibit unlisted properties (#3)