-
Notifications
You must be signed in to change notification settings - Fork 1
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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-blockstore-datastore-adapter
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: ipfs/js-blockstore-datastore-adapter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.3
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 17 commits
- 8 files changed
- 1 contributor
Commits on Sep 2, 2021
-
fix: convert cid before instanceof check (#9)
The `CID` class can be loaded as an ESM or a CJS class which means `instanceof` breaks since they are loaded from different places. Run the passed `cid` through `CID.asCID` to convert it to whatever we think the `CID` class is before the test.
Configuration menu - View commit details
-
Copy full SHA for b442488 - Browse repository at this point
Copy the full SHA b442488View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f8ef60 - Browse repository at this point
Copy the full SHA 3f8ef60View commit details -
Configuration menu - View commit details
-
Copy full SHA for b3592d6 - Browse repository at this point
Copy the full SHA b3592d6View commit details
Commits on Sep 9, 2021
-
BREAKING CHANGE: deep imports/requires are no longer possible
Configuration menu - View commit details
-
Copy full SHA for e8a2521 - Browse repository at this point
Copy the full SHA e8a2521View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7207d6a - Browse repository at this point
Copy the full SHA 7207d6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for af93cd9 - Browse repository at this point
Copy the full SHA af93cd9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d46206 - Browse repository at this point
Copy the full SHA 7d46206View commit details -
Configuration menu - View commit details
-
Copy full SHA for c6ff979 - Browse repository at this point
Copy the full SHA c6ff979View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf2b90a - Browse repository at this point
Copy the full SHA bf2b90aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e91ca1c - Browse repository at this point
Copy the full SHA e91ca1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d2893c8 - Browse repository at this point
Copy the full SHA d2893c8View commit details
Commits on Sep 17, 2021
-
`instanceOf` is unreliable with esm/cjs dual publised modules.
Configuration menu - View commit details
-
Copy full SHA for 6b816cc - Browse repository at this point
Copy the full SHA 6b816ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 804eb9c - Browse repository at this point
Copy the full SHA 804eb9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e54ba3 - Browse repository at this point
Copy the full SHA 6e54ba3View commit details
Commits on Sep 29, 2021
-
fix: access process from globalThis (#14)
Fixes webpack error: ``` Module not found: Error: Can't resolve 'process/browser' in /path/... ``` Falls back to `setImmediate`, then `setTimeout`.
Configuration menu - View commit details
-
Copy full SHA for 7874fd7 - Browse repository at this point
Copy the full SHA 7874fd7View commit details -
Configuration menu - View commit details
-
Copy full SHA for bdcc2ed - Browse repository at this point
Copy the full SHA bdcc2edView commit details -
Configuration menu - View commit details
-
Copy full SHA for f61f60c - Browse repository at this point
Copy the full SHA f61f60cView commit details
Loading
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 v1.0.0...v2.0.3