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: afbcbc2
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: 14a8848
Choose a head ref
  • 16 commits
  • 20 files changed
  • 7 contributors

Commits on May 11, 2023

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

    ## [ipfs-unixfs-importer-v15.1.5](ipfs-unixfs-importer-v15.1.4...ipfs-unixfs-importer-v15.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
    85ec563 View commit details
    Browse the repository at this point in the history
  2. 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

Commits on Jul 14, 2023

  1. fix(chunker-rabin): types and errors are aligned (#341)

    * test(ipfs-unixfs-importer): chunker-rabin constructor empty args
    
    * fix(chunker-rabin): types and errors are aligned
    
    fixes #339
    
    * chore: pr-nit fix
    
    Co-authored-by: Nishant Arora <[email protected]>
    
    * chore: fix extra space from PR suggestion
    
    ---------
    
    Co-authored-by: Nishant Arora <[email protected]>
    SgtPooki and whizzzkid authored Jul 14, 2023
    Configuration menu
    Copy the full SHA
    df27ff0 View commit details
    Browse the repository at this point in the history
  2. chore(release): 15.1.7 [skip ci]

    ## [ipfs-unixfs-importer-v15.1.7](ipfs-unixfs-importer-v15.1.6...ipfs-unixfs-importer-v15.1.7) (2023-07-14)
    
    ### Bug Fixes
    
    * **chunker-rabin:** types and errors are aligned ([#341](#341)) ([df27ff0](df27ff0)), closes [#339](#339)
    semantic-release-bot committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    84f9bf7 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2023

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

Commits on Aug 14, 2023

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

Commits on Aug 24, 2023

  1. deps(dev): bump @types/readable-stream from 2.3.15 to 4.0.1 (#352)

    Bumps [@types/readable-stream](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/readable-stream) from 2.3.15 to 4.0.1.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/readable-stream)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/readable-stream"
      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 Aug 24, 2023
    Configuration menu
    Copy the full SHA
    61c2db6 View commit details
    Browse the repository at this point in the history
  2. deps(dev): bump aegir from 39.0.13 to 40.0.11 (#353)

    * deps(dev): bump aegir from 39.0.13 to 40.0.11
    
    Bumps [aegir](https://github.com/ipfs/aegir) from 39.0.13 to 40.0.11.
    - [Release notes](https://github.com/ipfs/aegir/releases)
    - [Changelog](https://github.com/ipfs/aegir/blob/master/CHANGELOG.md)
    - [Commits](ipfs/aegir@v39.0.13...v40.0.11)
    
    ---
    updated-dependencies:
    - dependency-name: aegir
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * chore: fix linting
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: achingbrain <[email protected]>
    dependabot[bot] and achingbrain authored Aug 24, 2023
    Configuration menu
    Copy the full SHA
    a61c620 View commit details
    Browse the repository at this point in the history
  3. deps: bump multiformats from 11.0.2 to 12.0.1 (#337)

    Bumps [multiformats](https://github.com/multiformats/js-multiformats) from 11.0.2 to 12.0.1.
    - [Release notes](https://github.com/multiformats/js-multiformats/releases)
    - [Changelog](https://github.com/multiformats/js-multiformats/blob/master/CHANGELOG.md)
    - [Commits](multiformats/js-multiformats@v11.0.2...v12.0.1)
    
    ---
    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>
    dependabot[bot] authored Aug 24, 2023
    Configuration menu
    Copy the full SHA
    b8b17d9 View commit details
    Browse the repository at this point in the history
  4. chore(release): 11.0.2 [skip ci]

    ## [ipfs-unixfs-v11.0.2](ipfs-unixfs-v11.0.1...ipfs-unixfs-v11.0.2) (2023-08-24)
    
    ### Dependencies
    
    * **dev:** bump aegir from 39.0.13 to 40.0.11 ([#353](#353)) ([a61c620](a61c620))
    semantic-release-bot committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    14a8848 View commit details
    Browse the repository at this point in the history
Loading