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-stores
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: interface-blockstore-tests-v5.0.0
Choose a base ref
...
head repository: ipfs/js-stores
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: interface-blockstore-tests-v5.0.1
Choose a head ref
  • 5 commits
  • 7 files changed
  • 3 contributors

Commits on Mar 13, 2023

  1. chore(release): 8.0.0 [skip ci]

    ## [interface-datastore-v8.0.0](interface-datastore-v7.0.4...interface-datastore-v8.0.0) (2023-03-13)
    
    ### ⚠ BREAKING CHANGES
    
    * open/close/batch/query methods have been removed from store interface, query/batch added to datastore, getAll added to blockstore
    
    ### Features
    
    * simplify store interface, move query/batch to datastore, add getAll to blockstore ([#189](#189)) ([0b8f1a0](0b8f1a0))
    
    ### Dependencies
    
    * update sibling dependencies ([8f7928c](8f7928c))
    semantic-release-bot committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    0d01201 View commit details
    Browse the repository at this point in the history
  2. deps: update sibling dependencies

    aegir[bot] committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    5ac1112 View commit details
    Browse the repository at this point in the history
  3. chore(release): 4.0.0 [skip ci]

    ## [interface-datastore-tests-v4.0.0](interface-datastore-tests-v3.0.5...interface-datastore-tests-v4.0.0) (2023-03-13)
    
    ### ⚠ BREAKING CHANGES
    
    * open/close/batch/query methods have been removed from store interface, query/batch added to datastore, getAll added to blockstore
    
    ### Features
    
    * simplify store interface, move query/batch to datastore, add getAll to blockstore ([#189](#189)) ([0b8f1a0](0b8f1a0))
    
    ### Dependencies
    
    * update sibling dependencies ([5ac1112](5ac1112))
    semantic-release-bot committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    1d1079c View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. fix: rename test from blocks to getMany (#190)

    For consistency with the other tests that are named after the method they test.
    achingbrain authored Mar 14, 2023
    Configuration menu
    Copy the full SHA
    60e6c3f View commit details
    Browse the repository at this point in the history
  2. chore(release): 5.0.1 [skip ci]

    ## [interface-blockstore-tests-v5.0.1](interface-blockstore-tests-v5.0.0...interface-blockstore-tests-v5.0.1) (2023-03-14)
    
    ### Bug Fixes
    
    * rename test from blocks to getMany ([#190](#190)) ([60e6c3f](60e6c3f))
    semantic-release-bot committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    c1c6add View commit details
    Browse the repository at this point in the history
Loading