Releases: ipld/js-ipld-git
Releases · ipld/js-ipld-git
v0.6.6
Compare
Sorry, something went wrong.
No results found
chore: release version v0.6.6
v0.6.5
Compare
Sorry, something went wrong.
No results found
chore: release version v0.6.5
v0.6.4
Compare
Sorry, something went wrong.
No results found
vmx
released this
03 Mar 11:56
chore: release version v0.6.4
v0.6.1
Compare
Sorry, something went wrong.
No results found
vmx
released this
05 Aug 10:19
Bug Fixes
convert output of multihash.decode to buffer (20dd68f )
v0.6.0
Compare
Sorry, something went wrong.
No results found
vmx
released this
04 Aug 16:24
Bug Fixes
replace node buffers with uint8arrays (#70 ) (8c999ba )
BREAKING CHANGES
util.serialize returns a Uint8Array
v0.5.3
Compare
Sorry, something went wrong.
No results found
vmx
released this
24 Jul 11:44
chore: release version v0.5.3
v0.5.2
Compare
Sorry, something went wrong.
No results found
vmx
released this
19 Jun 13:30
v0.5.1
Compare
Sorry, something went wrong.
No results found
vmx
released this
13 Jan 12:29
Bug Fixes
package: update multicodec to version 1.0.0 (6dbc3c8 )
package: update multihashing-async to version 0.8.0 (fcf7f6f )
v0.5.0
Compare
Sorry, something went wrong.
No results found
vmx
released this
10 May 12:29
Bug Fixes
package: update cids to version 0.7.0 (2d87c9e )
BREAKING CHANGES
package: Returned v1 CIDs now default to base32 encoding
Previous versions returned a base58 encoded string when toString()/
toBaseEncodedString() was called on a CIDv1. It now returns a base32
encoded string.
v0.4.0
Compare
Sorry, something went wrong.
No results found
vmx
released this
08 May 20:09
Bug Fixes
package: update cids to version 0.6.0 (fe0ac8b )
package: update multihashing-async to version 0.6.0 (784c464 )
Features
BREAKING CHANGES
The API is now async/await based
There are numerous changes, the most significant one is that the API
is no longer callback based, but it using async/await.
For the full new API please see the IPLD Formats spec .