multiformats
Advanced tools
Comparing version 0.0.7 to 0.0.8
{ | ||
"name": "multiformats", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "Interface for multihash, multicodec, multibase and CID.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -136,9 +136,9 @@ # multiformats | ||
Deprection List: | ||
Deprecation List: | ||
* the multibase encoding is no longer cached during instantiation. | ||
* this being indeterministic was causing some nasty problems downstream | ||
since `toString()` needs to be used as a cache key and it's not possible | ||
to encode V1 into anything but base58btc. this means that you can't have | ||
deterministic hash keys without also requiring base58btc support unless | ||
we remove this feature. | ||
to encode V0 into anything but base58btc. this means that you can't have | ||
deterministic hash keys without also requiring base58btc support, so we | ||
removed this feature. | ||
* no longer accept bare multihash buffers as V0, only base58btc encoded strings | ||
@@ -153,3 +153,3 @@ or the complete set of parts with the multihash as the third argument. | ||
* no more .toBaseEncodedString(), just toString() | ||
* no more .multiBase | ||
* no more .multibaseName | ||
* no more .prefix() | ||
@@ -156,0 +156,0 @@ * no more .codec |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
59116