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

Releases: github/webauthn-json

v2.0.0-alpha2

30 Jun 00:32

Choose a tag to compare

Release notes:

- Include `browser-ponyfill/package.json` in the published package. This is needed for older versions of TypeScript.

v2.0.0-alpha1

29 Jun 23:57

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

v1.0.3

20 Jun 04:30

Choose a tag to compare

Release notes:

- Change the `browser-global` build from CJS to IIFE. This avoids side effects other than setting `webauthnJSON` on the global object.

v1.0.2

05 Mar 03:10

Choose a tag to compare

Release notes:

- Mark `authenticatorAttachment` as `null`able.
- Remove an unintended `console.log()`.

v1.0.1

05 Mar 02:51

Choose a tag to compare

Release notes:

- Support `authenticatorAttachment` for `create`/`get` return values.

v1.0.0

08 Feb 01:16

Choose a tag to compare

Release notes:

- There are no new features for this release; this is a version bump to indicate that the API/implementation is fairly complete and stable at this point.

v1.0.0-rc2

03 Feb 00:25

Choose a tag to compare

Release notes:
- Add `CredentialCreationOptionsJSON` and `CredentialRequestOptionsJSON` to basic types.

v1.0.0-rc1

02 Feb 18:50

Choose a tag to compare

There are no new features for this release; this is a version bump to indicate that the API and implementation is is fairly complete and stable at this point.

v0.6.6

26 Jan 20:56

Choose a tag to compare

Release notes:
- Add CJS builds.
- Compile ESM to ES2019.

v0.6.6-pre3

21 Jan 02:30

Choose a tag to compare

Release notes:
- Compile ESM to ES2019.