Skip to content

Releases: marcelbuesing/can-dbc

6.0.0

08 Feb 22:12
3e41b6d
Compare
Choose a tag to compare

6.0.0 (2024-02-08)

  • Update dependencies.
  • Breaking: PR #13 and #14. Thank you @erzoe and @kistenklaus.
    Replace u32 in MessageId with enum type to raise awareness that the raw dbc message ids contain the extended bit.
    Add MessageId.raw() which returns the previous raw identifier including the extended id!

5.0.0

22 Jun 19:06
7a35920
Compare
Choose a tag to compare

5.0.0 (2022-06-22)

  • Add support for dbcs with extended multiplex messages. Thank you @pbert519!
  • Breaking: fn message_multiplexor_switch now returns Result<Option<&Signal>, Error> instead of Option<&Signal>.
    This is necessary due to the possibility of a message having multiple multiplexor switches.

4.0.0

22 Jun 18:58
89c93cc
Compare
Choose a tag to compare

4.0.0 (2021-11-15)

  • Migrate from nom 4.2 to nom 7.1.
  • Allow "random" order of elements in DBC. They still have to be in a block e.g. all messages or comments.
  • Remove verbose error in returned error
  • Return &str of remaining unparsed content instead of Vec<u8>.
  • Mark DBC::from_str as deprecated and replace it with TryFrom::from_str

3.0.2

28 Oct 10:47
bebbb3a
Compare
Choose a tag to compare

3.0.2 (2020-10-28)

  • Fix: Allow trailing whitespaces in dbc. Thanks @killercup.

3.0.1

17 May 20:42
6596b92
Compare
Choose a tag to compare
  • Fix: Allow zero time occurence of BU name
  • Remove Cargo.lock file

3.0.0

25 Nov 20:31
423c7b1
Compare
Choose a tag to compare
  • BREAKING: Pass MessageId's by value
  • Cleanup clippy warnings

2.2.1

14 Nov 13:54
5cd6856
Compare
Choose a tag to compare

Update dependencies

2.1.1

30 May 06:08
1e7a0da
Compare
Choose a tag to compare

Expose Symbol, Version and Node values

2.0.2

15 May 15:00
9088b86
Compare
Choose a tag to compare
  • Fix extended signal value type parser
  • Extract dbcc into separate repository
  • Fix code coverage badge
  • Add lookup methods

2.0.1

06 May 14:27
Compare
Choose a tag to compare

2.0.1 (2019-05-06)

  • Fix VAL_TABLE parser