# 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.
{
"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",
{
"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",