Skip to content

Commit 1b2534a

Browse files
chore(release): 15.0.0 [skip ci]
## [ipfs-unixfs-exporter-v15.0.0](ipfs-unixfs-exporter-14.0.2...ipfs-unixfs-exporter-15.0.0) (2026-01-10) ### ⚠ BREAKING CHANGES * call `walkPath` first to resolve a path, then `exporter` to export a DAG ### Features * yield HAMT sub-shards from walkPath, make export not walk path ([#450](#450)) ([c06f023](c06f023))
1 parent c06f023 commit 1b2534a

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

packages/ipfs-unixfs-exporter/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [ipfs-unixfs-exporter-v15.0.0](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-exporter-14.0.2...ipfs-unixfs-exporter-15.0.0) (2026-01-10)
2+
3+
### ⚠ BREAKING CHANGES
4+
5+
* call `walkPath` first to resolve a path, then `exporter` to export a DAG
6+
7+
### Features
8+
9+
* yield HAMT sub-shards from walkPath, make export not walk path ([#450](https://github.com/ipfs/js-ipfs-unixfs/issues/450)) ([c06f023](https://github.com/ipfs/js-ipfs-unixfs/commit/c06f0231fcac37b7798b35078d9d59d6139ef67a))
10+
111
## [ipfs-unixfs-exporter-v14.0.2](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-exporter-14.0.1...ipfs-unixfs-exporter-14.0.2) (2025-12-10)
212

313
### Bug Fixes

packages/ipfs-unixfs-exporter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-unixfs-exporter",
3-
"version": "14.0.2",
3+
"version": "15.0.0",
44
"description": "JavaScript implementation of the UnixFs exporter used by IPFS",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/ipfs/js-ipfs-unixfs/tree/main/packages/ipfs-unixfs-exporter#readme",

0 commit comments

Comments
 (0)