This repository was archived by the owner on Feb 12, 2024. It is now read-only.
Releases: ipfs/js-ipfs
Releases · ipfs/js-ipfs
[email protected]
[email protected]
0.2.0 (2020-11-09)
Bug Fixes
- cache preloaded CIDs (#3363) (b5ea76a), closes #3307
- typedef resolution & add examples that use types (#3359) (dc2795a), closes #3356 #3358
Features
- pass file name to add/addAll progress handler (#3372) (69681a7), closes ipfs/js-ipfs-unixfs#87
- remove all esoteric ipld formats (#3360) (a542882), closes #3347
BREAKING CHANGES
- only dag-pb, dag-cbor and raw formats are supported out of the box, any others will need to be configured during node startup.
[email protected]
[email protected]
[email protected]
0.142.0 (2020-11-09)
Features
- pass file name to add/addAll progress handler (#3372) (69681a7), closes ipfs/js-ipfs-unixfs#87
[email protected]
[email protected]
0.51.0 (2020-10-28)
Bug Fixes
- disable cors by default (#3275) (3ff833d)
- types path for ipfs-core (#3356) (a6bcad5)
- use fetch in electron renderer and electron-fetch in main (#3251) (639d71f)
Features
BREAKING CHANGES
- this removes support for SECIO making Noise the only security transport.
Closes #3210
Co-authored-by: achingbrain [email protected]
-
- CORS origins will need to be configured manually before use with ipfs-http-client