-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8f54a32
commit 682020d
Showing
2 changed files
with
7 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,18 @@ | ||
## [0.5.0](https://github.com/curityio/react-native-haapi-module/compare/v0.4.13...v0.5.0) (2024-11-21) | ||
# [0.6.0](https://github.com/curityio/react-native-haapi-module/compare/v0.5.0...v0.6.0) (2024-11-25) | ||
|
||
|
||
### Features | ||
|
||
|
||
* Support for passkeys for both Android and iOS have been added. To make this possible, numerous action has been taken on the codebase. | ||
### Bug Fixes | ||
|
||
* SDK version has been pinned to 4.1.x* | ||
Previous releases did not pin the version on iOS, and android was using 4.0. If you experiencing differences with this update, please refer to the SDK changelogs: | ||
https://curity.io/docs/haapi-android-sdk/latest/CHANGELOG.html | ||
https://curity.io/docs/haapi-ios-sdk/latest/CHANGELOG.html | ||
* Custom http headers and query parameters for ios ([#28](https://github.com/curityio/react-native-haapi-module/issues/28)) ([6a2344c](https://github.com/curityio/react-native-haapi-module/commit/6a2344cbf57e62984eddbe173020a8091e3409cc)) | ||
|
||
* Multiple new events | ||
Events concerning Webauthn/Passkeys and other lifecykle events has been added. See README for documentation. | ||
|
||
### Features | ||
|
||
## [0.4.13](https://github.com/curityio/react-native-haapi-module/compare/v0.4.12...v0.4.13) (2024-11-19) | ||
* Update to latest SDK versions ([4c525d4](https://github.com/curityio/react-native-haapi-module/commit/4c525d4707897535ce1cb47d7ad177a0f0a0e85e)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
# [0.5.0](https://github.com/curityio/react-native-haapi-module/compare/v0.4.12...v0.5.0) (2024-11-25) | ||
|
||
* The iOS module was dependant 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. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters