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-importer-v15.1.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: ipfs-unixfs-importer-v15.1.6
Choose a head ref
  • 7 commits
  • 6 files changed
  • 4 contributors

Commits on May 11, 2023

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

    ## [ipfs-unixfs-exporter-v13.1.5](ipfs-unixfs-exporter-v13.1.4...ipfs-unixfs-exporter-v13.1.5) (2023-05-11)
    
    ### Dependencies
    
    * **dev:** bump aegir from 38.1.8 to 39.0.6 ([#326](#326)) ([a32453b](a32453b))
    semantic-release-bot committed May 11, 2023
    Configuration menu
    Copy the full SHA
    db85c98 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

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

Commits on Jun 28, 2023

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

Commits on Jun 30, 2023

  1. deps(dev): bump delay from 5.0.0 to 6.0.0 (#334)

    Bumps [delay](https://github.com/sindresorhus/delay) from 5.0.0 to 6.0.0.
    - [Release notes](https://github.com/sindresorhus/delay/releases)
    - [Commits](sindresorhus/delay@v5.0.0...v6.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: delay
      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>
    dependabot[bot] authored Jun 30, 2023
    Configuration menu
    Copy the full SHA
    e3a1cb1 View commit details
    Browse the repository at this point in the history
  2. chore(release): 13.1.6 [skip ci]

    ## [ipfs-unixfs-exporter-v13.1.6](ipfs-unixfs-exporter-v13.1.5...ipfs-unixfs-exporter-v13.1.6) (2023-06-30)
    
    ### Dependencies
    
    * **dev:** bump delay from 5.0.0 to 6.0.0 ([#334](#334)) ([e3a1cb1](e3a1cb1))
    semantic-release-bot committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    df6aea8 View commit details
    Browse the repository at this point in the history
  3. fix: add optional type for file candidate data (#340)

    Where we know the type of content to be imported ahead of time
    (e.g. a Uint8Array or a stream, not both), it can be helpful to
    specify that type, so make `FileCandidate` generic to allow this.
    
    Defaults it to the previous `ImportContent` value so this is
    non-breaking.
    achingbrain authored Jun 30, 2023
    Configuration menu
    Copy the full SHA
    ac3d176 View commit details
    Browse the repository at this point in the history
  4. chore(release): 15.1.6 [skip ci]

    ## [ipfs-unixfs-importer-v15.1.6](ipfs-unixfs-importer-v15.1.5...ipfs-unixfs-importer-v15.1.6) (2023-06-30)
    
    ### Bug Fixes
    
    * add optional type for file candidate data ([#340](#340)) ([ac3d176](ac3d176))
    semantic-release-bot committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    3a9f97a View commit details
    Browse the repository at this point in the history
Loading