Skip to content

Latest commit

 

History

History
75 lines (36 loc) · 2.87 KB

CHANGELOG.md

File metadata and controls

75 lines (36 loc) · 2.87 KB

Features

  • Add PartialEq derived macro to Error in order to be able to test error cases
  • Allow [no_alloc] for faster-hex (without any feature), hex_string(_upper)() rely on heapless:String

0.9.0 (2023-11-22)

Re create v0.9.0, since v0.8.2 introduced a break change,

Yanked: 0.8.2 (2023-11-19)

Bug Fixes

  • Fix hex_decode panic when dst.len > src.len * 2 pr#38

0.8.1 (2023-11-19)

Bug Fixes

  • Fix Fails to build on x86 without SSE2 pr#33
  • Fix deserializing owned hex string pr#35

0.8.0 (2023-02-27)

Features

  • Add serde feature for faster-hex (pr#28)

0.7.0 (2023-02-27)

Features

  • Allow faster-hex encode/decode to/from lower/uppercase (pr#26)

Bug Fixes

  • Improve encode/decode length check (pr#27)

Features

  • Improve performance of fallback implementation (pr#19)

Bug Fixes

  • hex_string should not return Result (0a5b5f4)

0.5.0 (2021-01-13)

0.4.0 (2019-09-10)

Bug Fixes

  • Do not expose hex_check_see on non-supported platform (3e1cc75)

0.3.1 (2019-03-12)

Features

0.1.0 (2018-10-30)

Features

  • leverage simd to hex faster (6c88491)