UNPKG
@psf/bip21
Version:
latest (2.0.1)
2.0.1
A BIP21 compatible URL encoding utility library
github.com/bitcoinjs/bip21
bitcoinjs/bip21
@psf/bip21
/
CHANGELOG.md
5 lines
(4 loc)
•
227 B
Markdown
View Raw
1
2
3
4
5
# 2.0.0
__changed__
*
`decode`
does not throw an exception for an invalid address, the address MUST be checked by the user
*
`decode`
returns
`{ address, options }`
instead of assigning the options to the parent decode object