Skip to content

Releases: nats-io/nkeys.js

v1.2.0-4

11 Jun 14:54
d66cf7a
Compare
Choose a tag to compare
v1.2.0-4 Pre-release
Pre-release

What's Changed

Updated building of bundle for jsr.io and npm.

Full Changelog: v1.1.0...v1.2.0-4

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

v1.0.0-9

06 Jan 22:44
720a63d
Compare
Choose a tag to compare
  • [fix] removed internal static field to enable compatibility with safari
  • [update] test dependencies

v1.0.0-8

06 Nov 16:24
2181687
Compare
Choose a tag to compare
  • [fix] exported Prefix - fixes #4
  • [update] deno to 1.4.6 and std 0.75.0 (adopted new deno formatting)