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: panva/jose Loading
base: v3.20.3
Choose a base ref
...
head repository: panva/jose Loading
compare: v4.0.0
Choose a head ref
  • 11 commits
  • 307 files changed
  • 1 contributor

Commits on Oct 14, 2021

  1. chore: cleanup after publish

    panva committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    0237115 View commit details
    Browse the repository at this point in the history
  2. refactor: removed the deprecated jwk/from_key_like module

    BREAKING CHANGE: The deprecated `jose/jwk/from_key_like` module was
    removed, use `import { exportJWK } from 'jose'` instead.
    panva committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    ec1d0e7 View commit details
    Browse the repository at this point in the history
  3. refactor: removed the deprecated jwk/parse module

    BREAKING CHANGE: The deprecated `jose/jwk/parse` module was
    removed, use `import { importJWK } from 'jose'` instead.
    panva committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    8d3cc3b View commit details
    Browse the repository at this point in the history
  4. refactor: rename calculateThumprint to calculateJwkThumbprint

    BREAKING CHANGE: The `jose/jwk/thumbprint` named export
    is renamed to `calculateJwkThumbprint`, now
    `import { calculateJwkThumbprint } from 'jose'`
    panva committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    5afb713 View commit details
    Browse the repository at this point in the history
  5. refactor: remove util/random

    BREAKING CHANGE: The undocumented `jose/util/random` was removed.
    panva committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    914e47f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cd1ccc6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a51a9f6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3e137d2 View commit details
    Browse the repository at this point in the history
  9. refactor: redo exports to support broader tooling

    BREAKING CHANGE: All module named exports have moved from subpaths to
    just "jose". For example, `import { jwtVerify } from 'jose/jwt/verify'`
    is now just `import { jwtVerify } from 'jose'`.
    
    BREAKING CHANGE: All submodule default exports and named have been
    removed in favour of just "jose" named exports.
    panva committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    dd2cf9e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6de3812 View commit details
    Browse the repository at this point in the history
  11. chore(release): 4.0.0

    panva committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    c9ea9de View commit details
    Browse the repository at this point in the history
Loading