]> git.codecow.com Git - nano25519.git/commitdiff
v1.0.5 v1.0.5
authorChris Duncan <chris@codecow.com>
Fri, 26 Jun 2026 20:57:21 +0000 (13:57 -0700)
committerChris Duncan <chris@codecow.com>
Fri, 26 Jun 2026 20:57:21 +0000 (13:57 -0700)
CHANGELOG.md
package-lock.json
package.json

index e8ff99408578e386dcc4d52b8a459c82664f0f2b..d355b4cb83357fe5521ec4a46c1a9910b27da9b0 100644 (file)
@@ -5,6 +5,12 @@ SPDX-License-Identifier: GPL-3.0-or-later
 
 # Changelog
 
+## v1.0.5
+
+- Load worker messaging for async module independently of sync module.
+- Improve consistency of clearing WASM I/O buffers after each function call.
+- Fix erroneous import of NodeJS package when building browser bundle.
+
 ## v1.0.4
 
 - Prevent crosstalk with other workers by checking URL and a unique ID per call.
index d393f3af8290d6987808bbd08a4f466fa59d4411..3ea54d297c657ec6198389f81e177baedff46103 100644 (file)
@@ -1,12 +1,12 @@
 {
        "name": "nano25519",
-       "version": "1.0.4",
+       "version": "1.0.5",
        "lockfileVersion": 3,
        "requires": true,
        "packages": {
                "": {
                        "name": "nano25519",
-                       "version": "1.0.4",
+                       "version": "1.0.5",
                        "license": "(GPL-3.0-or-later AND MIT)",
                        "devDependencies": {
                                "@types/node": "^25.9.3",
index d463f89ed36a8bef74fab866b40482da3aabaeb2..f0f9a967c62e86f02bb44b9ba0c5fb7fc0a7c78c 100644 (file)
@@ -1,6 +1,6 @@
 {
        "name": "nano25519",
-       "version": "1.0.4",
+       "version": "1.0.5",
        "description": "Public key derivation, transaction signing, and signature verification for Nano cryptocurrency using AssemblyScript.",
        "keywords": [
                "nemo",