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: ChainSafe/js-libp2p-noise
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.0.3
Choose a base ref
...
head repository: ChainSafe/js-libp2p-noise
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.0.0
Choose a head ref
  • 9 commits
  • 40 files changed
  • 3 contributors

Commits on Mar 15, 2022

  1. feat: update to new libp2p interfaces

    Updates this module to use the `@libp2p/*` set of modules as part
    of the typescript port.
    
    - Renames imports to add .js suffix
    - Renames bundled `@types/*.d.ts` to `@types/*.ts` because tsc ignores `.d.ts` which masks errors
    - Updates project config to output ESM instead of CJS code
    - Updates all deps to lastest versions including ones that have gone ESM-only
    - Re-generates protobuf code with the ES6 target
    
    N.b. `pbjs` generates invalid imports for bundler-less ESM - the `.js` suffix
    has to be added to the import manually so it's best not rebuild the protobuf
    generated code unless you know something has changed.
    
    BREAKING CHANGE: This module now outputs ESM code only
    achingbrain committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    c458806 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4fca780 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3dc97bd View commit details
    Browse the repository at this point in the history
  4. chore: build before test

    achingbrain committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    93b1c16 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e78bfd9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c04e40d View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2022

  1. Merge pull request #134 from achingbrain/feat/update-to-new-interface…

    …s-and-esm
    
    feat: update to new libp2p interfaces
    mpetrunic authored Mar 16, 2022
    Configuration menu
    Copy the full SHA
    732e468 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2022

  1. Release v6.0.0

    mpetrunic committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    7cb39ee View commit details
    Browse the repository at this point in the history
  2. Merge pull request #135 from ChainSafe/release-6.0.0

    Release v6.0.0
    mpetrunic authored Mar 17, 2022
    Configuration menu
    Copy the full SHA
    fe1ea66 View commit details
    Browse the repository at this point in the history
Loading