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

Choose a tag to compare

@github-actions github-actions released this 31 Jan 02:32
Release notes:

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

v2.1.0

Choose a tag to compare

@github-actions github-actions released this 17 Jan 21:35
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

Choose a tag to compare

@github-actions github-actions released this 08 Dec 11:12
Release notes:
- Testing `npm` publication with provenance.
- No library changes.

v2.0.2-pre2

Choose a tag to compare

@github-actions github-actions released this 08 Dec 11:09
Release notes:
- Testing `npm` publication with provenance.
- No library changes.

v2.0.2-pre1

Choose a tag to compare

@github-actions github-actions released this 08 Dec 10:59
Release notes:
- Testing `npm` publication with provenance.
- No library changes.

v2.0.2

Choose a tag to compare

@github-actions github-actions released this 08 Dec 11:20
Release notes:
- Testing `npm` publication with provenance.
- No library changes.

v2.0.1

Choose a tag to compare

@github-actions github-actions released this 19 Sep 00:00
Release notes:

- Add the `hybrid` transport type.

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 19 Jul 06:02
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

Choose a tag to compare

@github-actions github-actions released this 19 Jul 05:05
Release notes:

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

v2.0.0-alpha3

Choose a tag to compare

@github-actions github-actions released this 30 Jun 01:03
Release notes:

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