Releases: getAlby/js-sdk
Releases · getAlby/js-sdk
v3.7.1
v3.7.0
What's Changed
- feat: parse nwc url lud16 by @rolznz in #235
- feat: add metadata field to make_invoice by @rolznz in #232
Dependency Updates
- chore(deps-dev): bump @commitlint/config-conventional from 17.7.0 to 19.4.1 by @dependabot in #236
- chore(deps): bump elliptic from 6.5.4 to 6.5.7 by @dependabot in #241
- chore(deps-dev): bump typescript from 5.1.6 to 5.5.4 by @dependabot in #243
- chore(deps-dev): bump express from 4.18.2 to 4.19.2 by @dependabot in #237
- chore: add lud16 property to nwc client by @rolznz in #244
- chore(deps-dev): bump eslint from 8.47.0 to 8.57.0 by @dependabot in #242
- chore(deps): bump ejs from 3.1.8 to 3.1.10 by @dependabot in #240
- chore(deps): bump es5-ext from 0.10.62 to 0.10.64 by @dependabot in #239
- chore(deps): bump braces from 3.0.2 to 3.0.3 by @dependabot in #238
- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.4.0 to 6.21.0 by @dependabot in #199
- chore(deps-dev): bump @typescript-eslint/parser from 6.4.0 to 6.21.0 by @dependabot in #198
- chore: bump version by @rolznz in #245
Full Changelog: v3.6.1...v3.7.0
v3.6.1
v3.6.0
What's Changed
- feat: add payment_sent notification by @im-adithya in #223
- fix: examples for nodeJS 20+ by @rolznz in #222
Full Changelog: v3.5.1...v3.6.0
v3.5.1
v3.5.0
v3.4.3
What's Changed
- chore: try eventemitter3 by @bumi in #210
- feat: update keysend args by @pavanjoshi914 in #213
Full Changelog: v3.4.0...v3.4.3
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