Skip to content

0.0.24

Compare
Choose a tag to compare
@Schahen Schahen released this 05 Dec 14:39
· 988 commits to master since this release

[0.0.24] - 05'December, 2019

  • In some cases @Suppress("NESTED_CLASS_IN_EXTERNAL_INTERFACE") was missing.
  • Mutliple escaping issues fixes.
  • Rename params instead of escaping them (for instance, object renamed to just obj).
  • Convert UnionType to string whenever it's possible.
  • Resolve "import as" clauses and introduce imports accordingly.
  • Resolve overrides for nested classes and interfaces.
  • Remove conflicting overloads.
  • Treat names starting with dot as non-supportable. Unforunately, we need to introduce some changes in Kotlin/JS compiler itself for supporting property names not accessible via dot.
  • Always add JsNonModule alongside with JsModule.
  • Convert boolean literals to Boolean while converting types.
  • Copy methods generated from unrolled union types to ancestor classes.