Skip to content
This repository was archived by the owner on Aug 26, 2025. It is now read-only.

Releases: github/webauthn-json

v2.1.1

31 Jan 02:32

Choose a tag to compare

Release notes:

- Remove an extra (inaccurate) `authenticatorAttachment` field from `AuthenticatorAttestationResponseJSON`.

v2.1.0

17 Jan 21:35

Choose a tag to compare

Release notes:

- TypeScript 4.9.4 `lib.dom.d.ts` compat: Explicitly mark `authenticatorAttachment` as optional on the `PublicKeyCredentialWithClientExtensionResults` interface.
  - This means that the relevant type is *not* compatible with TypeScript. This is an intentional decision to reflect the current implementation status of Firefox. For more details, see:
    - https://github.com/github/webauthn-json/issues/73#issuecomment-1385957680
    - https://github.com/microsoft/TypeScript-DOM-lib-generator/issues/1477

v2.0.2-pre3

08 Dec 11:12

Choose a tag to compare

Release notes:
- Testing `npm` publication with provenance.
- No library changes.

v2.0.2-pre2

08 Dec 11:09

Choose a tag to compare

Release notes:
- Testing `npm` publication with provenance.
- No library changes.

v2.0.2-pre1

08 Dec 10:59

Choose a tag to compare

Release notes:
- Testing `npm` publication with provenance.
- No library changes.

v2.0.2

08 Dec 11:20

Choose a tag to compare

Release notes:
- Testing `npm` publication with provenance.
- No library changes.

v2.0.1

19 Sep 00:00

Choose a tag to compare

Release notes:

- Add the `hybrid` transport type.

v2.0.0

19 Jul 06:02

Choose a tag to compare

Release notes:

- Add a `browser-ponyfill` build to match the new API shape from https://github.com/w3c/webauthn/issues/1683

We've been using the ponyfill on github.com for over two weeks without issue at this point!

v2.0.0-alpha4

19 Jul 05:05

Choose a tag to compare

Release notes:

- Split the `browser-ponyfill` into regular and extended like the main build.

v2.0.0-alpha3

30 Jun 01:03

Choose a tag to compare

Release notes:

- [browser-ponyfill] Change JSON types to the extended versions and export all.