Releases: github/webauthn-json
Releases · github/webauthn-json
v2.0.0-alpha2
Release notes: - Include `browser-ponyfill/package.json` in the published package. This is needed for older versions of TypeScript.
v2.0.0-alpha1
Release notes: - Add a `browser-ponyfill` build to match the new API shape from https://github.com/w3c/webauthn/issues/1683
v1.0.3
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
Release notes: - Mark `authenticatorAttachment` as `null`able. - Remove an unintended `console.log()`.
v1.0.1
Release notes: - Support `authenticatorAttachment` for `create`/`get` return values.
v1.0.0
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
Release notes: - Add `CredentialCreationOptionsJSON` and `CredentialRequestOptionsJSON` to basic types.
v1.0.0-rc1
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
Release notes: - Add CJS builds. - Compile ESM to ES2019.
v0.6.6-pre3
Release notes: - Compile ESM to ES2019.