Releases: getAlby/js-sdk
Releases · getAlby/js-sdk
v2.3.0
What's Changed
- 🐛 fix: Improved
buildQueryString
function to filter out empty parameter entries when generating query strings by @rolznz in #39 - 🐛 fix: Add checks, if
client_secret
orcode_verifier
is provided or not by @rolznz in #40 - 🚀 feat: Add events system to subscribe to the automatic token refresh happening in the library via
tokenRefreshed
andtokenRefreshFailed
events by @pavanjoshi914 in #42 - 🚀 feat: Add
makeInvoice
function to allow creation of invoice inNostrWeblnProvider
by @rolznz in #67 - 🚀 feat: Add linters (prettier, eslint), add husky and precommit hooks along with custom npm scripts and serialization config for eslint and prettier by @pavanjoshi914 in #60
- 🔄 chore: Format codebase via prettier by @pavanjoshi914 in #68
- 🔄 chore: Example code indicating use case of
get-balance
andmake-invoice
by @rolznz in #59 - 🔄 chore: Bump version by @pavanjoshi914 in #81
Full Changelog: v2.2.3...v2.3.0
Patch: NWC getBalance response type
NWC getBalance
What's Changed
- feat: add getbalance to nwc provider by @im-adithya in #35
- chore: bump version by @rolznz in #61
Full Changelog: v2.2.1...v2.2.2
Fix: default condition should be last one
Merge pull request #58 from getAlby/chore/bump-version chore: bump version
v2.2.0
What's Changed
- browserify by @bumi in #29
- feat: make alby oauth url customizable by @pavanjoshi914 in #37
- fix: fix nostr tools version by @rolznz in #41
- chore: rename alby js sdk package by @rolznz in #36
- feat: add publish by @reneaaron in #44
- feat: ci by @reneaaron in #46
- chore(deps-dev): bump ts-jest from 29.1.0 to 29.1.1 by @dependabot in #51
- chore(deps): bump loader-utils from 3.2.0 to 3.2.1 by @dependabot in #48
- chore(deps): bump json5 from 2.2.1 to 2.2.3 by @dependabot in #49
- chore(deps): bump semver from 6.3.0 to 6.3.1 by @dependabot in #47
- feat: swaps by @reneaaron in #33
New Contributors
- @pavanjoshi914 made their first contribution in #37
- @reneaaron made their first contribution in #44
- @dependabot made their first contribution in #51
Full Changelog: v2.1.0...v2.2.0
v2.0.0
What's Changed
- add Nostr Wallet Connect WebLN provider
- add Alby webhook api methods
- BREAKING CHANGE: Remove cross-fetch. Cross-fetch is unmaintained and breaks in serverless and service worker environments. If you do not have a global fetch, please add a polyfill (see the README for more info)
Full Changelog: v1.3.0...v2.0.0