Skip to content

v2.0.0

Compare
Choose a tag to compare
@EduPonz EduPonz released this 14 Nov 13:26
· 2 commits to 2.0.x since this release
18d5941

IDL Parser v2.0.0

This release includes the following features and breaking changes:

  1. Enable test failure if there are build warnings (#96)
  2. Support for IDL @external annotation (#97)
  3. New TemplateGroups to generate collections related code (#95)
  4. Force type system to only support single inheritance (#99)

This release includes the following improvements:

  1. Move code from Fast DDS Gen to IDL Parser (#91)
  2. Improve StringTemaplate error handling (#98)
  3. Add README and LICENSE files (#92)
  4. Improve testing (#102)
  5. Mirror workflow for keeping latest release branch up to date (#104)

This release also includes the following bugfixes:

  1. Fixed bug when using const as literals (#94)
  2. Fix problem when using includes with relative paths (#100)

PRs in merged order:
#91, #96, #94, #97, #95, #98, #99, #92, #100, #102, #104