Skip to content

Commit 826fdf1

Browse files
committed
docs: Update changelog
1 parent 682020d commit 826fdf1

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,29 @@
1111
* Update to latest SDK versions ([4c525d4](https://github.com/curityio/react-native-haapi-module/commit/4c525d4707897535ce1cb47d7ad177a0f0a0e85e))
1212

1313

14-
1514
# [0.5.0](https://github.com/curityio/react-native-haapi-module/compare/v0.4.12...v0.5.0) (2024-11-25)
1615

1716

17+
### Features
18+
19+
20+
* Support for passkeys for both Android and iOS have been added. To make this possible, numerous action has been taken on the codebase.
21+
22+
* SDK version has been pinned to 4.1.x*
23+
Previous releases did not pin the version on iOS, and android was using 4.0. If you are experiencing differences with this update, please refer to the SDK changelogs:
24+
https://curity.io/docs/haapi-android-sdk/latest/CHANGELOG.html
25+
https://curity.io/docs/haapi-ios-sdk/latest/CHANGELOG.html
26+
27+
* Multiple new events
28+
Events concerning Webauthn/Passkeys and other lifecycle events has been added. See README for documentation.
29+
30+
31+
## [0.4.13](https://github.com/curityio/react-native-haapi-module/compare/v0.4.12...v0.4.13) (2024-11-19)
32+
33+
34+
### Bug Fixes
35+
36+
37+
* The iOS module was dependent on the `start` method being called every time the module was loaded. This made it hard to keep an application state between app starts. This dependency is now removed, so that methods like `refreshToken` works without the `start` method` being called first.
38+
1839

0 commit comments

Comments
 (0)