Skip to content

Commit 81ebff7

Browse files
authored
doc: remove deprecation note, this works now (#25)
1 parent 93de7f7 commit 81ebff7

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -132,16 +132,8 @@ Deprecation List:
132132
* this being indeterministic was causing some nasty problems downstream
133133
since `toString()` needs to be used as a cache key and it's not possible
134134
to encode V0 into anything but base58btc. this means that you can't have
135-
deterministic hash keys without also requiring base58btc support, so we
135+
deterministic hash keys without also requiring base58btc support, so we
136136
removed this feature.
137-
* no longer accept bare multihash buffers as V0, only base58btc encoded strings
138-
or the complete set of parts with the multihash as the third argument.
139-
* The logic for treating these as V0 was problematic and could lead to
140-
unwanted errors. In practice, the places we need to handle V0 are known
141-
and we can move this logic there if necessary and then instantiate a CID
142-
with all the necessary args.
143-
* Some of the prior code relied on knowing the full set of possible base
144-
prefixes, which we can no longer do.
145137
* no more .toBaseEncodedString(), just toString()
146138
* no more .multibaseName
147139
* no more .prefix()

0 commit comments

Comments
 (0)