-
Notifications
You must be signed in to change notification settings - Fork 37
Comparing changes
Open a pull request
base repository: ipfs/js-ipfs-unixfs
base: ipfs-unixfs-v7.0.0
head repository: ipfs/js-ipfs-unixfs
compare: ipfs-unixfs-v8.0.0
- 20 commits
- 24 files changed
- 3 contributors
Commits on Aug 11, 2022
-
chore(release): 10.0.0 [skip ci]
## [ipfs-unixfs-importer-v10.0.0](ipfs-unixfs-importer-v9.0.10...ipfs-unixfs-importer-v10.0.0) (2022-08-11) ### ⚠ BREAKING CHANGES * This module used to be dual published as CJS/ESM, now it is just ESM ### Dependencies * update aegir to 37.x.x ([#243](#243)) ([9fccb7c](9fccb7c)) * update hamt-sharding to 3.0.0 ([#244](#244)) ([50a7607](50a7607))
Configuration menu - View commit details
-
Copy full SHA for b2ca266 - Browse repository at this point
Copy the full SHA b2ca266View commit details -
chore(release): 8.0.0 [skip ci]
## [ipfs-unixfs-exporter-v8.0.0](ipfs-unixfs-exporter-v7.0.11...ipfs-unixfs-exporter-v8.0.0) (2022-08-11) ### ⚠ BREAKING CHANGES * This module used to be dual published as CJS/ESM, now it is just ESM ### Dependencies * update aegir to 37.x.x ([#243](#243)) ([9fccb7c](9fccb7c)) * update hamt-sharding to 3.0.0 ([#244](#244)) ([50a7607](50a7607))
Configuration menu - View commit details
-
Copy full SHA for be0bfa9 - Browse repository at this point
Copy the full SHA be0bfa9View commit details
Commits on Aug 16, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 2edd327 - Browse repository at this point
Copy the full SHA 2edd327View commit details -
chore(release): 10.0.1 [skip ci]
## [ipfs-unixfs-importer-v10.0.1](ipfs-unixfs-importer-v10.0.0...ipfs-unixfs-importer-v10.0.1) (2022-08-16) ### Bug Fixes * update types import path and deps ([#248](#248)) ([2edd327](2edd327))
Configuration menu - View commit details
-
Copy full SHA for a1e3b11 - Browse repository at this point
Copy the full SHA a1e3b11View commit details -
chore(release): 8.0.1 [skip ci]
## [ipfs-unixfs-exporter-v8.0.1](ipfs-unixfs-exporter-v8.0.0...ipfs-unixfs-exporter-v8.0.1) (2022-08-16) ### Bug Fixes * update types import path and deps ([#248](#248)) ([2edd327](2edd327))
Configuration menu - View commit details
-
Copy full SHA for 2ac8556 - Browse repository at this point
Copy the full SHA 2ac8556View commit details
Commits on Aug 17, 2022
-
fix: parallelise loading of dag-pb links when exporting (#249)
A polishing of #237. Uses `it-parallel` to load a whole list of children of a DAG node in parallel rather than one at a time. Makes fetching large files much faster.
Configuration menu - View commit details
-
Copy full SHA for 862d63b - Browse repository at this point
Copy the full SHA 862d63bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 57659fc - Browse repository at this point
Copy the full SHA 57659fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c1b9f6 - Browse repository at this point
Copy the full SHA 4c1b9f6View commit details -
chore(release): 8.0.3 [skip ci]
## [ipfs-unixfs-exporter-v8.0.3](ipfs-unixfs-exporter-v8.0.2...ipfs-unixfs-exporter-v8.0.3) (2022-08-17) ### Bug Fixes * handle empty files again ([4c1b9f6](4c1b9f6))
Configuration menu - View commit details
-
Copy full SHA for 45a80ee - Browse repository at this point
Copy the full SHA 45a80eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for eeeda23 - Browse repository at this point
Copy the full SHA eeeda23View commit details -
chore(release): 8.0.4 [skip ci]
## [ipfs-unixfs-exporter-v8.0.4](ipfs-unixfs-exporter-v8.0.3...ipfs-unixfs-exporter-v8.0.4) (2022-08-17) ### Bug Fixes * yield buf after reading length to make it safe to use with worker transfer ([eeeda23](eeeda23))
Configuration menu - View commit details
-
Copy full SHA for 37948eb - Browse repository at this point
Copy the full SHA 37948ebView commit details
Commits on Aug 23, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 47f3d5a - Browse repository at this point
Copy the full SHA 47f3d5aView commit details
Commits on Aug 31, 2022
-
fix: specify return type of the importer to generate correct types (#251
) If we don't to this, we end up importing deep paths from `unixfs` in the generated types which aren't in the exports map so fail when people are compiling their dependencies. Fixes #214
Configuration menu - View commit details
-
Copy full SHA for 3343366 - Browse repository at this point
Copy the full SHA 3343366View commit details -
Configuration menu - View commit details
-
Copy full SHA for e409fc4 - Browse repository at this point
Copy the full SHA e409fc4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99a830d - Browse repository at this point
Copy the full SHA 99a830dView commit details
Commits on Sep 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ba851f6 - Browse repository at this point
Copy the full SHA ba851f6View commit details
Commits on Sep 21, 2022
-
fix: prevent OOM on very deep DAGs (#253)
Refactor exporting files to use a queue instead of recursion to walk the DAG. The queue exectutes on a new stack so we won't run out of memory when traversing very deep DAGs.
Configuration menu - View commit details
-
Copy full SHA for 62494bf - Browse repository at this point
Copy the full SHA 62494bfView commit details -
chore(release): 8.0.6 [skip ci]
## [ipfs-unixfs-exporter-v8.0.6](ipfs-unixfs-exporter-v8.0.5...ipfs-unixfs-exporter-v8.0.6) (2022-09-21) ### Bug Fixes * prevent OOM on very deep DAGs ([#253](#253)) ([62494bf](62494bf))
Configuration menu - View commit details
-
Copy full SHA for a5b9cad - Browse repository at this point
Copy the full SHA a5b9cadView commit details
Commits on Oct 19, 2022
-
deps!: update multiformats to 10.x.x and all @ipld/* modules (#265)
Also updates uint8arrays and all the it-* deps. BREAKING CHANGE: CIDs returned are instances from `multiformats@10.x.x` and not `multiformats@9.x.x`
Configuration menu - View commit details
-
Copy full SHA for 7a12568 - Browse repository at this point
Copy the full SHA 7a12568View commit details -
chore(release): 8.0.0 [skip ci]
## [ipfs-unixfs-v8.0.0](ipfs-unixfs-v7.0.0...ipfs-unixfs-v8.0.0) (2022-10-19) ### ⚠ BREAKING CHANGES * CIDs returned are instances from `multiformats@10.x.x` and not `multiformats@9.x.x` ### Dependencies * update multiformats to 10.x.x and all @ipld/* modules ([#265](#265)) ([7a12568](7a12568))
Configuration menu - View commit details
-
Copy full SHA for 0f144f6 - Browse repository at this point
Copy the full SHA 0f144f6View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff ipfs-unixfs-v7.0.0...ipfs-unixfs-v8.0.0