Skip to content

Latest commit

 

History

History
89 lines (53 loc) · 2.01 KB

File metadata and controls

89 lines (53 loc) · 2.01 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[2.0.1] - 2025-08-02

Changed

  • Changed minimum required Node version to 20.18.1 to align with undici
  • Updated dependencies

[2.0.0] - 2025-07-29

Changed

  • Replace travis with Github Actions
  • Update dependencies
  • Minimum Node version is now 18
  • Replace node-fetch with undici
  • Replace jest with vitest
  • Replace prettier and tslint with biome
  • This library is now published as ESM only

Added

  • CI now tests on Node 18, 20, 22 and 24 in addition to bun and deno
  • .editorconfig file

[1.0.1] - 2019-08-17

Added

  • Add "types": "dist/index.d.ts" in package.json

[1.0.0] - 2019-08-17

Changed

  • Updated dependencies
  • Generate declaration files
  • 1.x.x release, as it's been used in production for a while

[0.2.4] - 2018-12-13

Changed

  • Updated package-lock.json to fix a potential vulnerability due to the merge dependency
  • Add ecdhCurve: 'auto' in the agent options to fix a bug in Node 8 (nodejs/node#19359)

[0.2.3] - 2018-10-29

Changed

  • Remove comments from dist files
  • Throw HTTPError (instead of regular error) with null res if fetch throws an exception

[0.2.2] - 2018-10-26

Added

  • dist generation in prepack and pretest script
  • .npmignore to remove source files
  • keywords and engines to package.json

Changed

  • Regenerate jwksclient.js to what version 0.2.0 was supposed to be

[0.2.1] - 2018-10-26 (BROKEN)

Changed

  • Version 0.2.0 was broken in the npm registry. Bump patch version to publish in npm. Code is identical to version 0.2.0

[0.2.0] - 2018-10-26 (BROKEN)

Changed

  • If an invalid kid is provided and the JWKs only contains one key throw an error instead of returning the sole key

[0.1.0] - 2018-10-25

Added

  • First version