Skip to content

Releases: nats-io/nkeys.js

v2.0.2

16 Jan 23:14
dde0bd4
Compare
Choose a tag to compare

What's Changed

  • downgrade TypeScript devDependency to 5.6.3 for downstream compatibility by @aricart in #52

Full Changelog: v2.0.1...v2.0.2

v2.0.1

16 Jan 20:19
458b5df
Compare
Choose a tag to compare

What's Changed

  • Update build dependencies, documentation and version to 2.0.1 by @aricart in #50
  • changed so that release will publish to latest. by @aricart in #51

Full Changelog: v2.0.0...v2.0.1

v2.0.0

06 Dec 18:28
be498fa
Compare
Choose a tag to compare

What's Changed

The library is now distributed as @nats-io/nkeys and it is available on both npm and jsr, and can be bundled using esbuild.
Another subtle change is that internally, it depends on npm's tweetnacl rather than embed it.

New Contributors

Full Changelog: v1.1.0...v2.0.0

v1.1.0

21 Feb 20:41
Compare
Choose a tag to compare

What's Changed

CI Changes

New Contributors

  • @bruth made their first contribution in #25

Full Changelog: v1.0.5...v1.1.0

v1.0.6-1

14 Nov 20:10
6446d2a
Compare
Choose a tag to compare
v1.0.6-1 Pre-release
Pre-release

What's Changed

New Contributors

  • @bruth made their first contribution in #25

Full Changelog: v1.0.5...v1.0.6-1

v1.0.5

02 Feb 15:27
9b08b6f
Compare
Choose a tag to compare

What's Changed

  • Export missing functionality, regenerate doc, and update build dependencies by @aricart in #23

Full Changelog: v1.0.4...v1.0.5

v1.0.4

21 Dec 13:24
21db1ea
Compare
Choose a tag to compare

What's Changed

  • [FIX] nacl should not be undefined when module.exports is defined by @sdenovan in #21
  • [FIX] propagated #21 to the tweetnacl-esm.ts, as the esm repackaging is done by a script by @aricart in #22

New Contributors

Full Changelog: v1.0.3...v1.0.4

v1.0.3

14 Jul 19:36
ebb4e0b
Compare
Choose a tag to compare

What's Changed

  • [CHANGE] self-processing the tweetnacl cjs module rather than use esm.sh as the size differential is huge by @aricart in #20

Full Changelog: v1.0.2...v1.0.3

v1.0.2

13 Jul 18:04
4ce8f79
Compare
Choose a tag to compare

What's Changed

  • Removed dependency on tweetnacl-deno by @aricart in #19

Full Changelog: v1.0.0-10...v1.0.2

v1.0.0-10

17 Dec 16:38
821cd6a
Compare
Choose a tag to compare

What's Changed

[FIX] exported KeyPair as a type on the ESM module as it is not getting propagated by the catchall export by @aricart in #16

Full Changelog: v1.0.0-9...v1.0.0-10