2.11.0
CHANGES:
- atdpy: Support parametrized type definitions (#303)
- atdpy: Support options approximately by treating them as nullables (#320)
- atdts: Support parametrized type definitions (#303)
- atdts: Fix incorrect type for TypeScript readers/writers generated
for typeabstract
. - atdts: Fix incorrect type for TypeScript writers of optional fields.
It was working only in special cases such asfoo?: int
. - atdts: Eliminate the type alias
type Int = number
since it was
more confusing than helpful. Occurrences ofInt
are replaced
bynumber /*int*/
. - atdts: Disable all tslint and eslint rules in generated code so as
to play well with all tslint and eslint configurations.