Skip to content

Commit a4f1969

Browse files
authored
docs: update readme versions (#75)
Signed-off-by: Timo Glastra <timo@animo.id>
1 parent 0c5c9ff commit a4f1969

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@openwallet-foundation/askar-nodejs": patch
3+
"@openwallet-foundation/askar-react-native": patch
4+
---
5+
6+
docs: update version compatibility in readme

README.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22

33
Wrapper for Node.js and React Native around [https://github.com/openwallet-foundation/askar](askar)
44

5-
## Requirements
6-
7-
This library requires and has been tested with Node.js version `18.x`, `20.x` and `22.x`, or React Native version `0.75.x` and `0.76.x`. Newer versions might also work, but they have not been tested.
8-
95
## Setup
106

117
You can import all types and classes from the `@openwallet-foundation/askar-nodejs` or `@openwalletfoundation/askar-react-native` library:
@@ -21,10 +17,10 @@ const key = Key.fromSeed({ algorithm: KeyAlgs.Bls12381G1, seed });
2117
2218
## Version Compatibility
2319

24-
The JavaScript wrapper is versioned independently from the native bindings. The following table shows the compatibility between the different versions:
20+
The JavaScript wrapper is versioned independently from the native bindings. The following table shows the compatibility between the different versions. This library has been tested with specific Node.JS and React Native versions. Newer versions might also work, but they have not been tested.
2521

26-
| Askar | JavaScript Wrapper | React Native |
27-
| ------ | ------------------ | ------------ |
28-
| v0.2.9 | v0.1.x | - |
29-
| v0.3.x | v0.2.x | - |
30-
| v0.4.x | v0.3.x | 0.75, 0.76 |
22+
| JavaScript Wrapper | Askar | React Native | Node.JS |
23+
| ------------------ | ------ | ------------ | ---------- |
24+
| v0.3.0 - v0.3.1 | v0.4.1 | - | - |
25+
| v0.4.0 - v0.4.2 | v0.4.5 | 0.75 - 0.79 | 18, 20, 22 |
26+
| v0.4.3 | v0.4.6 | 0.75 - 0.79 | 18, 20, 22 |

0 commit comments

Comments
 (0)