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-datastore-core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v8.0.4
Choose a base ref
...
head repository: ipfs/js-datastore-core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v9.0.3
Choose a head ref
  • 11 commits
  • 33 files changed
  • 4 contributors

Commits on Feb 1, 2023

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

Commits on Feb 8, 2023

  1. Configuration menu
    Copy the full SHA
    1619885 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 (#142)

    Co-authored-by: web3-bot <[email protected]>
    web3-bot and web3-bot authored Feb 23, 2023
    Configuration menu
    Copy the full SHA
    eb19c0f View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. feat!: update to latest datastore interface (#144)

    - Updates datastore interface
    - Open/close are no longer part of the interface
    - Converts this module to typescript
    - Updates all dependencies
    
    BREAKING CHANGE: update to latest datastore interface
    achingbrain authored Mar 13, 2023
    Configuration menu
    Copy the full SHA
    46059f1 View commit details
    Browse the repository at this point in the history
  2. chore(release): 9.0.0 [skip ci]

    ## [9.0.0](v8.0.4...v9.0.0) (2023-03-13)
    
    ### ⚠ BREAKING CHANGES
    
    * update to latest datastore interface
    
    ### Features
    
    * update to latest datastore interface ([#144](#144)) ([46059f1](46059f1))
    semantic-release-bot committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    e8d6902 View commit details
    Browse the repository at this point in the history
  3. fix: update project config (#145)

    Fixes readme badges, etc
    achingbrain authored Mar 13, 2023
    Configuration menu
    Copy the full SHA
    5bb5601 View commit details
    Browse the repository at this point in the history
  4. chore(release): 9.0.1 [skip ci]

    ## [9.0.1](v9.0.0...v9.0.1) (2023-03-13)
    
    ### Bug Fixes
    
    * update project config ([#145](#145)) ([5bb5601](5bb5601))
    semantic-release-bot committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    71439b9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    59081a7 View commit details
    Browse the repository at this point in the history
  6. chore(release): 9.0.2 [skip ci]

    ## [9.0.2](v9.0.1...v9.0.2) (2023-03-13)
    
    ### Bug Fixes
    
    * update shard creation ([59081a7](59081a7))
    semantic-release-bot committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    33bd252 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. fix: add error for db read failures (#146)

    This is different from a not-found error
    achingbrain authored Mar 14, 2023
    Configuration menu
    Copy the full SHA
    afab18a View commit details
    Browse the repository at this point in the history
  2. chore(release): 9.0.3 [skip ci]

    ## [9.0.3](v9.0.2...v9.0.3) (2023-03-14)
    
    ### Bug Fixes
    
    * add error for db read failures ([#146](#146)) ([afab18a](afab18a))
    semantic-release-bot committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    7b14de6 View commit details
    Browse the repository at this point in the history
Loading