Releases: asyncapi/modelina
Releases · asyncapi/modelina
v4.0.0-next.4
v3.3.2
v3.3.1
v3.3.0
v4.0.0-next.3
4.0.0-next.3 (2024-02-15)
Bug Fixes
v3.2.3
v4.0.0-next.2
4.0.0-next.2 (2024-02-14)
⚠ BREAKING CHANGES
- handle edge case in toCamelCase FormatHelper (#1792)
Bug Fixes
v4.0.0-next.1
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
- add file path as input (#1601) (268bfd4)
- add options as parameter to constraints (#1667) (396dd69)
- add useJavascriptReservedKeywords option for TS (#1727) (384a16c)
- adds extend in common, meta, and constrained models (#1613) (0e9f0e7)
- adds inheritance with interfaces for java (#1593) (379c35d)
- adds support for duration in java (#1604) (e76e394)
- convert to use multi parser (#1587) (94a3635)
- enable AsyncAPI v3 (#1600) (125278e)
- enable raw properties for interface (#1729) (3713983)
- render python union in pydantic in the pre 3.10 way (#1626) (7ac3259)
- update next with master (#1737) (a7c2311)
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)