Skip to content

Releases: marcelbuesing/can-dbc

dbcc-2.0.0-alpha.1

02 May 13:02
Compare
Choose a tag to compare
dbcc-2.0.0-alpha.1 Pre-release
Pre-release

Migrate to futures-preview and runtime crate.

1.1.0

18 Jan 21:25
02efd5d
Compare
Choose a tag to compare

1.1.0 (2019-01-18)

  • Add optional feature with-serde and derive Serialize for structs and enums.

Release 1.0.1

18 Jan 21:21
52e9bce
Compare
Choose a tag to compare

1.0.1 (2019-01-15)

dbcc

  • Add first version of dbc to rust compiler

can-dbc

  • Fix plain attribute definition
  • Replace singlespace with multispace seperators (less strict)
  • Allow multiple signal groups in DBC document
  • Accept signal-less messages
  • Accept lists in message transmitters
  • Lists may now be empty

Initial stable

09 Dec 20:42
8c4d8c7
Compare
Choose a tag to compare

The dbc format is pretty much covered except for deprecated sections. Parsers may need small fixes (e.g. unexpected whitespace etc.) in the future.