Skip to content
This repository was archived by the owner on Mar 23, 2023. It is now read-only.
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-blockstore-core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.0
Choose a base ref
...
head repository: ipfs/js-blockstore-core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.0.0
Choose a head ref
  • 5 commits
  • 13 files changed
  • 4 contributors

Commits on Feb 1, 2023

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

Commits on Feb 8, 2023

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

Commits on Feb 23, 2023

  1. update .github/workflows/js-test-and-release.yml (#68)

    Co-authored-by: web3-bot <web3-bot@users.noreply.github.com>
    web3-bot and web3-bot authored Feb 23, 2023
    Configuration menu
    Copy the full SHA
    f2ca76f View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. feat!: update to latest blockstore interface (#70)

    The latest blockstore interface has the datastore-specific methods removed and an extra method added for iterating over the contents of the blockstore.
    
    Also converts this module to typescript and updates all deps.x
    
    BREAKING CHANGE: `interface-blockstore@5` removes query/batch methods and adds getAll
    achingbrain authored Mar 13, 2023
    Configuration menu
    Copy the full SHA
    273397d View commit details
    Browse the repository at this point in the history
  2. chore(release): 4.0.0 [skip ci]

    ## [4.0.0](v3.0.0...v4.0.0) (2023-03-13)
    
    ### ⚠ BREAKING CHANGES
    
    * `interface-blockstore@5` removes query/batch methods and adds getAll
    
    ### Features
    
    * update to latest blockstore interface ([#70](#70)) ([273397d](273397d))
    semantic-release-bot committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    234b835 View commit details
    Browse the repository at this point in the history
Loading