Skip to content

Releases: getAlby/js-lightning-tools

v5.1.2

10 Dec 08:15
9c606a4
Compare
Choose a tag to compare

What's Changed

  • fix: decode 0-amount invoices by @rolznz in #181
  • chore(deps-dev): bump eslint-config-prettier from 9.0.0 to 9.1.0 by @dependabot in #182
  • chore(deps-dev): bump prettier from 3.0.2 to 3.4.2 by @dependabot in #183
  • chore(deps-dev): bump husky from 8.0.3 to 9.1.7 by @dependabot in #184
  • chore(deps-dev): bump @types/jest from 29.5.13 to 29.5.14 by @dependabot in #185
  • chore(deps): bump nanoid from 3.3.6 to 3.3.8 by @dependabot in #187
  • chore(deps-dev): bump @types/node from 20.8.2 to 22.10.1 by @dependabot in #186

Full Changelog: v5.1.1...v5.1.2

v5.1.1

06 Dec 11:19
fdbf3a1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.1.0...v5.1.1

v5.1.0

20 Oct 14:30
7cc191b
Compare
Choose a tag to compare

What's Changed

New features

  • feat: added invoice.hasExpired() by @matjaz in #151
  • feat: lud-16 text/email parsing by @matjaz in #149
  • feat: lazy parallel loading of lightning address data by @matjaz in #150

Bug fixes

Misc

  • chore: update light bolt 11 decoder dependency version by @rolznz in #152
  • chore: fix tests failing in node 20 by @rolznz in #156
  • chore(deps-dev): bump typescript from 5.1.6 to 5.3.3 by @dependabot in #123
  • chore(deps-dev): bump jest and @types/jest by @dependabot in #160
  • chore(deps): bump rollup from 2.79.1 to 2.79.2 by @dependabot in #159
  • chore(deps): bump ejs from 3.1.8 to 3.1.10 by @dependabot in #157
  • chore(deps): bump braces from 3.0.2 to 3.0.3 by @dependabot in #158
  • chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.4.0 to 6.21.0 by @dependabot in #144
  • chore(deps-dev): bump @commitlint/cli from 17.7.1 to 19.5.0 by @dependabot in #161
  • chore: bump version by @rolznz in #162

New Contributors

Full Changelog: v5.0.3...v5.1.0

v5.0.3

01 May 15:27
939b5ee
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.0.2...v5.0.3

v5.0.2

01 Apr 10:12
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.0.1...v5.0.2

v5.0.1

08 Jan 08:52
c157322
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.0.0...v5.0.1

v5.0.0

07 Dec 07:11
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 Changes: Invoice.validatePreimage, nostr.getEventHash are now async methods. In NodeJS you may now also need to set a global crypto object. See the README for more details.

What's Changed

  • feat: remove browserify, crypto-js and source maps by @rolznz in #122

Full Changelog: v4.2.1...v5.0.0

v4.2.1

04 Dec 07:11
Compare
Choose a tag to compare

This release fixes a bug with doing L402 fetches with a base64-encoded macaroon

What's Changed

New Contributors

Full Changelog: v4.2.0...v4.2.1

v4.2.0

18 Nov 15:21
Compare
Choose a tag to compare

This release improves the Invoice class with additional invoice decoding (with an example in the README), also some code refactoring and dependency updates.

What's Changed

New Contributors

Full Changelog: v4.1.0...v4.2.0

v4.1.0

19 Oct 09:31
f668ce0
Compare
Choose a tag to compare

This release has some bug fixes and dependency updates, and some internal improvements. It also points lightning tools at new Alby lightning details proxy URL.

What's Changed

New Contributors

Full Changelog: v4.0.2...v4.1.0