]> git.codecow.com Git - nano25519.git/commitdiff
v1.0.7 v1.0.7
authorChris Duncan <chris@zoso.dev>
Mon, 6 Jul 2026 07:34:15 +0000 (00:34 -0700)
committerChris Duncan <chris@zoso.dev>
Mon, 6 Jul 2026 07:34:15 +0000 (00:34 -0700)
CHANGELOG.md
package-lock.json
package.json

index 0e6bec465125f5c8a62785ff8929f922058929b0..43b4776145ae84414c6e0f2a5bd978ff5a06e1d7 100644 (file)
@@ -5,6 +5,11 @@ SPDX-License-Identifier: GPL-3.0-or-later
 
 # Changelog
 
+## v1.0.7
+
+- Improve regular expression matching against hexadecimal input strings.
+- Add negative tests against expected errors for invalid inputs.
+
 ## v1.0.6
 
 - Improve async message validation.
index 52810c3f8fe4fc425308b77a62c7d283832d12b2..e3f0424efd0225d1b07cf8653bc5baac9e45f2ad 100644 (file)
@@ -1,12 +1,12 @@
 {
        "name": "nano25519",
-       "version": "1.0.6",
+       "version": "1.0.7",
        "lockfileVersion": 3,
        "requires": true,
        "packages": {
                "": {
                        "name": "nano25519",
-                       "version": "1.0.6",
+                       "version": "1.0.7",
                        "license": "(GPL-3.0-or-later AND MIT)",
                        "devDependencies": {
                                "@types/node": "^25.9.3",
index 9175c8d272c2232e34ab25765b8de0e71c3aa788..c7ef03fa7877cddd94fbe8672b53fdf16cf25251 100644 (file)
@@ -1,6 +1,6 @@
 {
        "name": "nano25519",
-       "version": "1.0.6",
+       "version": "1.0.7",
        "description": "Public key derivation, transaction signing, and signature verification for Nano cryptocurrency using AssemblyScript.",
        "keywords": [
                "nemo",