Skip to content

Latest commit

 

History

History
83 lines (64 loc) · 2.64 KB

CHANGELOG.rst

File metadata and controls

83 lines (64 loc) · 2.64 KB

Changelog for package rosidl_adapter

2.5.0 (2021-08-10)

2.4.0 (2021-07-12)

2.3.0 (2021-06-11)

  • Fix escaping in string literals (#595)
  • Ignore multiple # characters and dedent comments (#594)
  • Contributors: Ivan Santiago Paunovic

2.2.1 (2021-04-06)

2.2.0 (2021-03-18)

  • Expose .msg/.srv/.action to .idl conversion via rosidl translate CLI (#576)
  • Contributors: Michel Hidalgo

2.1.0 (2021-03-09)

  • Support hex constants in msg files (#559)
  • Contributors: Dereck Wonnacott

2.0.3 (2021-01-25)

  • Treat t as whitespace (#557)
  • Contributors: Dereck Wonnacott

2.0.2 (2020-12-08)

  • Update the maintainers of this repository. (#536)
  • Contributors: Chris Lalancette

2.0.1 (2020-09-28)

2.0.0 (2020-09-24)

1.1.0 (2020-08-17)

  • Refactor regex for valid package/field names (#508)
  • Add pytest.ini so tests succeed locally (#502)
  • Contributors: Chris Lalancette, Dirk Thomas

1.0.1 (2020-06-03)

1.0.0 (2020-05-22)

0.9.2 (2020-05-19)

0.9.1 (2020-05-08)

0.9.0 (2020-04-24)

  • Use f-string (#436)
  • Contributors: Dirk Thomas

0.8.2 (2020-01-17)

0.8.1 (2019-10-23)

0.8.0 (2019-09-24)

  • Improve parser error messages (#415)
  • support adjacent string literals, use them for multi-line comments (#410)
  • avoid zero length comment when the comment only contains a unit (#411)
  • use latin-1 encoding when reading/writing .idl files, prepend BOM to generated C/C++ files when necessary (#391)
  • fix error msg asserts due to change in pytest (#393)
  • open interface files with utf-8 encoding (#390)
  • Contributors: Dirk Thomas, Jacob Perron, William Woodall