Skip to content

Latest commit

 

History

History
119 lines (95 loc) · 4.61 KB

CHANGELOG.rst

File metadata and controls

119 lines (95 loc) · 4.61 KB

Changelog for package rcl_yaml_param_parser

1.1.5 (2020-06-03)

1.1.4 (2020-06-02)

1.1.3 (2020-06-01)

  • Add Security Vulnerability Policy pointing to REP-2006 (#661)
  • Contributors: Chris Lalancette

1.1.2 (2020-05-28)

1.1.1 (2020-05-26)

  • Increase rcl_yaml_param_parser test coverage (#656)
  • Contributors: Stephen Brawner

1.1.0 (2020-05-22)

  • Update Quality Declaration for 1.0 (#647)
  • Contributors: brawner

1.0.0 (2020-05-12)

0.9.1 (2020-05-08)

  • Included features (#644)
  • Quality Declarations for rcl_action, rcl_lifecycle, yaml_parser (#641)
  • Contributors: Alejandro Hernández Cordero, brawner

0.9.0 (2020-04-29)

  • Added rcl yaml param parser doxyfile (#634)
  • Fixed rcl_yaml_param_parser package description (#637)
  • Fix usage to not expose underlying yaml (#630)
  • Export targets in a addition to include directories / libraries (#621)
  • Remove usage of undefined CMake variable (#620)
  • Fix memory leaks (#564)
  • Code style only: wrap after open parenthesis if not in one line (#565)
  • Contributors: Alejandro Hernández Cordero, Dirk Thomas, y-okumura-isp

0.8.3 (2019-11-08)

0.8.2 (2019-10-23)

  • Specify test working directory (#529)
  • Remove the maximum string size. (#524)
  • Contributors: Chris Lalancette, Dan Rose

0.8.1 (2019-10-08)

0.8.0 (2019-09-26)

  • Enable incremental parameter yaml file parsing. (#507)
  • Support parameter overrides and remap rules flags on command line (#483)
  • Increase MAX_STRING_SIZE (#487)
  • include actual size in error message (#490)
  • Avoid C4703 error on UWP (#282)
  • [YAML Parser] Support parameter value parsing (#471)
  • [YAML Parser] Depend on rcutils only (#470)
  • Accept quoted int or float values as strings (#464)
  • Fix memory corruption when maximum number of parameters is exceeded (#456)
  • Contributors: Dirk Thomas, Esteve Fernandez, Jacob Perron, Michel Hidalgo, hyunseok-yang, ivanpauno

0.7.4 (2019-05-29)

  • Allow empty strings if they are quoted. (#450)
  • Contributors: Ralf Anton Beier

0.7.3 (2019-05-20)

0.7.2 (2019-05-08)

0.7.1 (2019-04-29)

0.7.0 (2019-04-14)

  • Corrected bool reading from yaml files. (#415)
  • Added launch along with launch_testing as test dependencies. (#393)
  • Set symbol visibility to hidden for rcl. (#391)
  • Contributors: Michel Hidalgo, Sachin Suresh Bhat, ivanpauno

0.6.4 (2019-01-11)

0.6.3 (2018-12-13)

0.6.2 (2018-12-13)

0.6.1 (2018-12-07)

  • No changes.

0.6.0 (2018-11-16)

  • Updated to use new error handling API from rcutils (#314)
  • Fixed FQN=//node_name when ns is / (#299)
  • Fixed documentation issues (#288)
  • Fixed to deallocate ret_val to avoid memory leak (#278)
  • Contributors: Chris Ye, William Woodall, dhood

0.5.0 (2018-06-25)

  • Added functions to parse YAML parameter files. (#235)
  • Contributors: Shane Loretz, William Woodall, anup-pem, dhood