Skip to content

16.1.0

Compare
Choose a tag to compare
@domenic domenic released this 05 May 18:48
  • 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 the T. (#219, @ExE-Boss)