Skip to content

Releases: getAlby/js-lightning-tools

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.

v4.0.0

09 Aug 14:08
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.1.2...v4.0.0