Releases: fbernier/base62
Releases · fbernier/base62
v2.0.3
What's Changed
- Add
encode_bytes
andencode_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
- Bump criterion to version 0.4
Full Changelog: v2.0.1...v2.0.2
v2.0.1
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
v2.0.0
Improvements
- Encoding slightly faster and decoding much faster
- Improved documentation
- Improved error messages
- Renamed base62 variants to 'standard' and 'alternative'
Breaking changes
- Decoding an empty input will give an error instead of 0
- {encode, decode}_config functions are now named {encode, decode}_alternative
New Contributors
Full Changelog: v1.1.5...v2.0.0