Skip to content

Releases: fbernier/base62

v2.2.5

04 May 13:29

Choose a tag to compare

Update dev dependencies

Full Changelog: v2.2.4...v2.2.5

v2.2.4

17 Mar 12:38

Choose a tag to compare

What's Changed

Full Changelog: v2.2.3...v2.2.4

v2.2.3

21 Sep 02:30

Choose a tag to compare

What's Changed

  • Remove rustversion dependency and bump to edition 2021
  • Encode performance improvements

Full Changelog: v2.2.2...v2.2.3

v2.2.2

26 Aug 16:09

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.2.1...v2.2.2

v2.2.1

13 Jan 13:59

Choose a tag to compare

What's Changed

Public

Internal

Full Changelog: v2.2.0...v2.2.1

v2.2.0

09 Jan 21:13

Choose a tag to compare

What's Changed

  • Add Fmt and FmtAlternative wrapper types by @tyranron in #19, reworked a bit in #20

Full Changelog: v2.1.0...v2.2.0

v2.1.0

07 Jan 21:37

Choose a tag to compare

What's Changed

  • Implement encoding into io::Write and fmt::Write by @fbernier in #17
  • impl core::error::Error for errors by @fbernier in #15

Full Changelog: v2.0.3...v2.1.0

v2.0.3

08 Nov 21:10

Choose a tag to compare

What's Changed

  • Add encode_bytes and encode_alternative_bytes functions to write the result to a byte slice by @fbernier in #7
  • Clippy fixes by @fbernier in #12
  • Fix pointer provenance UB detected by miri by getting rig of raw pointer manipulation by @fbernier in #13
  • Bring the CI config to 2024 by @fbernier in #14

Full Changelog: v2.0.2...v2.0.3

v2.0.2

13 Sep 16:31

Choose a tag to compare

  • Bump criterion to version 0.4

Full Changelog: v2.0.1...v2.0.2

v2.0.1

29 Aug 15:08

Choose a tag to compare

Improvements

  • Greatly sped up decoding
  • slightly sped up encoding
  • Improved test coverage
  • Various refactors
  • Minimum Supported Rust Version lowered to 1.36

Full Changelog: v2.0.0...v2.0.1