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.6
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.7
Choose a head ref
  • 10 commits
  • 36 files changed
  • 3 contributors

Commits on Sep 14, 2021

  1. chore: switch to gh actions (#175)

    Test on gh actions, publish RC on change to master.
    achingbrain authored Sep 14, 2021
    Configuration menu
    Copy the full SHA
    395852b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8f0ca3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e298f03 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2fb905a View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2021

  1. chore: update job names

    achingbrain committed Sep 15, 2021
    Configuration menu
    Copy the full SHA
    07f244a View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2021

  1. docs: update readmes (#188)

    Use ESM in docs and remove references to ipld and replace with blockstores.
    achingbrain authored Dec 17, 2021
    Configuration menu
    Copy the full SHA
    273a141 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2022

  1. fix: do not add metadata to leaves (#193)

    When an imported file is big enough to need leaf nodes, and that
    file is imported with metadata, we should only add that metadata
    to the root of the file DAG and not to every leaf in the graph.
    achingbrain authored Feb 4, 2022
    Configuration menu
    Copy the full SHA
    f5d3a67 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2022

  1. fix: don't split paths on ^ characters (#192)

    * fix: don't split paths on `^` characters
    
    * chore: add unit tests for toPathComponents util fn
    
    * chore: fix lint issues
    yusefnapora authored Apr 12, 2022
    Configuration menu
    Copy the full SHA
    9a69908 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2022

  1. chore: switch to auto-release (#208)

    Reconfigures project to use semantic-release for releases
    achingbrain authored Apr 26, 2022
    Configuration menu
    Copy the full SHA
    99386e6 View commit details
    Browse the repository at this point in the history
  2. chore(release): 6.0.7 [skip ci]

    ## [ipfs-unixfs-v6.0.7](ipfs-unixfs-v6.0.6...ipfs-unixfs-v6.0.7) (2022-04-26)
    
    ### 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
    26e3839 View commit details
    Browse the repository at this point in the history
Loading