This repository was archived by the owner on Feb 12, 2024. It is now read-only.
·
548 commits
to master
since this release
48.0.0 (2020-10-28)
Bug Fixes
- disable cors by default (#3275) (3ff833d)
- do not double normalise input url (#3351) (4eb196c), closes #3331
- files ls should return string (#3352) (16ecc74), closes #3345 #2939 #3330 #2948
- use fetch in electron renderer and electron-fetch in main (#3251) (639d71f)
Features
- enable custom formats for dag put and get (#3347) (3250ff4)
- type check & generate defs from jsdoc (#3281) (bbcaf34)
BREAKING CHANGES
- types returned by
ipfs.files.ls
are now strings, in line with the docs but different to previous behaviour
Co-authored-by: Geoffrey Cohler [email protected]
-
- CORS origins will need to be configured manually before use with ipfs-http-client