-
Notifications
You must be signed in to change notification settings - Fork 18
Comparing changes
Open a pull request
base repository: ipfs/js-stores
base: blockstore-core-4.4.1
head repository: ipfs/js-stores
compare: blockstore-core-5.0.0
- 16 commits
- 56 files changed
- 3 contributors
Commits on Apr 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f14c824 - Browse repository at this point
Copy the full SHA f14c824View commit details -
Configuration menu - View commit details
-
Copy full SHA for 81a54e7 - Browse repository at this point
Copy the full SHA 81a54e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 92d5933 - Browse repository at this point
Copy the full SHA 92d5933View commit details
Commits on Aug 1, 2024
-
deps(dev): bump sinon from 17.0.2 to 18.0.0 (#308)
Bumps [sinon](https://github.com/sinonjs/sinon) from 17.0.2 to 18.0.0. - [Release notes](https://github.com/sinonjs/sinon/releases) - [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md) - [Commits](sinonjs/sinon@v17.0.2...v18.0.0) --- updated-dependencies: - dependency-name: sinon dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0fbfe11 - Browse repository at this point
Copy the full SHA 0fbfe11View commit details -
deps: bump it-glob from 2.0.7 to 3.0.1 (#306)
Bumps [it-glob](https://github.com/achingbrain/it) from 2.0.7 to 3.0.1. - [Release notes](https://github.com/achingbrain/it/releases) - [Commits](achingbrain/it@it-glob-2.0.7...it-glob-3.0.1) --- updated-dependencies: - dependency-name: it-glob dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8f6313f - Browse repository at this point
Copy the full SHA 8f6313fView commit details -
chore(release): 1.1.11 [skip ci]
## blockstore-fs [1.1.11](blockstore-fs-1.1.10...blockstore-fs-1.1.11) (2024-08-01) ### Dependencies * bump it-glob from 2.0.7 to 3.0.1 ([#306](#306)) ([8f6313f](8f6313f))
Configuration menu - View commit details
-
Copy full SHA for 3c15bbf - Browse repository at this point
Copy the full SHA 3c15bbfView commit details -
chore(release): 1.0.16 [skip ci]
## blockstore-s3 [1.0.16](blockstore-s3-1.0.15...blockstore-s3-1.0.16) (2024-08-01) ### Dependencies * **dev:** bump sinon from 17.0.2 to 18.0.0 ([#308](#308)) ([0fbfe11](0fbfe11))
Configuration menu - View commit details
-
Copy full SHA for 9a62492 - Browse repository at this point
Copy the full SHA 9a62492View commit details -
chore(release): 9.1.9 [skip ci]
## datastore-fs [9.1.9](datastore-fs-9.1.8...datastore-fs-9.1.9) (2024-08-01) ### Dependencies * bump it-glob from 2.0.7 to 3.0.1 ([#306](#306)) ([8f6313f](8f6313f))
Configuration menu - View commit details
-
Copy full SHA for e860279 - Browse repository at this point
Copy the full SHA e860279View commit details -
chore(release): 11.1.12 [skip ci]
## datastore-s3 [11.1.12](datastore-s3-11.1.11...datastore-s3-11.1.12) (2024-08-01) ### Dependencies * **dev:** bump sinon from 17.0.2 to 18.0.0 ([#308](#308)) ([0fbfe11](0fbfe11))
Configuration menu - View commit details
-
Copy full SHA for 7877a67 - Browse repository at this point
Copy the full SHA 7877a67View commit details
Commits on Aug 2, 2024
-
feat!: use
.name
property for errors instead of.code
(#315)Refactors thrown errors to have a `.name` property that describes the type of error, e.g. `NotFoundError` instead of a `.code` property like `ERR_NOT_FOUND`. This is more ideomatic JavaScript as `.code` is largely inherited from errors thrown by Node.js's fs module whereas `.name` reflects the [function (e.g. constructor) name](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function/name) of the error. Also removes the `err-code` dependency which is another CJS dep down. BREAKING CHANGE: To detect the type of error thrown, use `.name` instead of `.code`
Configuration menu - View commit details
-
Copy full SHA for dacd6ce - Browse repository at this point
Copy the full SHA dacd6ceView commit details -
chore(release): 6.0.0 [skip ci]
## interface-store [6.0.0](interface-store-5.1.8...interface-store-6.0.0) (2024-08-02) ### ⚠ BREAKING CHANGES * To detect the type of error thrown, use `.name` instead of `.code` ### Features * use `.name` property for errors instead of `.code` ([#315](#315)) ([dacd6ce](dacd6ce))
Configuration menu - View commit details
-
Copy full SHA for c097d58 - Browse repository at this point
Copy the full SHA c097d58View commit details -
chore(release): 5.3.0 [skip ci]
## interface-blockstore [5.3.0](interface-blockstore-5.2.10...interface-blockstore-5.3.0) (2024-08-02) ### Dependencies * **interface-store:** upgraded to 6.0.0
Configuration menu - View commit details
-
Copy full SHA for 49e0618 - Browse repository at this point
Copy the full SHA 49e0618View commit details -
chore(release): 8.3.0 [skip ci]
## interface-datastore [8.3.0](interface-datastore-8.2.11...interface-datastore-8.3.0) (2024-08-02) ### Dependencies * **interface-store:** upgraded to 6.0.0
Configuration menu - View commit details
-
Copy full SHA for 63d45ec - Browse repository at this point
Copy the full SHA 63d45ecView commit details -
chore(release): 7.0.0 [skip ci]
## interface-blockstore-tests [7.0.0](interface-blockstore-tests-6.1.10...interface-blockstore-tests-7.0.0) (2024-08-02) ### ⚠ BREAKING CHANGES * To detect the type of error thrown, use `.name` instead of `.code` ### Features * use `.name` property for errors instead of `.code` ([#315](#315)) ([dacd6ce](dacd6ce)) ### Dependencies * **interface-blockstore:** upgraded to 5.3.0
Configuration menu - View commit details
-
Copy full SHA for 027cfa6 - Browse repository at this point
Copy the full SHA 027cfa6View commit details -
chore(release): 6.0.0 [skip ci]
## interface-datastore-tests [6.0.0](interface-datastore-tests-5.1.8...interface-datastore-tests-6.0.0) (2024-08-02) ### ⚠ BREAKING CHANGES * To detect the type of error thrown, use `.name` instead of `.code` ### Features * use `.name` property for errors instead of `.code` ([#315](#315)) ([dacd6ce](dacd6ce)) ### Dependencies * **interface-datastore:** upgraded to 8.3.0
Configuration menu - View commit details
-
Copy full SHA for 2f24f58 - Browse repository at this point
Copy the full SHA 2f24f58View commit details -
chore(release): 5.0.0 [skip ci]
## blockstore-core [5.0.0](blockstore-core-4.4.1...blockstore-core-5.0.0) (2024-08-02) ### ⚠ BREAKING CHANGES * To detect the type of error thrown, use `.name` instead of `.code` ### Features * use `.name` property for errors instead of `.code` ([#315](#315)) ([dacd6ce](dacd6ce)) ### Dependencies * **interface-blockstore:** upgraded to 5.3.0 * **interface-store:** upgraded to 6.0.0 * **interface-blockstore-tests:** upgraded to 7.0.0
Configuration menu - View commit details
-
Copy full SHA for 225da7e - Browse repository at this point
Copy the full SHA 225da7eView 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 blockstore-core-4.4.1...blockstore-core-5.0.0