Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ipfs/js-ipfs-unixfs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ipfs-unixfs-11.2.5
Choose a base ref
...
head repository: ipfs/js-ipfs-unixfs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 10 commits
  • 10 files changed
  • 3 contributors

Commits on Jun 18, 2025

  1. chore(release): 13.6.6 [skip ci]

    ## [ipfs-unixfs-exporter-v13.6.6](ipfs-unixfs-exporter-13.6.5...ipfs-unixfs-exporter-13.6.6) (2025-06-18)
    
    ### Bug Fixes
    
    * constrain the unixfs type ([#435](#435)) ([7663b87](7663b87))
    semantic-release-bot committed Jun 18, 2025
    Configuration menu
    Copy the full SHA
    ce859ab View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2025

  1. Configuration menu
    Copy the full SHA
    93cb3d0 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2025

  1. feat: add 'extended' option to exporter (#437)

    To list directories without resolving the root node of each directory
    entry, add an `extended` option to the exporter.
    
    Defaults to `true` to preserve backwards compatibility.
    achingbrain authored Jul 30, 2025
    Configuration menu
    Copy the full SHA
    332a794 View commit details
    Browse the repository at this point in the history
  2. chore(release): 13.7.0 [skip ci]

    ## [ipfs-unixfs-exporter-v13.7.0](ipfs-unixfs-exporter-13.6.6...ipfs-unixfs-exporter-13.7.0) (2025-07-30)
    
    ### Features
    
    * add 'extended' option to exporter ([#437](#437)) ([332a794](332a794))
    semantic-release-bot committed Jul 30, 2025
    Configuration menu
    Copy the full SHA
    5a916ab View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2025

  1. fix: add option to export non-extended unixfs (#438)

    Adds overrides for non-extended exports
    achingbrain authored Jul 31, 2025
    Configuration menu
    Copy the full SHA
    c9a9bf4 View commit details
    Browse the repository at this point in the history
  2. chore(release): 13.7.1 [skip ci]

    ## [ipfs-unixfs-exporter-v13.7.1](ipfs-unixfs-exporter-13.7.0...ipfs-unixfs-exporter-13.7.1) (2025-07-31)
    
    ### Bug Fixes
    
    * add option to export non-extended unixfs ([#438](#438)) ([c9a9bf4](c9a9bf4))
    semantic-release-bot committed Jul 31, 2025
    Configuration menu
    Copy the full SHA
    9509fb7 View commit details
    Browse the repository at this point in the history
  3. fix: add extended to default exporter options (#439)

    Otherwise we can't pass true or undefined.
    achingbrain authored Jul 31, 2025
    Configuration menu
    Copy the full SHA
    278aea4 View commit details
    Browse the repository at this point in the history
  4. chore(release): 13.7.2 [skip ci]

    ## [ipfs-unixfs-exporter-v13.7.2](ipfs-unixfs-exporter-13.7.1...ipfs-unixfs-exporter-13.7.2) (2025-07-31)
    
    ### Bug Fixes
    
    * add extended to default exporter options ([#439](#439)) ([278aea4](278aea4))
    semantic-release-bot committed Jul 31, 2025
    Configuration menu
    Copy the full SHA
    e3fbc96 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2025

  1. fix: export basic file from dir or shard (#440)

    Fixes a bug whereby when exporting a deep path to a file within a
    directory or shard, the returned entry had the CID of the containing
    folder rather than the target file.
    achingbrain authored Aug 12, 2025
    Configuration menu
    Copy the full SHA
    b8d33de View commit details
    Browse the repository at this point in the history
  2. chore(release): 13.7.3 [skip ci]

    ## [ipfs-unixfs-exporter-v13.7.3](ipfs-unixfs-exporter-13.7.2...ipfs-unixfs-exporter-13.7.3) (2025-08-12)
    
    ### Bug Fixes
    
    * export basic file from dir or shard ([#440](#440)) ([b8d33de](b8d33de))
    semantic-release-bot committed Aug 12, 2025
    Configuration menu
    Copy the full SHA
    7f15baf View commit details
    Browse the repository at this point in the history
Loading