Skip to content

Latest commit

 

History

History
215 lines (94 loc) · 8 KB

CHANGELOG.md

File metadata and controls

215 lines (94 loc) · 8 KB

Changelog

3.12.1 (2025-02-09)

Bug Fixes

3.12.0 (2025-02-09)

Features

3.11.0 (2024-11-12)

Features

  • preproc: alias define args (f879554)

3.10.0 (2024-11-04)

Features

  • annotation: allow ignore '=' in custom annotation (475c3e0)

3.9.2 (2024-08-16)

Bug Fixes

  • float: fix floating parse (b079314)

3.9.1 (2024-08-16)

Bug Fixes

  • identifier: fix identififer (8e8d36c)

3.9.0 (2024-08-16)

Features

  • module: allow anno before module (0d81c3c)

3.8.2 (2024-08-10)

Bug Fixes

  • identifier: fix identifier (4693afa)

3.8.1 (2024-08-08)

Bug Fixes

  • annotation: limit non_serialize param to bool_literal (18162f4)

3.8.0 (2024-08-08)

Features

  • anno: add ddsservice, ddsrequesttopic ddsreplytopic (e2fa5d2)

3.7.0 (2024-08-08)

Features

3.6.0 (2024-08-08)

Features

  • interface: allow attr and op contains annotation (93974a5)

3.5.0 (2024-08-07)

Features

  • annotation: add interface_kind and attribute (8cef209)

3.4.0 (2024-08-07)

Features

  • directive: move directive to define (2ba450b)

3.3.0 (2024-08-06)

Features

  • bitmask: allow comma after bitvalue (da3daae)

3.2.0 (2024-08-05)

Features

  • idl: allow comma at last of enumator (2686f50)

3.1.2 (2024-07-26)

Bug Fixes

  • annotation: using positive_int_const for no_serialize (61f48c8)

3.1.1 (2024-07-26)

Bug Fixes

  • anno: using const_expor for default (b4a3f27)

3.1.0 (2024-07-26)

Features

  • annotation: fix topic parse, using positive_const_int/cosnt_expr but not literal (81cdda6)

3.0.0 (2024-07-22)

⚠ BREAKING CHANGES

  • annotation: queries has been updated.

Features

  • annotation: make builtin anno case insensive, impl XTYPES 7.3.1.2.1 Built-in Annotations (57165a0)
  • union: remove enum_anno (57165a0)

Bug Fixes

2.6.1 (2024-07-22)

Bug Fixes

  • annotation: fix custom body parse (fc34fb1)

2.6.0 (2024-07-19)

Features

  • literal: inner string inside wstring (bfdf61d)

2.5.0 (2024-07-19)

Features

  • literal: inline char inside wchar (449ec6b)

2.4.0 (2024-07-19)

Features

  • split wchar and wstring (0fb8d02)
  • union: allow octet appears in switch_type_spec (0896d6b)

2.3.0 (2024-07-16)

Features

  • idl: allow more type with anno (4e00069)

2.2.1 (2024-07-16)

Bug Fixes

  • anno: fix union member anno (4b01afb)

2.2.0 (2024-07-16)

Features

  • struct: allow anno_ext appears behind member (2c6abed)

2.1.0 (2024-07-11)

Features

  • queries: update highlights (a9e41e7)

2.0.1 (2024-07-11)

Bug Fixes

  • literal: fix bin_number parse (c072507)