From 8b2224413ed38e5a88da4153a7bdd46a83aafbbe Mon Sep 17 00:00:00 2001 From: Timo Glastra Date: Thu, 27 Nov 2025 10:33:01 +0545 Subject: [PATCH 1/2] docs: update readme versions Signed-off-by: Timo Glastra --- README.md | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 68a8361..d1ab075 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,6 @@ Wrapper for Node.js and React Native around [https://github.com/openwallet-foundation/askar](askar) -## Requirements - -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. - ## Setup 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 }); ## Version Compatibility -The JavaScript wrapper is versioned independently from the native bindings. The following table shows the compatibility between the different versions: +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. -| Askar | JavaScript Wrapper | React Native | -| ------ | ------------------ | ------------ | -| v0.2.9 | v0.1.x | - | -| v0.3.x | v0.2.x | - | -| v0.4.x | v0.3.x | 0.75, 0.76 | +| JavaScript Wrapper | Askar | React Native | Node.JS | +| ------------------ | ------ | ------------ | ---------- | +| v0.3.0 - v0.3.1 | v0.4.1 | - | - | +| v0.4.0 - v0.4.2 | v0.4.5 | 0.75 - 0.79 | 18, 20, 22 | +| v0.4.3 | v0.4.6 | 0.75 - 0.79 | 18, 20, 22 | From e44da4b314e175114ba6f243c011ae36a35613c9 Mon Sep 17 00:00:00 2001 From: Timo Glastra Date: Thu, 27 Nov 2025 10:33:49 +0545 Subject: [PATCH 2/2] docs(changeset): docs: update version compatibility in readme Signed-off-by: Timo Glastra --- .changeset/pretty-stingrays-accept.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .changeset/pretty-stingrays-accept.md diff --git a/.changeset/pretty-stingrays-accept.md b/.changeset/pretty-stingrays-accept.md new file mode 100644 index 0000000..384da45 --- /dev/null +++ b/.changeset/pretty-stingrays-accept.md @@ -0,0 +1,6 @@ +--- +"@openwallet-foundation/askar-nodejs": patch +"@openwallet-foundation/askar-react-native": patch +--- + +docs: update version compatibility in readme