Liking cljdoc? Tell your friends :D

Change Log

All notable changes to this project will be documented in this file, which follows the conventions of keepachangelog.com. This project adheres to Semantic Versioning.

Unreleased

...

1.0.125 - 2025-03-17

This is a major release with a couple of breaking changes - the high-level functionality is the same, but several things have been simplified.

Changed

  • Drop dependency on Apache commons-codec.
  • Upgrade to alphabase to the 3.0 major version.
  • Rewrite multiformats.address and merge multiformats.address.codec into it.
  • All multiformats.base.* namespaces dropped in favor of new alphabase implementations.

Added

  • Multiaddr values are now Counted, Sequential, Indexed, and support peek and pop.
  • New predicate functions address?, multihash?, and cid?.

Fixed

  • Additional test coverage of all namespaces.

0.3.107 - 2023-03-06

Fixed

  • Fix babashka compatibility issue with multihashes. #5 PR#6

0.3.103 - 2023-02-27

Changed

  • Switch from Leiningen to tools.deps and related build infrastructure.
  • Unroll type definitions to make them easier to understand on each platform.
  • Updated style and lint compliance.

Fixed

  • Fix Clojurescript IpAddress refrence in address code. #3 PR#4

Added

  • Multihashes are usable in Babashka. PR#2

0.2.1 - 2020-01-05

Changed

  • Updated dependencies for better JDK11 compatibility.
  • Style and linter compliance.

0.2.0 - 2019-03-10

Added

  • Added hex-parsing utility method for multihashes.
  • Implemented multiaddr support. PR#1

0.1.1 - 2019-01-20

Changed

  • A few dependency updates to fix reflection issues.

0.1.0 - 2018-12-12

Initial project release.

Can you improve this documentation?Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close