]> git.codecow.com Git - nano25519.git/commitdiff
Update changelog from prior releases and fix project homepage.
authorChris Duncan <chris@zoso.dev>
Wed, 15 Apr 2026 06:54:13 +0000 (23:54 -0700)
committerChris Duncan <chris@zoso.dev>
Wed, 15 Apr 2026 06:54:13 +0000 (23:54 -0700)
CHANGELOG.md
package.json

index 15aeaa64618f7cee935d5e83572ed93d405e953e..62012ccb56140d509513b8f0d742fa4477ce6d95 100644 (file)
@@ -5,9 +5,25 @@ SPDX-License-Identifier: GPL-3.0-or-later
 
 # Changelog
 
-## v0.0.1
+## v1.0.1
 
-### Notable Changes
+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
 
 Written in TypeScript and AssemblyScript, nano25519 leverages WebAssembly to
 derive public keys, sign transactions, and validate signatures for Nano
index 7d581a7624bd8acf7a6537804d1a3a434f5ec53b..607ea1f9d80bd85e88835a22021480788e5ae68c 100644 (file)
@@ -12,7 +12,7 @@
                "coin",
                "wasm"
        ],
-       "homepage": "https://git.codecow.com",
+       "homepage": "https://git.codecow.com/?p=nano25519.git",
        "bugs": "bug-nano25519@codecow.com",
        "license": "(GPL-3.0-or-later AND MIT)",
        "author": "Chris Duncan <chris@codecow.com>",