8000 Comparing v6.0.0...v6.0.1 · openpgpjs/openpgpjs · GitHub
[go: up one dir, main page]

Skip to content
Permalink

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
Choose a base ref
...
head repository: openpgpjs/openpgpjs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.0.1
Choose a head ref
  • 9 commits
  • 78 files changed
  • 3 contributors

Commits on Nov 5, 2024

  1. Configuration menu
    Copy the full SHA
    01b6239 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. Update hash algorithm preferences order (#1804)

    Prefer SHA3_512 over SHA3_256 for consistency.
    twiss authored Nov 7, 2024
    Configuration menu
    Copy the full SHA
    3f06066 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. TS: generateKey: fix options.type definitions to accept `'curve25…

    …519'` and `'curve448'`
    larabr committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    2d65d1d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    287104a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac1bfc0 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1807

    larabr authored Nov 11, 2024
    Configuration menu
    Copy the full SHA
    088d5f3 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. 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.
    larabr committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    121b478 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. 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.
    larabr committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    f75447a View commit details
    Browse the repository at this point in the history
  2. 6.0.1

    larabr committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    67faffa View commit details
    Browse the repository at this point in the history
Loading
0