Skip to content

Releases: ognus/wallet-address-validator

Update and new coins.

02 Mar 04:55
Compare
Choose a tag to compare

This release:

  • updated jssha to v2.3.1
  • dropped Bower
  • added Garlicoin
  • added Vertcoin
  • added BitcoinGold

Biocoin added

28 Sep 08:05
Compare
Choose a tag to compare
v0.1.1

chore (release): v0.1.1

v0.1.0

28 May 06:09
Compare
Choose a tag to compare

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

27 May 09:28
Compare
Choose a tag to compare
v0.0.1

Migrating codebase to make validator usable in the browser as well.