]> git.codecow.com Git - nano25519.git/commitdiff
v1.0.2 main v1.0.2
authorChris Duncan <chris@zoso.dev>
Wed, 15 Apr 2026 06:58:34 +0000 (23:58 -0700)
committerChris Duncan <chris@zoso.dev>
Wed, 15 Apr 2026 06:58:34 +0000 (23:58 -0700)
CHANGELOG.md
package-lock.json
package.json

index 62012ccb56140d509513b8f0d742fa4477ce6d95..5acc0baf275d4b3dfc9a150eb633a1148ebbe04e 100644 (file)
@@ -5,23 +5,23 @@ SPDX-License-Identifier: GPL-3.0-or-later
 
 # Changelog
 
-## v1.0.1
-
-Fix extra type emissions and exports.
-
-Update integration and input guidance in README.
-
-Emit declarations to types directory.
+## v1.0.2
 
-Use esbuild to copy specific type definitions.
+- Fix regular expression when signing arbitrary data.
+- Simplify esbuild entry points for node build and include type source maps.
+- Add styling to test webpage.
+- Update changelog from prior releases and fix project homepage.
 
-Move implementation file and delete duplicated exports.
-
-Expand on test vector authorship.
-
-Include unlicense for tweetnacl origins.
+## v1.0.1
 
-Reattempt to fetch test vectors when online.
+- Fix extra type emissions and exports.
+- Update integration and input guidance in README.
+- Emit declarations to types directory.
+- Use esbuild to copy specific type definitions.
+- Move implementation file and delete duplicated exports.
+- Expand on test vector authorship.
+- Include unlicense for tweetnacl origins.
+- Reattempt to fetch test vectors when online.
 
 ## v1.0.0
 
index 95b787f683dfb60cb9630b0017090cfd59a355c7..750eabf9eba47ea4eb8a403492480c022fbac3a8 100644 (file)
@@ -1,12 +1,12 @@
 {
        "name": "nano25519",
-       "version": "1.0.1",
+       "version": "1.0.2",
        "lockfileVersion": 3,
        "requires": true,
        "packages": {
                "": {
                        "name": "nano25519",
-                       "version": "1.0.1",
+                       "version": "1.0.2",
                        "license": "(GPL-3.0-or-later AND MIT)",
                        "devDependencies": {
                                "@types/node": "^25.5.0",
index 607ea1f9d80bd85e88835a22021480788e5ae68c..090d09bcffa9aa9b678b06d3bf1e17b8fde8e9f5 100644 (file)
@@ -1,6 +1,6 @@
 {
        "name": "nano25519",
-       "version": "1.0.1",
+       "version": "1.0.2",
        "description": "Public key derivation, transaction signing, and signature verification for Nano cryptocurrency using AssemblyScript.",
        "keywords": [
                "nemo",