Skip to content

Releases: martinmroz/ihex

3.0.0

15 Jun 02:42
Compare
Choose a tag to compare

IHEX 3.0: 2018 Edition

  • Moved to Rust 2018 edition.
  • Applied all suggested lints from clippy.
  • Applied all suggested formatting changes from cargo fmt.
  • Removed conflicting implementation of Record::to_string (should-out to @skrapi)
  • Flattened the top-level module namespace.
  • Various tweaks and performance enhancements.

NOTE: The changes from Record::to_string into to_record_string, the addition of ReaderOptions and some minor error constant tweaks and module structure is a breaking source-level change, necessitating bumping the major revision.

1.1.2

22 Aug 19:24
Compare
Choose a tag to compare
  • Various syntax enhancements, additional optimistic trait implementations.
  • Moved from travis-cargo to cargo-travis and fixed documentation upload.

1.0.2

22 Aug 16:26
Compare
Choose a tag to compare
  • Formatted using rustfmt
  • Update to the checksum code
  • Re-licensed as MIT and Apache-2.0