-
Notifications
You must be signed in to change notification settings - Fork 15
Comparing changes
Open a pull request
base repository: ipfs/js-stores
base: interface-blockstore-tests-v5.0.1
head repository: ipfs/js-stores
compare: interface-blockstore-tests-v6.0.0
- 15 commits
- 14 files changed
- 4 contributors
Commits on Mar 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 44170cf - Browse repository at this point
Copy the full SHA 44170cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6660830 - Browse repository at this point
Copy the full SHA 6660830View commit details -
feat: allow extending store method options (#193)
To allow for extra options like progress handlers, add generic types for extending the options types passed to the various store methods. They are all defaulted to an empty interface (e.g. no extension) so this is a non-breaking change.
Configuration menu - View commit details
-
Copy full SHA for 007e8ac - Browse repository at this point
Copy the full SHA 007e8acView commit details -
chore(release): 4.1.0 [skip ci]
## [interface-store-v4.1.0](interface-store-v4.0.0...interface-store-v4.1.0) (2023-03-15) ### Features * allow extending store method options ([#193](#193)) ([007e8ac](007e8ac))
Configuration menu - View commit details
-
Copy full SHA for 5ed90c4 - Browse repository at this point
Copy the full SHA 5ed90c4View commit details -
chore(release): 5.1.0 [skip ci]
## [interface-blockstore-v5.1.0](interface-blockstore-v5.0.0...interface-blockstore-v5.1.0) (2023-03-15) ### Features * allow extending store method options ([#193](#193)) ([007e8ac](007e8ac))
Configuration menu - View commit details
-
Copy full SHA for e24ce0b - Browse repository at this point
Copy the full SHA e24ce0bView commit details -
chore(release): 8.1.0 [skip ci]
## [interface-datastore-v8.1.0](interface-datastore-v8.0.0...interface-datastore-v8.1.0) (2023-03-15) ### Features * allow extending store method options ([#193](#193)) ([007e8ac](007e8ac))
Configuration menu - View commit details
-
Copy full SHA for 9ad0ce5 - Browse repository at this point
Copy the full SHA 9ad0ce5View commit details
Commits on Mar 22, 2023
-
fix: make datastore batch commit option extension optional (#194)
This should be optional
Configuration menu - View commit details
-
Copy full SHA for 7bb6729 - Browse repository at this point
Copy the full SHA 7bb6729View commit details -
chore(release): 8.1.1 [skip ci]
## [interface-datastore-v8.1.1](interface-datastore-v8.1.0...interface-datastore-v8.1.1) (2023-03-22) ### Bug Fixes * make datastore batch commit option extension optional ([#194](#194)) ([7bb6729](7bb6729))
Configuration menu - View commit details
-
Copy full SHA for 40f500b - Browse repository at this point
Copy the full SHA 40f500bView commit details
Commits on Mar 23, 2023
-
fix!: return stream of pairs from getmany (#195)
To make the return value of getMany consistent with putMany and getAll, return a stream of pairs from the return type of getMany - this also allows decoupling of processing the output from the input since the output processor doesn't need any extra context since they get both the key and the value being returned. BREAKING CHANGE: the output of store.getMany is now a stream of pairs
Configuration menu - View commit details
-
Copy full SHA for 252bced - Browse repository at this point
Copy the full SHA 252bcedView commit details -
chore(release): 5.0.0 [skip ci]
## [interface-store-v5.0.0](interface-store-v4.1.0...interface-store-v5.0.0) (2023-03-23) ### ⚠ BREAKING CHANGES * the output of store.getMany is now a stream of pairs ### Bug Fixes * return stream of pairs from getmany ([#195](#195)) ([252bced](252bced))
Configuration menu - View commit details
-
Copy full SHA for 3d69492 - Browse repository at this point
Copy the full SHA 3d69492View commit details -
deps: update sibling dependencies
aegir[bot] committedMar 23, 2023 Configuration menu - View commit details
-
Copy full SHA for 7c84601 - Browse repository at this point
Copy the full SHA 7c84601View commit details -
chore(release): 5.1.1 [skip ci]
## [interface-blockstore-v5.1.1](interface-blockstore-v5.1.0...interface-blockstore-v5.1.1) (2023-03-23) ### Dependencies * update sibling dependencies ([7c84601](7c84601))
Configuration menu - View commit details
-
Copy full SHA for 9db13e0 - Browse repository at this point
Copy the full SHA 9db13e0View commit details -
fix: return key from put and put many (#196)
Otherwise if operating remotely we have the strange property of sending the data to be put once to the receiver and then again back to the sender.
Configuration menu - View commit details
-
Copy full SHA for dfc4697 - Browse repository at this point
Copy the full SHA dfc4697View commit details -
chore(release): 5.0.1 [skip ci]
## [interface-store-v5.0.1](interface-store-v5.0.0...interface-store-v5.0.1) (2023-03-23) ### Bug Fixes * return key from put and put many ([#196](#196)) ([dfc4697](dfc4697))
Configuration menu - View commit details
-
Copy full SHA for 060e74b - Browse repository at this point
Copy the full SHA 060e74bView commit details -
chore(release): 6.0.0 [skip ci]
## [interface-blockstore-tests-v6.0.0](interface-blockstore-tests-v5.0.1...interface-blockstore-tests-v6.0.0) (2023-03-23) ### ⚠ BREAKING CHANGES * the output of store.getMany is now a stream of pairs ### Bug Fixes * return key from put and put many ([#196](#196)) ([dfc4697](dfc4697)) * return stream of pairs from getmany ([#195](#195)) ([252bced](252bced))
Configuration menu - View commit details
-
Copy full SHA for 96958c0 - Browse repository at this point
Copy the full SHA 96958c0View 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-blockstore-tests-v5.0.1...interface-blockstore-tests-v6.0.0