Skip to content
This repository has been archived by the owner on Jan 8, 2025. It is now read-only.

Releases: foxglove/rosmsg2-serialization

v3.0.2

07 Jan 01:07
572eb19
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.1...v3.0.2

v3.0.1

05 Dec 00:08
c0dff98
Compare
Choose a tag to compare

What's Changed

  • Fix empty message handling for constant-only messages by @jtbandes in #33

Full Changelog: v3.0.0...v3.0.1

v3.0.0

04 Dec 18:45
00cfc61
Compare
Choose a tag to compare

What's Changed

[BREAKING] MessageReader now deserializes Time and Duration values as {sec,nanosec} rather than {sec,nsec}. The {sec,nsec} behavior is still available via a new timeType constructor option.

Full Changelog: v2.0.4...v3.0.0