Skip to content

Releases: jedisct1/libsodium.js

0.8.2

24 Jan 11:43
0.8.2

Choose a tag to compare

0.8.1

17 Jan 14:16
0.8.1

Choose a tag to compare

Quite a lot of changes in this version:

  • The wrapper code was simplified a little bit and converted to TypeScript
  • The promise chain in WASM fallback was fixed to prevent race conditions
  • In addition to the browser benchmarks, there are now local benchmarks, that can be run with make benchmark
  • Automatically generated Typescript definitions are now included
  • Libsodium was updated to the latest 1.0.21-stable version
  • LTO was disabled - At least in Emscripten 4, it caused a significant performance degradation on some platforms.
  • The API documentation files are now way more useful, and automatically generated along with the TypeScript definitions.

0.8.0

06 Jan 15:34
0.8.0

Choose a tag to compare

This new release is based on libsodium 1.0.21.

0.7.16

29 Dec 22:33
0.7.16

Choose a tag to compare

  • ESM modules support was added (dist/modules-esm/, dist/modules-sumo-esm/).
  • Libsodium has been updated
  • Various bug fixes (crypto exclusion for browser, pointer fixes)