Releases: rarimo/unforgettable-sdk
Releases · rarimo/unforgettable-sdk
v1.0.0
v0.8.0
Added
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
Changed
core- Changed encryption algorithm from RSA to X25519 for improved performance and security
v0.7.0
v0.6.0
v0.5.1 – Update README
Changed
core- Update example usage in README.md
v0.5.0 – Production URLS & Encryption Utils
Changed
- 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
v0.4.0 – Location Hash Utils & New SDK Options
Added
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.
Changed
core- Return helper data URL instead of raw helpers inonSuccesscallback.
v0.3.1 – Fix Helper Data Parsing
Fixed
core- Fix helper data parsing ingetRecoveredDatamethod
v0.3.0 – Callback Helper Data
Added
core- AddgetRecoveredDatamethod to return helper datareact- AddhelperDataparameter toonSuccesscallback
v0.2.0 – Asynchronous Keypair Generation
Added
react- Addloaderprop toUnforgettableQRCodecomponent to allow custom loading componentexamples/basic-recovery-react- Example app demonstrating basic usage (React + TS)
Changed
core- Wrap keipair generation in Promise to ensure async behaviorreact- Generate recovery link asynchronously to avoid blocking the main thread