Skip to content

Releases: getAlby/js-sdk

v3.4.0

06 Mar 05:04
5e77025
Compare
Choose a tag to compare

What's Changed

  • feat: add NWC client method to get wallet service supported methods by @rolznz in #206
  • feat: add support for sendPaymentAsync to NWC WebLN provider by @bumi in #207
  • fix: use actual error objects in NWC Client by @rolznz in #209

Full Changelog: v3.3.1...v3.4.0

v3.3.1

19 Feb 02:56
f419b94
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.3.0...v3.3.1

v3.3.0

06 Feb 13:12
744689b
Compare
Choose a tag to compare

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

28 Dec 14:03
9e6c9ab
Compare
Choose a tag to compare

What's Changed

  • fix: allow choosing request methods in authorization url by @rolznz in #176

Full Changelog: v3.2.2...v3.2.3

v3.2.2

22 Dec 05:36
4710871
Compare
Choose a tag to compare

What's Changed

  • fix: get info fallback by @rolznz in #171
  • fix: connect on every nwc request to ensure reconnect happens by @rolznz in #172

Full Changelog: v3.2.1...v3.2.2

v3.2.1

19 Dec 13:13
0a8282e
Compare
Choose a tag to compare

What's Changed

  • fix: lookup invoice does not return preimage by @rolznz in #170

Full Changelog: v3.2.0...v3.2.1

v3.2.0

19 Dec 09:19
978530f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.0...v3.2.0

v3.1.0

18 Dec 09:16
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.0...v3.1.0

v3.0.0

07 Dec 08:24
890edc8
Compare
Choose a tag to compare

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

  • feat: remove browserify, crypto-js, sourcemaps by @rolznz in #157

Full Changelog: v2.7.0...v3.0.0

v2.7.0

23 Nov 09:08
1294131
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: v2.6.0...v2.7.0