All notable changes to this project will be documented in this file. The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Geolocationrecovery factor.
- Update CI to publish release candidates with
yarn publish:rccommand.
1.0.0 - 2025-12-04
- Update default app URL to
https://unforgettable.app/sdkacross all platforms
- BREAKING: Remove
helperDataUrlfrom all SDK packages (core, android, ios, react)
0.8.0 - 2025-11-28
android- Native Kotlin SDK package with coroutines supportios- Native Swift SDK package with async/await supportexamples/android- Android example app with WebView integrationexamples/react-native- React Native mobile exampleexamples/ios- iOS example app
core- Changed encryption algorithm from RSA to X25519 for improved performance and security
0.7.0 - 2025-11-14
core- AddgroupandcustomParamsSDK options.react- Add support for the new SDK options.
0.6.0 - 2025-10-27
react- AddpollingDisabledprop to change polling behaviour
core- Allow app URL to have a custom path
0.5.1 - 2025-09-23
core- Update example usage in README.md
0.5.0 - 2025-09-23
- Use exact package versions in
package.json core- Move data transfer key pair logic to utilscore- Update default app and API URLs from dev to production environments
0.4.0 - 2025-09-15
core- AddfactorsandwalletAddressSDK 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.
core- Return helper data URL instead of raw helpers inonSuccesscallback.
0.3.1 - 2025-08-22
core- Fix helper data parsing ingetRecoveredDatamethod
0.3.0 - 2025-08-22
core- AddgetRecoveredDatamethod to return helper datareact- AddhelperDataparameter toonSuccesscallback
0.2.0 - 2025-08-05
react- Addloaderprop toUnforgettableQRCodecomponent to allow custom loading componentexamples/basic-recovery-react- Example app demonstrating basic usage (React + TS)
core- Wrap keipair generation in Promise to ensure async behaviorreact- Generate recovery link asynchronously to avoid blocking the main thread
0.1.0 - 2025-07-23
corepackage for Unforgettable SDKreactpackage for Unforgettable SDK QR code component