-
Notifications
You must be signed in to change notification settings - Fork 18
Comparing changes
Open a pull request
base repository: ipfs/js-stores
base: interface-datastore-v7.0.4
head repository: ipfs/js-stores
compare: interface-datastore-v8.0.0
- 13 commits
- 18 files changed
- 4 contributors
Commits on Jan 30, 2023
-
chore(release): 3.0.5 [skip ci]
## [interface-datastore-tests-v3.0.5](interface-datastore-tests-v3.0.4...interface-datastore-tests-v3.0.5) (2023-01-30) ### Dependencies * bump aegir from 37.12.1 to 38.1.0 ([#184](#184)) ([c8ab418](c8ab418))
Configuration menu - View commit details
-
Copy full SHA for 62aaee2 - Browse repository at this point
Copy the full SHA 62aaee2View commit details
Commits on Feb 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9ee6074 - Browse repository at this point
Copy the full SHA 9ee6074View commit details
Commits on Feb 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for dde8524 - Browse repository at this point
Copy the full SHA dde8524View commit details
Commits on Mar 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d55ad7c - Browse repository at this point
Copy the full SHA d55ad7cView commit details
Commits on Mar 13, 2023
-
fix: open and close blockstore during interface tests (#188)
Store needs to be opened and closed.
Configuration menu - View commit details
-
Copy full SHA for a61a54b - Browse repository at this point
Copy the full SHA a61a54bView commit details -
chore(release): 4.0.2 [skip ci]
## [interface-blockstore-tests-v4.0.2](interface-blockstore-tests-v4.0.1...interface-blockstore-tests-v4.0.2) (2023-03-13) ### Bug Fixes * open and close blockstore during interface tests ([#188](#188)) ([a61a54b](a61a54b))
Configuration menu - View commit details
-
Copy full SHA for 54f3eee - Browse repository at this point
Copy the full SHA 54f3eeeView commit details -
feat!: simplify store interface, move query/batch to datastore, add g…
…etAll to blockstore (#189) - Removes open/close from store as not every implementation needs them - Removes query from store as it doesn't make sense for blockstores - Removes batch from store as storing blocks in memory before writing is a bad idea - Adds query/batch to datastore interface - Adds getAll to blockstore interface - Converts datastore tests to typescript - Improves typing of datastore/blockstore tests to allow setup/teardown to recieve the right store type to open/close, etc - Blockstore pair is now `{ cid, block }` instead of `{ key, value }` BREAKING CHANGE: open/close/batch/query methods have been removed from store interface, query/batch added to datastore, getAll added to blockstore
Configuration menu - View commit details
-
Copy full SHA for 0b8f1a0 - Browse repository at this point
Copy the full SHA 0b8f1a0View commit details -
chore(release): 4.0.0 [skip ci]
## [interface-store-v4.0.0](interface-store-v3.0.4...interface-store-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))
Configuration menu - View commit details
-
Copy full SHA for 756cc83 - Browse repository at this point
Copy the full SHA 756cc83View commit details -
deps: update sibling dependencies
aegir[bot] committedMar 13, 2023 Configuration menu - View commit details
-
Copy full SHA for 8f7928c - Browse repository at this point
Copy the full SHA 8f7928cView commit details -
chore(release): 5.0.0 [skip ci]
## [interface-blockstore-v5.0.0](interface-blockstore-v4.0.1...interface-blockstore-v5.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))
Configuration menu - View commit details
-
Copy full SHA for 9c25d3f - Browse repository at this point
Copy the full SHA 9c25d3fView commit details -
deps: update sibling dependencies
aegir[bot] committedMar 13, 2023 Configuration menu - View commit details
-
Copy full SHA for 9adf0bc - Browse repository at this point
Copy the full SHA 9adf0bcView commit details -
chore(release): 5.0.0 [skip ci]
## [interface-blockstore-tests-v5.0.0](interface-blockstore-tests-v4.0.2...interface-blockstore-tests-v5.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 ([9adf0bc](9adf0bc))
Configuration menu - View commit details
-
Copy full SHA for 44b12bd - Browse repository at this point
Copy the full SHA 44b12bdView commit details -
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))
Configuration menu - View commit details
-
Copy full SHA for 0d01201 - Browse repository at this point
Copy the full SHA 0d01201View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff interface-datastore-v7.0.4...interface-datastore-v8.0.0