Releases: sergical/blockchain-wallet-validator
Releases · sergical/blockchain-wallet-validator
v1.2.1
v1.2.0
Enhancements
- Added per-domain NS configuration with custom length limits and emoji controls.
- Exposed NS metadata for effective limits and emoji allowance results.
- Documented Core (ICAN) validation example in the README.
- Increased code coverage.
Bug fixes
- Fixed NS subdomain detection for root domains without prefixes.
- Fixed NS subdomain detection for multi-level domain configurations.
Full Changelog: v1.1.2...v1.2.0
v1.1.2
What's Changed
- Added Enterprise networks flag by @rastislavcore in #14
- feat: update version to 1.1.2 and add isEnterprise field by @sergical in #15
Full Changelog: v1.1.1...v1.1.2
v1.1.1
What's Changed
- Readme file by @rastislavcore in #10
- Brush the doc by @rastislavcore in #11
- feat: Tron validation support by @sergical in #12
- feat: add Tron address validation and update version by @sergical in #13
Full Changelog: v1.1.0...v1.1.1
v1.1.0
Enhancements
- Added flag to enable/disable emoji verification
- Added Litecoin addresses
- Added Bitcoin Cash addresses
- Added meta field compatibleWith for same addresses
- Added printFormat and electronicFormat for ICAN
- Removed Node.js 16 support
- Removed Buffer usage
Bug fixes
- EVM addresses wasn't compatible with EIP-55
v1.0.1
- Added support for ICAN (thank you @rastislavcore)
- Cleaned up CI/CD