This repository was archived by the owner on Feb 12, 2024. It is now read-only.
·
820 commits
to master
since this release
0.133.0 (2020-03-31)
Bug Fixes
- avoid throw error when use readme code (#2934) (b18f6e1)
- dont include util.textencoder in the browser (#2919) (3207e3b)
chore
- move mfs and multipart files into core (#2811) (82b9e08)
- update dep version and ignore interop test for raw leaves (#2747) (6376cec)
Features
BREAKING CHANGES
- When the path passed to
ipfs.files.stat(path)
was a hamt sharded dir, the resovled
value returned by js-ipfs previously had atype
property of with a value of
'hamt-sharded-directory'
. To bring it in line with go-ipfs this value is now
'directory'
. - Files that fit into one block imported with either
--cid-version=1
or--raw-leaves=true
previously returned a CID that resolved to
a raw node (e.g. a buffer). Returned CIDs now resolve to adag-pb
node that contains a UnixFS entry. This is to allow setting metadata
on small files with CIDv1.