v2.7.0
This release adds the ability to use the Alby API to decode invoices. It also has one bugfix to make the preimage field in invoices optional (it won't exist for unsettled invoices, which may be returned in future versions), plus some documentation improvements and dependency updates.
DEPRECATION NOTICE: sendToAlbyAccount has been renamed to sendBoostagramToAlbyAccount.
What's Changed
- feat: decode invoice by @rolznz in #140
- fix: make preimage optional by @rolznz in #136
- chore(deps): bump crypto-js from 4.1.1 to 4.2.0 by @dependabot in #117
- chore(deps): bump browserify-sign from 4.2.1 to 4.2.2 by @dependabot in #118
- chore: fix example NWC URL prompt in examples by @rolznz in #138
- chore: update nostr tools by @rolznz in #137
- chore: rename sendToAlbyAccount to sendBoostagramToAlbyAccount by @rolznz in #139
- chore: add sendToAlbyAccount deprecation console warning by @rolznz in #141
- Update README.md by @itstomekk in #143
- chore: bump version to 2.7.0 by @rolznz in #149
- docs: add invoice decoding section to README by @rolznz in #135
New Contributors
- @itstomekk made their first contribution in #143
Full Changelog: v2.6.0...v2.7.0