Skip to content

Releases: paulmillr/scure-sr25519

1.0.0

08 Dec 19:46
1.0.0
44c4e4b

Choose a tag to compare

  • No code changes from v0.3: bumping to v1 to signify stability
  • NPM: Switch to token-less Trusted Publishing, enable provenance

Full Changelog: 0.3.0...1.0.0

0.3.0

25 Aug 16:25
0.3.0
8d71046

Choose a tag to compare

0.3.0 contains minor randomBytes change, made for second part (2025-08) of Oak Security audit.

  • The package is now ESM-only. ESM can finally be loaded from common.js on node v20.19+
    • Node v20.19 is now the minimum required version
    • Package imports now work correctly in bundler-less environments, such as browsers
    • Reduces npm package size (traffic consumed)
    • Reduces unpacked npm size (on-disk space)
  • Pass randomBytes instead of RNG
  • Update to noble-curves v2

Full Changelog: 0.2.0...0.3.0

0.2.0

17 Jun 19:55
0.2.0
a4a538b

Choose a tag to compare

  • First post-audit version
  • Package renamed from micro-sr25519 to @scure/sr25519
  • fix: HDKD.secretSoft rng argument type by @kratico in #2
  • Small audit-related fixes (commit 36cdff7)

New Contributors

Full Changelog: 0.1.3...0.2.0

0.1.3

06 Mar 03:51
0.1.3
04f2021

Choose a tag to compare

Re-publish 0.1.1 which failed to publish to npm because of npm bug

Full Changelog: 0.1.2...0.1.3

0.1.2

05 Mar 16:07
0.1.2
f576b6c

Choose a tag to compare

Re-publish 0.1.1 which failed to publish to npm because of npm bug

Full Changelog: 0.1.1...0.1.2

0.1.1

19 Jan 07:51
0.1.1
7f7a06b

Choose a tag to compare

  • Update dependencies
  • Improve typescript types

Full Changelog: 0.1.0...0.1.1

0.1.0

23 Nov 14:48
0.1.0
017d856

Choose a tag to compare

Initial release