Releases: ognus/wallet-address-validator
Releases · ognus/wallet-address-validator
Update and new coins.
This release:
- updated jssha to v2.3.1
- dropped Bower
- added Garlicoin
- added Vertcoin
- added BitcoinGold
Biocoin added
v0.1.1 chore (release): v0.1.1
v0.1.0
New small feature: currency as a symbol
Adding alternative way to specify currency: by symbol, so now you can either use 'bitcoin' or 'BTC'.
Breaking change for testnet addresses
Changing API, by moving testnet to separate parameter of validate method.
This will no longer work as expected:
WAValidator.validate('1KFzzGtDdnq5hrwxXGjwVnKzRbvf8WVxck', 'bitcoinTestnet');
Instead use:
WAValidator.validate('1KFzzGtDdnq5hrwxXGjwVnKzRbvf8WVxck', 'bitcoin', 'testnet');
Initial release
v0.0.1 Migrating codebase to make validator usable in the browser as well.