Skip to content

Releases: maidsafe/xor_name

v5.0.0

05 Aug 12:41
Compare
Choose a tag to compare

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

04 Aug 15:09
Compare
Choose a tag to compare

4.1.0 (2022-08-04)

Features

v4.0.1

18 Mar 05:31
Compare
Choose a tag to compare

4.0.1 (2022-03-18)

v4.0.0

16 Mar 21:45
Compare
Choose a tag to compare

4.0.0 (2022-03-16)

⚠ BREAKING CHANGES

  • public api changed

  • remove OsRng (c4d64e9)

v3.1.0

26 Aug 16:41
Compare
Choose a tag to compare

3.1.0 (2021-08-26)

Features

  • api: simplify from content api (441acc7)

v3.0.0

24 Aug 15:06
Compare
Choose a tag to compare

3.0.0 (2021-08-24)

⚠ BREAKING CHANGES

  • remove prefix_map

Features

  • remove prefix_map make with_bit public (efa63e2)
  • use DashMaps for better concurrency (2ef45f3)

v2.0.0

10 Aug 11:58
Compare
Choose a tag to compare

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

06 Aug 05:58
Compare
Choose a tag to compare

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.1

08 Jun 10:50
Compare
Choose a tag to compare

1.2.1 (2021-06-08)

v1.2.0

19 Apr 09:46
Compare
Choose a tag to compare

1.2.0 (2021-04-19)

Features

  • Debug output with binary fmt as well (1382403)