Skip to content

Commit 701a9d7

Browse files
committed
release 2.0.1
1 parent 15a3a3a commit 701a9d7

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
1+
# freeRASP 2.0.1
2+
3+
- 📄 Documentation updates and improvements
4+
15
# freeRASP 2.0.0
26

37
## What's new?
48

59
Most of the changes relates to accomodating a new way of choosing between the dev and release version of the SDK. There are also some breaking changes in the API, such as renaming parameters and changing types of callbacks. Android has also removed the HMS dependencies and improved the root detection capabilities.
610

711
### JS/TS interface
12+
813
- ❗ BREAKING API CHANGE: Renamed **'device binding'** to **deviceBinding**
9-
- ❗ This allows us to remove apostrophes from other callbacks, too. E.g. **'privilegedAccess'** to **privilegedAccess**
14+
- ❗ This allows us to remove apostrophes from other callbacks, too. E.g. **'privilegedAccess'** to **privilegedAccess**
1015
- ❗ Added **isProd** boolean parameter, which now differentiates between the release (true) and dev (false) version of the SDK. By default set to **true**
1116
-**androidConfig** and **iosConfig** are from now on optionals, you can omit a platform if you are not developing for it
1217

@@ -20,6 +25,7 @@ Most of the changes relates to accomodating a new way of choosing between the de
2025
- ⚡ Fine-tuning root evaluation strategy
2126

2227
### iOS
28+
2329
- ❗ Removed one of the xcframeworks
2430
- ❗ Removed the dependency on the symlinks choosing the proper version (release/dev)
2531
- ❗️ Removed pre-built script for changing the Debug and Release versions

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "freerasp-react-native",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "React Native plugin for improving app security and threat monitoring on Android and iOS mobile devices.",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)