Skip to content

Latest commit

 

History

History
153 lines (90 loc) · 2.49 KB

CHANGELOG.md

File metadata and controls

153 lines (90 loc) · 2.49 KB

@turnkey/react-native-passkey-stamper

1.0.2

Patch Changes

1.0.1

Patch Changes

1.0.0

Major Changes

Upgrade react-native-passkey to 3.0.0 (see release notes). Among other things you can now specify withSecurityKey and withPlatformKey (new optional arguments to createPasskey) to target platform passkeys or security keys on iOS. The same options can be passed as configuration to PasskeyStamper to target these features at authentication time.

This is a major change because the transports property, previously a string array (Array<string>) is now an array of enums (Array<AuthenticatorTransport>).

0.2.16

Patch Changes

0.2.15

Patch Changes

0.2.14

Patch Changes

0.2.13

Patch Changes

0.2.12

Patch Changes

0.2.11

Patch Changes

0.2.10

Patch Changes

0.2.9

Patch Changes

0.2.8

Patch Changes

0.2.7

Patch Changes

0.2.6

Patch Changes

0.2.5

Patch Changes

0.2.4

Patch Changes

0.2.3

Patch Changes

0.2.2

Patch Changes

0.2.1

Patch Changes

0.2.0

Minor Changes

0.1.0

Initial release