bip21_uri 2.1.1
bip21_uri: ^2.1.1 copied to clipboard
A Bip21 compatible URL encoding package developed for DartLang.
2.1.1 #
- fix: regression on uppercase
2.1.0 #
- If
pjis passed among the options of the query parameters, the package now process it as a payjoin Uri specified in BIP77 supporting both percent encoded or not,+and-. Keep the#encoded as%23and the Uri is uppercase. - Payjoin unit tests
2.0.1 #
- Empty amount is decoded as null
- Empty message or label is decoded/encoded as empty
- Empty options are encoded/decoded
2.0.0 #
Breaking Changes #
- Package renamed:
dart_bip21→bip21_uri - Model renamed:
BIP21→Bip21Uri - Amount type changed:
num?→double? - API restructured: Complete rewrite of the codebase with new file structure
1.0.0 #
- Initial version.