v2.0.0
IDL Parser v2.0.0
This release includes the following features and breaking changes:
- Enable test failure if there are build warnings (#96)
- Support for IDL
@external
annotation (#97) - New
TemplateGroups
to generate collections related code (#95) - Force type system to only support single inheritance (#99)
This release includes the following improvements:
- Move code from Fast DDS Gen to IDL Parser (#91)
- Improve
StringTemaplate
error handling (#98) - Add README and LICENSE files (#92)
- Improve testing (#102)
- Mirror workflow for keeping latest release branch up to date (#104)
This release also includes the following bugfixes:
- Fixed bug when using const as literals (#94)
- Fix problem when using includes with relative paths (#100)
PRs in merged order:
#91, #96, #94, #97, #95, #98, #99, #92, #100, #102, #104