New Features
- Add
transformNonNullExpressionswhich allows you to generate non-null assertions with the non-null assertion operator!(#100) - Async methods will now return rejected promises when using
ValidateClassandAssertType(#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)