Skip to content

v0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Nov 16:00
· 794 commits to refs/heads/master since this release
88ab284

0.2.0 (2021-11-24)

⚠ BREAKING CHANGES

  • Using the I prefixed interfaces behaves quite a bit differently for the resulting output in other languages versus not doing so, for example, python. While this worked perfectly fine for Typescript it resulted in unusable libraries elsewhere. Looking at other example projects it looks like this new method of setting up properties is generally whats used. This should resolve issues and generate appropriately. However this is an interface rename and quite a significant code change.
  • Using the I prefixed interfaces behaves quite a bit differently for the resulting output in other languages versus not doing so, for example, python. While this worked perfectly fine for Typescript it resulted in unusable libraries elsewhere. Looking at other example projects it looks like this new method of setting up properties is generally whats used. This should resolve issues and generate appropriately. However this is an interface rename and quite a significant code change.

Bug Fixes

  • Rework properties so JSII converts to other languages correctly (88ab284)
  • Rework properties so JSII converts to other languages correctly (6afe1bb)