From: Chris Duncan Date: Thu, 14 May 2026 18:11:55 +0000 (-0700) Subject: v1.0.3 X-Git-Tag: v1.0.3^0 X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=b5c09a703268bdcfd33601c12a747b2f03804e19;p=nano25519.git v1.0.3 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 5acc0ba..47dcdec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ SPDX-License-Identifier: GPL-3.0-or-later # Changelog +## v1.0.3 + +- Rethrow errors encountered in async worker instead of silencing them. +- Throw if hex input is odd length, indicating improper padding. +- Improve typechecking in async functions. +- Update some error messages and remove invalid ones. + ## v1.0.2 - Fix regular expression when signing arbitrary data. diff --git a/package-lock.json b/package-lock.json index 750eabf..cc9e0e9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nano25519", - "version": "1.0.2", + "version": "1.0.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "nano25519", - "version": "1.0.2", + "version": "1.0.3", "license": "(GPL-3.0-or-later AND MIT)", "devDependencies": { "@types/node": "^25.5.0", diff --git a/package.json b/package.json index 090d09b..bc3b718 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nano25519", - "version": "1.0.2", + "version": "1.0.3", "description": "Public key derivation, transaction signing, and signature verification for Nano cryptocurrency using AssemblyScript.", "keywords": [ "nemo",