Releases: YohDeadfall/ordpath
Releases · YohDeadfall/ordpath
v0.5.0
What's Changed
- Made len members of stage more verbose by @YohDeadfall in #16
- Added user defined encoding by @YohDeadfall in #17
- Reworked public API by @YohDeadfall in #18
- Fixed a MIT license link in readme by @YohDeadfall in #19
- Removed Eq and Ord from OrdPath by @YohDeadfall in #20
- Improvements of the
encmodule by @YohDeadfall in #21 - Fixed clippy warnings by @YohDeadfall in #22
- Fixed a macro hygiene issue by @YohDeadfall in #23
- Added slices by @YohDeadfall in #24
- Implemented ExactSizeIterator for Bytes by @YohDeadfall in #25
- Added borrowing support by @YohDeadfall in #26
- Added ancestors iterator by @YohDeadfall in #27
- Added an ability to get the nth ancestor by @YohDeadfall in #28
- Removed dbg! in tests by @YohDeadfall in #29
- Fix benches by @YohDeadfall in #30
- Implemented optimized Iterator's methods for Bytes by @YohDeadfall in #31
- Removed usage of soft deprecated addr_of! by @YohDeadfall in #32
Full Changelog: v0.4.0...v0.5.0
v0.4.0
What's Changed
- Hygiene of encoding macro by @YohDeadfall in #8
- Added method to check if data is spilled by @YohDeadfall in #10
- Fixed clone of raw data by @YohDeadfall in #11
- Added
inlineandmust_useattributes to methods by @YohDeadfall in #9 - Simplified cmp impl by @YohDeadfall in #12
- Changed metadata to be non-generic by @YohDeadfall in #13
- Fixed hex formatting impl by @YohDeadfall in #14
- Preparations for v0.4.0 by @YohDeadfall in #15
Full Changelog: v0.3.0...v0.4.0
v0.3.0
Version bump
v0.2.0
- Moved encoding related types into
encmodule. - Improved the error type and changed
from_sliceto useResult<Self, Error>. - Optional support for
serde.
v0.1.0
Added GitHub workflows