16.1.0
- Added support for callback function types. (#194, @ExE-Boss)
- Fixed the generated code for static attribute setters. Previously it would call the implementation class getter, ignoring the given value. (#211, @ExE-Boss)
- Fixed the generated code for
Promise<T>
type conversions. Previously it would convert rejected promises to fulfilled ones, and would do type conversions for theT
. (#219, @ExE-Boss)