Skip to content

Releases: cdklabs/json2jsii

v0.5.2

01 Nov 18:12
05fd55d
Compare
Choose a tag to compare

0.5.2 (2024-11-01)

Bug Fixes

v0.5.1

15 Oct 18:12
e9384dc
Compare
Choose a tag to compare

0.5.1 (2024-10-15)

Bug Fixes

v0.5.0

12 Sep 08:34
4bb85e5
Compare
Choose a tag to compare

0.5.0 (2024-09-12)

⚠ BREAKING CHANGES

  • because these scenarios right now produce invalid
    typescript code.

This is similar to and a continuation of
#1259

Bug Fixes

  • duplicate properties emitted when they differ only by casing (#1560) (4bb85e5)

v0.4.5

24 Aug 18:11
c5a8ad5
Compare
Choose a tag to compare

0.4.5 (2024-08-24)

Bug Fixes

v0.4.4

07 Jun 15:19
df7410e
Compare
Choose a tag to compare

0.4.4 (2024-06-07)

Bug Fixes

v0.4.3

09 Dec 00:22
a7d98f3
Compare
Choose a tag to compare

0.4.3 (2023-12-09)

Features

v0.4.2

08 Dec 13:45
1285288
Compare
Choose a tag to compare

0.4.2 (2023-12-08)

Bug Fixes

  • enum name consisting of symbols lead to conflicting enum values (#1261) (1285288)

v0.4.1

22 Nov 14:11
c5e809c
Compare
Choose a tag to compare

0.4.1 (2023-11-22)

Bug Fixes

v0.4.0

16 Nov 14:31
3489c31
Compare
Choose a tag to compare

0.4.0 (2023-11-16)

⚠ BREAKING CHANGES

  • kebab-cased type names like name-type were converted
    to Nametype. Now they are converted to NameType.

Signed-off-by: Nikolai Prokoschenko [email protected]

Bug Fixes

  • kebab-cases type names not correctly converted to PascalCase (#1244) (3489c31)

v0.3.389

05 Oct 11:39
7d5abc5
Compare
Choose a tag to compare

0.3.389 (2023-10-05)

Bug Fixes

  • various failures when type is defined as array (#1209) (7d5abc5)