-
Notifications
You must be signed in to change notification settings - Fork 32
Comparing changes
Open a pull request
base repository: ipfs/js-ipfs-unixfs
base: ipfs-unixfs-v11.1.0
head repository: ipfs/js-ipfs-unixfs
compare: ipfs-unixfs-v11.1.1
- 10 commits
- 8 files changed
- 3 contributors
Commits on Aug 25, 2023
-
chore(release): 15.2.0 [skip ci]
## [ipfs-unixfs-importer-v15.2.0](ipfs-unixfs-importer-v15.1.8...ipfs-unixfs-importer-v15.2.0) (2023-08-25) ### Features * add a shardFanoutBits option to the importer ([#355](#355)) ([da18ea6](da18ea6)), closes [/github.com/ipld/ipld/pull/296#issuecomment-1691532242](https://github.com/ipfs//github.com/ipld/ipld/pull/296/issues/issuecomment-1691532242)
Configuration menu - View commit details
-
Copy full SHA for 3eb0390 - Browse repository at this point
Copy the full SHA 3eb0390View commit details -
chore(release): 13.2.0 [skip ci]
## [ipfs-unixfs-exporter-v13.2.0](ipfs-unixfs-exporter-v13.1.7...ipfs-unixfs-exporter-v13.2.0) (2023-08-25) ### Features * add a shardFanoutBits option to the importer ([#355](#355)) ([da18ea6](da18ea6)), closes [/github.com/ipld/ipld/pull/296#issuecomment-1691532242](https://github.com/ipfs//github.com/ipld/ipld/pull/296/issues/issuecomment-1691532242)
Configuration menu - View commit details
-
Copy full SHA for f2fc563 - Browse repository at this point
Copy the full SHA f2fc563View commit details -
fix: add cross-impl shard test, fix path cleaner (#358)
Ref: ipfs/go-unixfsnode#66 The material change in here is the path cleaner/splitter; it's a bit too aggressive. It doesn't allow `\` as a file name and the `.trim()` discounts valid file names. Otherwise this is a match for ipfs/go-unixfsnode#66 and gets the same CID on importer, and tests the exporter can read the same data.
Configuration menu - View commit details
-
Copy full SHA for 00293b3 - Browse repository at this point
Copy the full SHA 00293b3View commit details -
chore(release): 15.2.1 [skip ci]
## [ipfs-unixfs-importer-v15.2.1](ipfs-unixfs-importer-v15.2.0...ipfs-unixfs-importer-v15.2.1) (2023-08-25) ### Bug Fixes * add cross-impl shard test, fix path cleaner ([#358](#358)) ([00293b3](00293b3))
Configuration menu - View commit details
-
Copy full SHA for df6d725 - Browse repository at this point
Copy the full SHA df6d725View commit details -
chore(release): 13.2.1 [skip ci]
## [ipfs-unixfs-exporter-v13.2.1](ipfs-unixfs-exporter-v13.2.0...ipfs-unixfs-exporter-v13.2.1) (2023-08-25) ### Bug Fixes * add cross-impl shard test, fix path cleaner ([#358](#358)) ([00293b3](00293b3))
Configuration menu - View commit details
-
Copy full SHA for 8a271b2 - Browse repository at this point
Copy the full SHA 8a271b2View commit details
Commits on Sep 20, 2023
-
deps(dev): bump sinon from 15.2.0 to 16.0.0 (#360)
Bumps [sinon](https://github.com/sinonjs/sinon) from 15.2.0 to 16.0.0. - [Release notes](https://github.com/sinonjs/sinon/releases) - [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md) - [Commits](sinonjs/sinon@v15.2.0...v16.0.0) --- updated-dependencies: - dependency-name: sinon dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 94db38d - Browse repository at this point
Copy the full SHA 94db38dView commit details -
chore(release): 13.2.2 [skip ci]
## [ipfs-unixfs-exporter-v13.2.2](ipfs-unixfs-exporter-v13.2.1...ipfs-unixfs-exporter-v13.2.2) (2023-09-20) ### Dependencies * **dev:** bump sinon from 15.2.0 to 16.0.0 ([#360](#360)) ([94db38d](94db38d))
Configuration menu - View commit details
-
Copy full SHA for 88d73a6 - Browse repository at this point
Copy the full SHA 88d73a6View commit details
Commits on Dec 28, 2023
-
deps: bump uint8arrays from 4.0.10 to 5.0.0 (#384)
Bumps [uint8arrays](https://github.com/achingbrain/uint8arrays) from 4.0.10 to 5.0.0. - [Release notes](https://github.com/achingbrain/uint8arrays/releases) - [Changelog](https://github.com/achingbrain/uint8arrays/blob/main/CHANGELOG.md) - [Commits](achingbrain/uint8arrays@v4.0.10...v5.0.0) --- updated-dependencies: - dependency-name: uint8arrays dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d547296 - Browse repository at this point
Copy the full SHA d547296View commit details -
deps: bump multiformats from 12.1.3 to 13.0.0 (#389)
Bumps [multiformats](https://github.com/multiformats/js-multiformats) from 12.1.3 to 13.0.0. - [Release notes](https://github.com/multiformats/js-multiformats/releases) - [Changelog](https://github.com/multiformats/js-multiformats/blob/master/CHANGELOG.md) - [Commits](multiformats/js-multiformats@v12.1.3...v13.0.0) --- updated-dependencies: - dependency-name: multiformats dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c0913c2 - Browse repository at this point
Copy the full SHA c0913c2View commit details -
chore(release): 11.1.1 [skip ci]
## [ipfs-unixfs-v11.1.1](ipfs-unixfs-v11.1.0...ipfs-unixfs-v11.1.1) (2023-12-28) ### Dependencies * bump uint8arrays from 4.0.10 to 5.0.0 ([#384](#384)) ([d547296](d547296))
Configuration menu - View commit details
-
Copy full SHA for af14b7e - Browse repository at this point
Copy the full SHA af14b7eView 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-v11.1.0...ipfs-unixfs-v11.1.1