-
Notifications
You must be signed in to change notification settings - Fork 810
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: openpgpjs/openpgpjs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.0.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: openpgpjs/openpgpjs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.0.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 9 commits
- 78 files changed
- 3 contributors
Commits on Nov 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 01b6239 - Browse repository at this point
Copy the full SHA 01b6239View commit details
Commits on Nov 7, 2024
-
Update hash algorithm preferences order (#1804)
Prefer SHA3_512 over SHA3_256 for consistency.
Configuration menu - View commit details
-
Copy full SHA for 3f06066 - Browse repository at this point
Copy the full SHA 3f06066View commit details
Commits on Nov 11, 2024
-
TS:
generateKey
: fixoptions.type
definitions to accept `'curve25……519'` and `'curve448'`
Configuration menu - View commit details
-
Copy full SHA for 2d65d1d - Browse repository at this point
Copy the full SHA 2d65d1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 287104a - Browse repository at this point
Copy the full SHA 287104aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ac1bfc0 - Browse repository at this point
Copy the full SHA ac1bfc0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 088d5f3 - Browse repository at this point
Copy the full SHA 088d5f3View commit details
Commits on Nov 13, 2024
-
Tests: drop unused, unnecessary error assertion
The `expect().to.not.throw` check as written is a no-op. In fact, `throw` should have been called as a function. We drop the relevant check altogether since if the wrapped operation throws, the test will naturally fail due to the unexpected error.
Configuration menu - View commit details
-
Copy full SHA for 121b478 - Browse repository at this point
Copy the full SHA 121b478View commit details
Commits on Nov 21, 2024
-
Fix ES imports for webpack: declare
exports.browser
entrypoint as h……igher priority than `import` We could also drop the browser's directive `"./dist/node/openpgp.min.cjs": "./dist/openpgp.min.js"`, since that build cannot be used with `require()`, and it's instead meant to be the target of <script> tags. But we keep it around for now to avoid potentially breaking changes, in case it's used in some setups.
Configuration menu - View commit details
-
Copy full SHA for f75447a - Browse repository at this point
Copy the full SHA f75447aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 67faffa - Browse repository at this point
Copy the full SHA 67faffaView 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 v6.0.0...v6.0.1