diff options
author | Pawel Zelawski <pawel.zelawski@outlook.com> | 2025-04-14 10:39:04 +0200 |
---|---|---|
committer | Pawel Zelawski <pawel.zelawski@outlook.com> | 2025-04-14 10:39:04 +0200 |
commit | 57cb89571b9c39efeb3b52d4e649c1768a563712 (patch) | |
tree | 1e01f603c188b418e78ab3829eefb27e42135145 /README.md | |
parent | b354d96163e2ba2103f7d8b101dae547eb4747fa (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.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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. |