Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
dukat-0.5.8-rc.0.tgz | 2020-10-02 | 72.9 MB | |
0.5.8-rc.0 source code.tar.gz | 2020-10-02 | 597.5 kB | |
0.5.8-rc.0 source code.zip | 2020-10-02 | 1.4 MB | |
README.md | 2020-10-02 | 2.1 kB | |
Totals: 4 Items | 74.9 MB | 0 |
[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