From 57cb89571b9c39efeb3b52d4e649c1768a563712 Mon Sep 17 00:00:00 2001 From: Pawel Zelawski Date: Mon, 14 Apr 2025 10:39:04 +0200 Subject: 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. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.md') 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. -- cgit v1.2.3