Skip to content

Releases: serenity-kit/react-native-libsodium

Release 1.4.0

11 Jun 17:30
Compare
Choose a tag to compare

1.4.0 (2024-06-11)

Features

  • add crypto_box_seed_keypair and crypto_box_SEEDBYTES (5f1e5e9)

Release 1.3.1

13 Feb 11:40
Compare
Choose a tag to compare

1.3.1 (2024-02-13)

Bug Fixes

  • upgrade C++ Standard to C++14 for Android (5174075)

Release 1.3.0

22 Jan 20:36
Compare
Choose a tag to compare

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

30 Nov 08:32
Compare
Choose a tag to compare

1.2.4 (2023-11-30)

Bug Fixes

  • default export for TypeScript (5675dc6)

Release 1.2.3

30 Nov 07:48
Compare
Choose a tag to compare

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

29 Nov 21:23
Compare
Choose a tag to compare

1.2.2 (2023-11-29)

Bug Fixes

  • correct default export for web (4d077a0)

Release 1.2.1

29 Nov 16:38
Compare
Choose a tag to compare

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

28 Nov 19:10
Compare
Choose a tag to compare

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

21 Oct 20:33
Compare
Choose a tag to compare

1.1.2 (2023-10-21)

Bug Fixes

  • add missing functions and constants for the sodium default export (9b7c1a3)

Release 1.1.1

02 Oct 12:29
Compare
Choose a tag to compare

1.1.1 (2023-10-02)

Bug Fixes

  • correct android makefile relative paths (5ceac65)
  • find node_modules path (4691fbf)