Skip to content

Releases: d-kimuson/type-predicates-generator

0.4.0 (2023-02-05)

05 Feb 13:46
d0e0ed2
Compare
Choose a tag to compare

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)

18 Sep 11:11
558b6fd
Compare
Choose a tag to compare

Features

  • Add option for prohibit unlisted properties (#3)

v0.3.1 (2021-12-10)

10 Dec 15:11
Compare
Choose a tag to compare

Features

  • Add an option to generate JSDoc-style comments (#1) (b03437d)