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-ipns
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v9.0.0
Choose a base ref
...
head repository: ipfs/js-ipns
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v9.1.0
Choose a head ref
  • 6 commits
  • 5 files changed
  • 7 contributors

Commits on Jan 31, 2024

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

Commits on Mar 21, 2024

  1. Configuration menu
    Copy the full SHA
    0c5f3e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46a2b72 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e933496 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. feat: change default TTL and add support for custom TTL (#1) (#308)

    - Changes the Default TTL to the suggested default of 1 hour per the ipns-record [spec](https://specs.ipfs.tech/ipns/ipns-record/#ttl-uint64)
    - Allows for a custom TTL to be passed
    
    Fixes #310
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: semantic-release-bot <semantic-release-bot@martynus.net>
    Co-authored-by: Alex Potsides <alex@achingbrain.net>
    Co-authored-by: Daniel Norman <1992255+2color@users.noreply.github.com>
    5 people authored Apr 2, 2024
    1 Configuration menu
    Copy the full SHA
    d647529 View commit details
    Browse the repository at this point in the history
  2. chore(release): 9.1.0 [skip ci]

    ## [9.1.0](v9.0.0...v9.1.0) (2024-04-02)
    
    ### Features
    
    * change default TTL and add support for custom TTL ([#1](#1)) ([#308](#308)) ([d647529](d647529)), closes [/specs.ipfs.tech/ipns/ipns-record/#ttl-uint64](https://github.com/ipfs//specs.ipfs.tech/ipns/ipns-record//issues/ttl-uint64) [#310](#310)
    
    ### Trivial Changes
    
    * add or force update .github/workflows/js-test-and-release.yml ([#311](#311)) ([0c5f3e1](0c5f3e1))
    * add or force update .github/workflows/js-test-and-release.yml ([#312](#312)) ([46a2b72](46a2b72))
    * add or force update .github/workflows/js-test-and-release.yml ([#313](#313)) ([e933496](e933496))
    * Update .github/workflows/stale.yml [skip ci] ([16e0e10](16e0e10))
    semantic-release-bot committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    e0f08aa View commit details
    Browse the repository at this point in the history
Loading