Skip to content
This repository has been archived by the owner on Aug 24, 2021. It is now read-only.

Releases: ipld/js-ipld-git

v0.3.0

27 Mar 17:30
@vmx vmx
Compare
Choose a tag to compare

Bug Fixes

  • order tree directory entries correctly (fixes #44) (02be41f)

Features

  • use RFC3339 to format dates, fixes ipfs/go-ipld-git#16 (#43) (8a9f7cb)

BREAKING CHANGES

  • Dates are now returned in ISO 8601/RFC3399 format

v0.2.3

18 Jan 12:06
@vmx vmx
Compare
Choose a tag to compare

Bug Fixes

v0.2.2

12 Oct 16:54
@vmx vmx
Compare
Choose a tag to compare

Features

v0.2.1

29 Jun 12:05
@vmx vmx
Compare
Choose a tag to compare

Bug Fixes

Features

BREAKING CHANGES

v0.2.0

12 Feb 15:43
@vmx vmx
Compare
Choose a tag to compare

Bug Fixes

  • use binary blobs directly (334f2f0)

BREAKING CHANGES

  • Everyone calling the functions of resolve need to
    pass in the binary data instead of an IPFS block.

So if your input is an IPFS block, the code changes from

resolver.resolve(block, path, (err, result) => {…}

to

resolver.resolve(block.data, path, (err, result) => {…}

v0.1.1

07 Nov 08:28
Compare
Choose a tag to compare

Bug Fixes

v0.1.0

02 Sep 20:51
Compare
Choose a tag to compare

Bug Fixes

Features