Skip to content

Releases: Vertispan/jsinterop-ts-defs

1.0.0-RC2

03 May 14:13
1804c91
Compare
Choose a tag to compare

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

16 Mar 16:42
d05a9c0
Compare
Choose a tag to compare

The first release candidate for jsinterop-ts-defs generator