Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 1.18 KB

CHANGELOG.md

File metadata and controls

47 lines (32 loc) · 1.18 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Changed

  • Update to Rust 2018 edition

0.1.4 - 2019-07-28

Added

  • Implement DbcLibrary

Changed

  • Update and clean out old deps
  • Replace regex parsing with nom to handle strings with newlines
  • Convert message/PGN ID from String to u32

0.1.3 - 2019-02-09

Changed

  • Change get_spn to take &str input
  • Speed up parsing PGN from &[u8]

Fixed

  • Explicitly parse file passed into PgnLibrary::from_dbc_file using ISO-8859-1 codec

0.1.2 - 2018-06-09

Changed

  • Improve Error types for various parse failures
  • Remove unnecessary re-exports

Fixed

  • Fix socketcan-specific build failures

[0.1.1] - 2018-05-22