Releases: joule-labs/webln
Releases · joule-labs/webln
Version 0.3.2
- Fixes provided
*Error
classes to properly allow for instanceof
comparisons
v0.3.1
- Includes the fixed issue from v0.2.2 that got mistakenly removed for v0.3.0
v0.3.0
- Added
keysend
method (#42)
- Updated dependencies
- The only package consumer change is that
@types/chrome
now uses ^
in the semver to allow for multiple versions
- Removed comments from minified version
v0.2.2
- Fixed an issue in v0.2.1 that prevented errors from bubbling up
v0.2.1
- Fixed
requestProvider
not working with promise catching (#26)
- Added repository URL to package.json (#20)
v0.2.0
- Adjusts message signature types to better match LND nomenclature
- Fixed some UMD build issues
v0.1.0 - Initial stable release
Now that WebLN has been in the wild for a bit, I've decided to bump it up to 0.1.0 to show a bit of stability in the spec. This also adds UMD releases of it for those who don't have a build process for their frontend code.
v0.0.3
- Correctly sets
files
key on package.json to publish the lib
directory.
v0.0.2
- Update
makeInvoice
to take in arguments object