Skip to content

Releases: getAlby/js-lightning-tools

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

Fix: default condition should be last one

10 Aug 06:07
Compare
Choose a tag to compare
v4.0.2

chore: bump version

v4.0.1

09 Aug 21:34
Compare
Choose a tag to compare

Full Changelog: v4.0.0...v4.0.1

Renamed the window object to match docs.