Skip to content

Latest commit

 

History

History
110 lines (45 loc) · 3.13 KB

CHANGELOG.md

File metadata and controls

110 lines (45 loc) · 3.13 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.4.1 (2024-05-27)

Fixes

1.4.0 (2023-09-08)

Features

1.3.0 (2023-09-08)

Features

1.2.0 (2023-04-26)

Features

  • release process with provenance (1053717)

1.1.0 (2022-09-28)

Features

  • add EdDSA (Ed25519) JWS support (dd52a63)

1.0.0 (2022-05-19)

0.7.0 (2022-05-18)

⚠ BREAKING CHANGES

  • updated API, updated draft to -08

Refactor

  • updated API, updated draft to -08 (10dd522)

0.6.0 (2021-04-08)

⚠ BREAKING CHANGES

  • function signature changed to function DPoP(keypair: CryptoKeyPair, alg: string, htu: string, htm: string, accessToken?: string, additional?: object) => Promise; to accommodate for the optional resource access ath (hash of the access token) claim.

Features

0.5.5 (2020-04-02)

0.5.4 (2020-04-02)

0.5.3 (2020-03-31)

0.5.2 (2020-03-31)

0.5.1 (2020-03-31)

Bug Fixes

0.5.0 (2020-03-31)

Build System

  • move to ts, src, web distro bundles (85a744c)

BREAKING CHANGES

  • module entrypoints re-defined

0.4.0 (2020-03-10)

Features

  • DPoP for the browser - ESM module implementation (individual draft 04) (df163bd)