summaryrefslogtreecommitdiffhomepage
path: root/packages/browser
AgeCommit message (Collapse)Author
2022-08-16Use `git mv` to rename mockMatthew Miller
2022-08-16Capitalize the "A" in "Webauthn"Matthew Miller
2022-08-05chore(release): publish v5.4.1Matthew Miller
2022-08-05Fix import of TextDecoderMatthew Miller
2022-08-05Change browser part to modulePatrick Haun
2022-07-28chore(release): publish v5.4.0Matthew Miller
2022-07-28Run `npm run lint`Matthew Miller
2022-07-28Update some test importsMatthew Miller
2022-07-27Export named utf8StringToBuffer()Matthew Miller
2022-07-27Export named toPublicKeyCredentialDescriptor()Matthew Miller
2022-07-27Export named bufferToUTF8String()Matthew Miller
2022-07-27Export named bufferToBase64URLStringMatthew Miller
2022-07-27Export named base64URLStringToBufferMatthew Miller
2022-07-04chore(release): publish v5.3.0Matthew Miller
2022-07-04Add testsMatthew Miller
2022-07-04Populate authenticatorAttachmentMatthew Miller
2022-07-04Rename supportBrowserAutofillMatthew Miller
2022-07-01Properly type isConditionalMediationAvailableMatthew Miller
2022-06-21Add a space between imports and commentMatthew Miller
2022-06-20Add tests for conditional UI supportMatthew Miller
2022-06-20Add tests for WebAuthnAbortServiceMatthew Miller
2022-06-20Update tests for abort supportMatthew Miller
2022-06-20Address GitHub commentsMatthew Miller
2022-06-20Reset abort service after API call outcomeMatthew Miller
2022-06-20Run `npm lint` on PR's filesMatthew Miller
2022-06-20Perform some minor cleanupMatthew Miller
2022-06-20Fix browser method imports in testsMatthew Miller
2022-06-20Rearrange `options` for easier typingMatthew Miller
2022-06-20Attempt to cast PublicKeyCredential for new methodMatthew Miller
2022-06-19Rename conditional UI support check methodMatthew Miller
2022-06-17Replace two default exports with named exportsMatthew Miller
2022-06-17Create WebAuthnAbortService for abort signal mgmtMatthew Miller
2022-06-17Configure options for conditional UIMatthew Miller
2022-06-17Add new supportBrowserAutofill argMatthew Miller
2022-06-15Simplify browser versioning commentMatthew Miller
2022-06-15Try using targetDefaultsMatthew Miller
2022-06-15Update how browser and server link to typesMatthew Miller
2022-06-14Set up build cachingMatthew Miller
2022-05-18chore(release): publish v5.2.1Matthew Miller
2022-05-16chore(release): publish v5.2.0Matthew Miller
2022-04-27Use our custom AuthenticatorTransport in browserMatthew Miller
2022-04-27Unpin TS 4.3.5 from browserMatthew Miller
2022-04-27Add a test for returning "cable" from responseMatthew Miller
2022-04-27Add tests for new transportMatthew Miller
2022-04-27Add "cable" supportMatthew Miller
2022-04-13chore(release): publish v5.1.0Matthew Miller
2022-04-12Change error name to a specific type, fixes #190Felix Mosheev
2022-04-11Remove old generateCustomErrorMatthew Miller
2022-04-11Use new helper instead of error subclassesMatthew Miller
2022-04-11Migrate custom errors into jest helperMatthew Miller