Releases: serenity-kit/react-native-libsodium
Releases · serenity-kit/react-native-libsodium
Release 1.4.0
1.4.0 (2024-06-11)
Features
- add crypto_box_seed_keypair and crypto_box_SEEDBYTES (5f1e5e9)
Release 1.3.1
1.3.1 (2024-02-13)
Bug Fixes
- upgrade C++ Standard to C++14 for Android (5174075)
Release 1.3.0
1.3.0 (2024-01-22)
Features
- add crypto_box_seal (66bdb7e)
- add crypto_box_seal_open and tests for crypto_box_seal (9bfc689)
Release 1.2.4
1.2.4 (2023-11-30)
Bug Fixes
- default export for TypeScript (5675dc6)
Release 1.2.3
1.2.3 (2023-11-30)
Bug Fixes
- ready on default export for web (d9451a1)
- upgrade typescript and fix type exports on default export (8474de9)
Release 1.2.2
1.2.2 (2023-11-29)
Bug Fixes
- correct default export for web (4d077a0)
Release 1.2.1
1.2.1 (2023-11-29)
Bug Fixes
- bring back missing type exports (c96571d)
- use proxy to make sodium web work in node (d3b46c6)
Release 1.2.0
1.2.0 (2023-11-28)
Features
- add hkdf 256 (fdd7cb6)
- introduce loadSumoVersion for react-native-web (c527c06)
- reintroduce crypto_pwhash (73e3e65)
Release 1.1.2
1.1.2 (2023-10-21)
Bug Fixes
- add missing functions and constants for the sodium default export (9b7c1a3)
Release 1.1.1
1.1.1 (2023-10-02)
Bug Fixes
- correct android makefile relative paths (5ceac65)
- find node_modules path (4691fbf)