Releases: Vertispan/jsinterop-ts-defs
Releases · Vertispan/jsinterop-ts-defs
1.0.0-RC2
The second release candidate for jsinterop-ts-defs generator, now including annotations for union types, and interpreting the @JsNullable
annotation on properties to indicate that they are optional.
What's Changed
- Add developers by @niloc132 in #57
- prepare release 1.0.0 branch version for development by @vegegoku in #56
- Allow marking JsNullable properties as optional by @vegegoku in #70
- Provide a mechanism to express TS type unions from Java by @vegegoku in #71
- Correctly inherit from descendant TsInterfaces by @vegegoku in #75
- Bump version to release 1.0.0-RC2 by @vegegoku in #73
Full Changelog: v1.0.0-RC1...v1.0.0-RC2
1.0.0-RC1
The first release candidate for jsinterop-ts-defs generator