Skip to content

Releases: asyncapi/modelina

v4.0.0-next.4

19 Feb 09:32
225f730
Compare
Choose a tag to compare
v4.0.0-next.4 Pre-release
Pre-release

4.0.0-next.4 (2024-02-19)

⚠ BREAKING CHANGES

  • properly implement constants in c# (#1801)

Features

v3.3.2

19 Feb 11:25
322dd00
Compare
Choose a tag to compare

3.3.2 (2024-02-19)

Bug Fixes

v3.3.1

19 Feb 10:07
4498298
Compare
Choose a tag to compare

3.3.1 (2024-02-19)

Bug Fixes

  • ensured required enumerations are correctly handled by System.Text.Json and Newtonsoft generators. (#1802) (4498298)

v3.3.0

17 Feb 17:53
20c5736
Compare
Choose a tag to compare

3.3.0 (2024-02-17)

Features

  • export and import interfaces as types when using named imports and ESM Module Syntax (#1800) (20c5736)

Bug Fixes

v4.0.0-next.3

15 Feb 09:33
be2903c
Compare
Choose a tag to compare
v4.0.0-next.3 Pre-release
Pre-release

4.0.0-next.3 (2024-02-15)

Bug Fixes

  • dont render unmarshal for property with const (#1799) (0a786ca)
  • incorrect enum serializer generation for System.Text.Json (#1794) (d7ebc13)

v3.2.3

15 Feb 08:33
0a786ca
Compare
Choose a tag to compare

3.2.3 (2024-02-15)

Bug Fixes

  • dont render unmarshal for property with const (#1799) (0a786ca)

v4.0.0-next.2

14 Feb 11:41
26bb9ba
Compare
Choose a tag to compare
v4.0.0-next.2 Pre-release
Pre-release

4.0.0-next.2 (2024-02-14)

⚠ BREAKING CHANGES

  • handle edge case in toCamelCase FormatHelper (#1792)

Bug Fixes

  • handle edge case in toCamelCase FormatHelper (#1792) (26bb9ba)

v4.0.0-next.1

13 Feb 12:25
25b5390
Compare
Choose a tag to compare
v4.0.0-next.1 Pre-release
Pre-release

4.0.0-next.1 (2024-02-13)

⚠ BREAKING CHANGES

  • add useJavascriptReservedKeywords option for TS (#1727)
  • add options as parameter to constraints (#1667)
  • render python union in pydantic in the pre 3.10 way (#1626)
  • adds inheritance with interfaces for java (#1593)
  • adds extend in common, meta, and constrained models (#1613)
  • add csharp support for DateTime, TimeSpan, Guid (#1612)
  • adds support for duration in java (#1604)
  • convert to use multi parser (#1587)

Features

Bug Fixes

  • (un)marshalling tuple and dictionary unwrapping for Typescript (#1717) (d8f1600)
  • add csharp support for DateTime, TimeSpan, Guid (#1612) (3aa1026)
  • edge case where references was incorrect handled for JSON Schema (#1754) (34b6dc2)
  • jsonbinpack preset and runtime tests (#1718) (7cdee96)
  • newtonsoft could not handle enum values (#1731) (8787210)
  • recursion bug for get nearest dependencies (#1757) (fff8192)

v3.2.2

13 Feb 11:51
d7ebc13
Compare
Choose a tag to compare

3.2.2 (2024-02-13)

Bug Fixes

  • incorrect enum serializer generation for System.Text.Json (#1794) (d7ebc13)

v3.2.1

12 Feb 13:01
e77eaf8
Compare
Choose a tag to compare

3.2.1 (2024-02-12)

Bug Fixes