v0.2.0
github-actions
released this
24 Nov 16:00
·
794 commits
to refs/heads/master
since this release
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.