summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPawel Zelawski <pawel.zelawski@outlook.com>2025-04-14 10:39:04 +0200
committerPawel Zelawski <pawel.zelawski@outlook.com>2025-04-14 10:39:04 +0200
commit57cb89571b9c39efeb3b52d4e649c1768a563712 (patch)
tree1e01f603c188b418e78ab3829eefb27e42135145 /README.md
parentb354d96163e2ba2103f7d8b101dae547eb4747fa (diff)
chore: Prepare v1.1.0 release
- Bump version to 1.1.0 in package.json. - Update README.md features section to accurately reflect dependencies and address type support. - Add entry for v1.1.0 to CHANGELOG.md. - Apply various linting fixes to test file (digiid.test.ts) and configuration files (tsconfig.json, eslint.config.js) identified after dependency update and stricter linting checks.
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index d33c152..2be985c 100644
--- a/README.md
+++ b/README.md
@@ -8,9 +8,10 @@ Provides utilities for generating Digi-ID URIs for QR code display and verifying
* Generates Digi-ID URIs according to the specification.
* Verifies Digi-ID callback signatures and data.
+* Verifies signatures from all standard DigiByte address types (Legacy, SegWit P2SH, Native SegWit/Bech32).
* Full TypeScript support with comprehensive type definitions.
* Modern ES modules support.
-* Zero dependencies (except for Node.js built-ins).
+* Minimal dependencies, relying on standard cryptographic libraries.
* Comprehensive test coverage.
* Detailed error messages for debugging.