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: v0.12.0
Choose a base ref
...
head repository: panva/jose Loading
compare: v1.0.0
Choose a head ref
  • 9 commits
  • 70 files changed
  • 1 contributor

Commits on Apr 23, 2019

  1. feat: add OKP Key and EdDSA sign/verify support

    BREAKING CHANGE: node.js minimal version is now v12.0.0 due to its
    added EdDSA support (crypto.sign, crypto.verify and eddsa key objects)
    
    resolves #12
    panva committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    2dbd3ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1159b0d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a8ef20e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4ace4be View commit details
    Browse the repository at this point in the history
  5. feat: add JWK key_ops support, fix .algorithms() op returns

    BREAKING CHANGE: key.algorithms(op) un+wrapKey was split into correct
    wrapKey/unwrapKey/deriveKey returns
    
    BREAKING CHANGE: keystore.all and keystore.get `operation` option was
    removed, `key_ops: string[]` supersedes it
    panva committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    23b874c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    857dc2b View commit details
    Browse the repository at this point in the history
  7. docs: fix readme typos

    panva committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    dafeced View commit details
    Browse the repository at this point in the history
  8. chore: dev dependency updates

    panva committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    2c20b44 View commit details
    Browse the repository at this point in the history
  9. chore(release): 1.0.0

    panva committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    6a32da6 View commit details
    Browse the repository at this point in the history
Loading