Skip to content

Releases: github/webauthn-json

v0.4.2

13 Sep 19:05
Compare
Choose a tag to compare
Release notes:

- Upgraded two vulnerable development dependencies.

v0.4.1

13 Sep 19:05
Compare
Choose a tag to compare
v0.4.1

v0.4.0-beta.1

13 Sep 19:05
f2ae4f3
Compare
Choose a tag to compare
0.4.0-beta.1

v0.4.0

13 Sep 19:05
57c01c4
Compare
Choose a tag to compare
0.4.0

0.4.0-beta.0

13 Sep 19:05
Compare
Choose a tag to compare
0.4.0-beta.0 Pre-release
Pre-release
Release notes:
- ff1bf8b Include client extension results in response.
- f7bf3fd Specify extension structure.

v0.3.6

13 Sep 19:05
Compare
Choose a tag to compare
Release notes:
- Update to TypeScript 3.6.

v0.3.1

13 Sep 19:05
Compare
Choose a tag to compare
Release notes:
- 47acf67c Update Flow definitions to include `supported()`.

v0.3.0

13 Sep 19:05
Compare
Choose a tag to compare
Release notes:
- 96f9115a Provide a way to access and modify the schemas used by `webauthn-json`.
- 96f9115a Add a binary that can print the current schema (`npx @github/webauthn-json schema`).
- 883da05d Add a `supported()` function to query for WebAuthn support.

v0.2.0

13 Sep 19:05
Compare
Choose a tag to compare
Release notes:
- Switch from `base64` to `base64url` for encoding.

v0.1.2

13 Sep 19:05
Compare
Choose a tag to compare
Release notes:

- 482d3390 Change exports. (main: UMD/ES2017, module: ESM/ES2017)