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-v6.0.7
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-v6.0.8
Choose a head ref
  • 12 commits
  • 13 files changed
  • 4 contributors

Commits on Apr 26, 2022

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

    ## [ipfs-unixfs-importer-v9.0.7](ipfs-unixfs-importer-v9.0.6...ipfs-unixfs-importer-v9.0.7) (2022-04-26)
    
    ### Bug Fixes
    
    * do not add metadata to leaves ([#193](#193)) ([f5d3a67](f5d3a67))
    * don't split paths on `^` characters ([#192](#192)) ([9a69908](9a69908))
    
    ### Trivial Changes
    
    * switch to auto-release ([#208](#208)) ([99386e6](99386e6))
    * switch to gh actions ([#175](#175)) ([395852b](395852b))
    * update readmes ([#188](#188)) ([273a141](273a141))
    semantic-release-bot committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    2a6eff2 View commit details
    Browse the repository at this point in the history
  2. chore(release): 7.0.7 [skip ci]

    ## [ipfs-unixfs-exporter-v7.0.7](ipfs-unixfs-exporter-v7.0.6...ipfs-unixfs-exporter-v7.0.7) (2022-04-26)
    
    ### Bug Fixes
    
    * do not add metadata to leaves ([#193](#193)) ([f5d3a67](f5d3a67))
    
    ### Trivial Changes
    
    * switch to auto-release ([#208](#208)) ([99386e6](99386e6))
    * update readmes ([#188](#188)) ([273a141](273a141))
    semantic-release-bot committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    775a2dd View commit details
    Browse the repository at this point in the history

Commits on May 4, 2022

  1. fix: metadata on small files without raw leaves (#212)

    A file with metadata and without raw leaves should have the metadata preserved when the single leaf node is collapse to a root node.
    achingbrain authored May 4, 2022
    Configuration menu
    Copy the full SHA
    bef09cd View commit details
    Browse the repository at this point in the history
  2. chore(release): 9.0.8 [skip ci]

    ## [ipfs-unixfs-importer-v9.0.8](ipfs-unixfs-importer-v9.0.7...ipfs-unixfs-importer-v9.0.8) (2022-05-04)
    
    ### Bug Fixes
    
    * metadata on small files without raw leaves ([#212](#212)) ([bef09cd](bef09cd))
    semantic-release-bot committed May 4, 2022
    Configuration menu
    Copy the full SHA
    6e7cf63 View commit details
    Browse the repository at this point in the history
  3. chore(release): 7.0.8 [skip ci]

    ## [ipfs-unixfs-exporter-v7.0.8](ipfs-unixfs-exporter-v7.0.7...ipfs-unixfs-exporter-v7.0.8) (2022-05-04)
    
    ### Bug Fixes
    
    * metadata on small files without raw leaves ([#212](#212)) ([bef09cd](bef09cd))
    semantic-release-bot committed May 4, 2022
    Configuration menu
    Copy the full SHA
    bb3a353 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2022

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

Commits on May 27, 2022

  1. chore: bump sinon from 11.1.2 to 14.0.0 (#213)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 27, 2022
    Configuration menu
    Copy the full SHA
    5ab15c1 View commit details
    Browse the repository at this point in the history
  2. chore: bump lerna from 4.0.0 to 5.0.0 (#217)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 27, 2022
    Configuration menu
    Copy the full SHA
    8ed6e40 View commit details
    Browse the repository at this point in the history
  3. chore: bump @ipld/dag-cbor from 6.0.15 to 7.0.2 (#216)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 27, 2022
    Configuration menu
    Copy the full SHA
    daeb686 View commit details
    Browse the repository at this point in the history
  4. chore(release): 7.0.9 [skip ci]

    ## [ipfs-unixfs-exporter-v7.0.9](ipfs-unixfs-exporter-v7.0.8...ipfs-unixfs-exporter-v7.0.9) (2022-05-27)
    
    ### Trivial Changes
    
    * bump @ipld/dag-cbor from 6.0.15 to 7.0.2 ([#216](#216)) ([daeb686](daeb686))
    * bump sinon from 11.1.2 to 14.0.0 ([#213](#213)) ([5ab15c1](5ab15c1))
    semantic-release-bot committed May 27, 2022
    Configuration menu
    Copy the full SHA
    f119eb4 View commit details
    Browse the repository at this point in the history
  5. fix: update deps (#220)

    Update interface-blockstore deps and remove @types/mocha as we don't need it.
    achingbrain authored May 27, 2022
    Configuration menu
    Copy the full SHA
    08e851e View commit details
    Browse the repository at this point in the history
  6. chore(release): 6.0.8 [skip ci]

    ## [ipfs-unixfs-v6.0.8](ipfs-unixfs-v6.0.7...ipfs-unixfs-v6.0.8) (2022-05-27)
    
    ### Bug Fixes
    
    * update deps ([#220](#220)) ([08e851e](08e851e))
    semantic-release-bot committed May 27, 2022
    Configuration menu
    Copy the full SHA
    a8f5ca3 View commit details
    Browse the repository at this point in the history
Loading