Skip to content

1.0.0-RC2

Latest
Compare
Choose a tag to compare
@niloc132 niloc132 released this 03 May 14:13
· 22 commits to main since this release
1804c91

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