Releases: getAlby/js-sdk
v3.4.0
v3.3.1
What's Changed
- fix: webln nwc lookup invoice example by @rolznz in #201
- Send empty params for
get_info
andget_balance
by @benthecarman in #204 - chore: bump package version by @rolznz in #205
New Contributors
- @benthecarman made their first contribution in #204
Full Changelog: v3.3.0...v3.3.1
v3.3.0
This release adds multi_pay_invoice and multi_pay_keysend NWC extension methods. It also exposes a new NWCClient that can be used instead of the WebLN provider (WebLN has more restrictions than NWC)
What's Changed
- chore: minor changes in list transactions example by @rolznz in #179
- feat: add sendMultiPayment function and example by @rolznz in #190
- feat: Split NWC client from NostrWeblnProvider by @rolznz in #197
Full Changelog: v3.2.3...v3.3.0
v3.2.3
v3.2.2
v3.2.1
v3.2.0
What's Changed
- feat: add NWC listTransactions method by @im-adithya in #164
- chore: bump version by @rolznz in #167
Full Changelog: v3.1.0...v3.2.0
v3.1.0
What's Changed
- feat: add NWC getInfo method by @rolznz in #160
- feat: add NWC payKeysend method by @im-adithya in #163
- fix: swaps status by @reneaaron in #159
Full Changelog: v3.0.0...v3.1.0
v3.0.0
This release significantly reduces the bundle size by removing the deprecated crypto-js library, removing unnecessary source maps from the build output and replacing browserify with Javascript Modules.
Breaking change: generateAuthURL is now async.
What's Changed
Full Changelog: v2.7.0...v3.0.0
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