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 determini...