Skip to content

0.5.8-rc.0

Choose a tag to compare

@Schahen Schahen released this 02 Oct 23:07
· 145 commits to master since this release

[0.5.8-rc.0] - 3'October 2020

This is a release candidate with one known feature regression, "-p" key is not supported in CLI.
We've received a lot of feedback on how this can be done better. We'll keep you posted.

  • #248 Copying constructor to descendant class if former doesn't have it's own constructor
  • #344 Optional method overloading without conflicting declarations
  • #341 Support for optional lambdas in classes
  • #379 No explicit import generated for types with the same name as stdlib types
  • #296 ClassLike can not extend nested entity
  • #307 dynamic TypeParam should be equivalent to generic param
  • #367 Extract interfaces from files annotates with JsModule and/or JsQualifie
  • #368 TypeAliases moved outside of external declarations files are lost
  • #372 Illegal dynamic TypeAlias occurs under specific circumstances
  • #272 Unalias members in union types
  • #275 Redundant overloads are causing compilation issue
  • #349 Type parameters are not substituted or generated in particular cases
  • #314 Lambdas are not overriding similar methods in Kotlin, they do in Typescript #314
  • #343 Recursive typealias's generated with Dukat 0.5.7
  • #350 Merge multiple lambda properties with same name and type, but different metadata
  • #358 - Unaliased type parameters are not processed incorrectly