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: [email protected]
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: [email protected]
Choose a head ref
  • 8 commits
  • 74 files changed
  • 2 contributors

Commits on Jul 16, 2021

  1. chore: update multiformats (#160)

    Let's force update multiformats. Well, I know in theory this is not needed but skypack does not do a good job with getting latest releases sometimes: https://codepen.io/vascosantos/pen/abWWbJe?editors=0011
    
    ![image](https://user-images.githubusercontent.com/7295071/125923376-15dcbbca-1d09-4199-abd6-48143ffa8752.png)
    
    Currently this module does not work in skypack, but I would like to see if multiformats/js-multiformats#105 also fixes it.
    
    Co-authored-by: Alex Potsides <[email protected]>
    vasco-santos and achingbrain authored Jul 16, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    5029ef0 View commit details
  2. Copy the full SHA
    77405d7 View commit details
  3. Copy the full SHA
    84ecce0 View commit details

Commits on Aug 3, 2021

  1. fix: update import types (#164)

    This module supports more than just `AsyncIterable<Uint8Array>`
    achingbrain authored Aug 3, 2021
    Copy the full SHA
    0bb612d View commit details
  2. Copy the full SHA
    532a15b View commit details

Commits on Aug 19, 2021

  1. chore: switch to ESM (#161)

    Switches the codebase to ESM and exports ESM and CJS code. The main goal is to enable ipfs-unixfs to be built on next generation bundlers like skypack: codepen.io/vascosantos/pen/NWjaYqP?editors=0011 This is a problem that has not been fixed in skypack yet. More details: skypackjs/skypack-cdn#171
    
    Given we will need to export ESM and we will, let's get this to circumvent the issue.
    
    We also need to manually change the generated protobuf code due to protobufjs/protobuf.js#1230
    
    BREAKING CHANGE: ./src/dir-sharded is not in the exports map so cannot be imported
    
    Co-authored-by: Alex Potsides <[email protected]>
    vasco-santos and achingbrain committed Aug 19, 2021
    Copy the full SHA
    819267f View commit details
  2. Copy the full SHA
    063691d View commit details
  3. Copy the full SHA
    2ea467f View commit details
Loading