Skip to content

Releases: rarimo/unforgettable-sdk

v1.0.0

04 Dec 16:39

Choose a tag to compare

Changed

  • Update default app URL to https://unforgettable.app/sdk across all platforms

Removed

  • BREAKING: Remove helperDataUrl from all SDK packages (core, android, ios, react)

v0.8.0

01 Dec 14:29

Choose a tag to compare

Added

  • android - Native Kotlin SDK package with coroutines support
  • ios - Native Swift SDK package with async/await support
  • examples/android - Android example app with WebView integration
  • examples/react-native - React Native mobile example
  • examples/ios - iOS example app

Changed

  • core - Changed encryption algorithm from RSA to X25519 for improved performance and security

v0.7.0

14 Nov 10:46
f17036b

Choose a tag to compare

Added

  • core - Add group and customParams SDK options.
  • react - Add support for the new SDK options.

v0.6.0

27 Oct 15:12

Choose a tag to compare

Added

  • react - Add pollingDisabled prop to change polling behaviour

Changed

  • core - Allow app URL to have a custom path

v0.5.1 – Update README

26 Sep 14:32

Choose a tag to compare

Changed

  • core - Update example usage in README.md

v0.5.0 – Production URLS & Encryption Utils

23 Sep 09:57

Choose a tag to compare

Changed

  • Use exact package versions in package.json
  • core - Move data transfer key pair logic to utils
  • core - Update default app and API URLs from dev to production environments

v0.4.0 – Location Hash Utils & New SDK Options

15 Sep 14:30

Choose a tag to compare

Added

  • core - Add factors and walletAddress SDK options.
  • core - Add location hash compose/parse utils.
  • core - Add recovery factor constants.
  • react - Add support for the new SDK options.
  • examples/basic-recovery-react - Display wallet address and helper data URL.

Changed

  • core - Return helper data URL instead of raw helpers in onSuccess callback.

v0.3.1 – Fix Helper Data Parsing

15 Sep 14:29

Choose a tag to compare

Fixed

  • core - Fix helper data parsing in getRecoveredData method

v0.3.0 – Callback Helper Data

15 Sep 14:28

Choose a tag to compare

Added

  • core - Add getRecoveredData method to return helper data
  • react - Add helperData parameter to onSuccess callback

v0.2.0 – Asynchronous Keypair Generation

05 Aug 12:09

Choose a tag to compare

Added

  • react - Add loader prop to UnforgettableQRCode component to allow custom loading component
  • examples/basic-recovery-react - Example app demonstrating basic usage (React + TS)

Changed

  • core - Wrap keipair generation in Promise to ensure async behavior
  • react - Generate recovery link asynchronously to avoid blocking the main thread