Releases: maidsafe/xor_name
Releases · maidsafe/xor_name
v5.0.0
5.0.0 (2022-08-05)
⚠ BREAKING CHANGES
- error instead of panic on too long string
Features
- different Prefix serialization format (6ff6d39)
- impl Display for Prefix (d42ba53)
Bug Fixes
- allow prefix strings of more than one byte (1f05f48)
- error instead of panic on too long string (73123cb)
v4.1.0
4.1.0 (2022-08-04)
Features
v4.0.0
4.0.0 (2022-03-16)
⚠ BREAKING CHANGES
-
public api changed
-
remove OsRng (c4d64e9)
v3.1.0
3.1.0 (2021-08-26)
Features
- api: simplify from content api (441acc7)
v3.0.0
3.0.0 (2021-08-24)
⚠ BREAKING CHANGES
Features
- remove prefix_map make with_bit public (efa63e2)
- use DashMaps for better concurrency (2ef45f3)
v2.0.0
2.0.0 (2021-08-10)
⚠ BREAKING CHANGES
- prefix-map: - Expose PrefixMap as public from lib and remove pub prefix_map mod.
- Adapting PrefixMap APIs to the removal of requirement of Borrow Trait for T.
- prefix-map: remove the requirement of Borrow trait for T from PrefixMap (1e32830)
v1.3.0
1.3.0 (2021-08-06)
Features
- insert returns bool (7e36f9d)
- prefix map (83be995)
- remove get_equal_or_ancestor (4c2c7ed)
- use BTreeMap add get_matching_prefix make prune pub (069767c)
v1.2.0
1.2.0 (2021-04-19)
Features
- Debug output with binary fmt as well (1382403)