]> git.codecow.com Git - nano25519.git/commitdiff
v1.0.3 main v1.0.3
authorChris Duncan <chris@codecow.com>
Thu, 14 May 2026 18:11:55 +0000 (11:11 -0700)
committerChris Duncan <chris@codecow.com>
Thu, 14 May 2026 18:11:55 +0000 (11:11 -0700)
CHANGELOG.md
package-lock.json
package.json

index 5acc0baf275d4b3dfc9a150eb633a1148ebbe04e..47dcdec55efe3355c312fb7cc6a68440462e1943 100644 (file)
@@ -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.
index 750eabf9eba47ea4eb8a403492480c022fbac3a8..cc9e0e9ec601b7da5fa634786e06136e738b7c64 100644 (file)
@@ -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",
index 090d09bcffa9aa9b678b06d3bf1e17b8fde8e9f5..bc3b71833eb0bcffc01b72ca8ab96ba1c87866e9 100644 (file)
@@ -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",