Skip to content

v0.19.0

Latest
Compare
Choose a tag to compare
@woutervh- woutervh- released this 01 Nov 10:23
· 3 commits to master since this release

New Features

  • Add transformNonNullExpressions which allows you to generate non-null assertions with the non-null assertion operator ! (#100)
  • Async methods will now return rejected promises when using ValidateClass and AssertType (#105)
  • Add option to generate code without error messages, resulting in smaller generated code size (#108)
  • Make generated function names deterministic, reducing the number of files changes in watch mode (#114)

Breaking Changes

None.

Bug fixes

  • Fix intersection types in combination with disallowSuperfluousProperties (#112)