Changelog
0.7.0 (2019-05-09)
License: MIT Signed-off-by: Alan Shaw alan.shaw@protocol.ai
<a name="0.6.0"></a>
Changelog
0.6.0 (2019-04-08)
The default will change to base32 in https://github.com/multiformats/js-cid/pull/73/files
The idea behind this change is that we shouldnt lose information when the user passes us a base encoded string, but keep it and use it as the default base so toString returns the same string they provided.
I'd like this as a fix for ipld explorer, which currently forces all CIDs into base58btc, seee: https://github.com/ipfs-shipyard/ipfs-webui/issues/999
License: MIT Signed-off-by: Oli Evans oli@tableflip.io
<a name="0.5.8"></a>