Skip to content

v2.3.0

Compare
Choose a tag to compare
@pavanjoshi914 pavanjoshi914 released this 28 Aug 11:39
· 229 commits to master since this release
332682d

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 or code_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 and tokenRefreshFailed events by @pavanjoshi914 in #42
  • 🚀 feat: Add makeInvoice function to allow creation of invoice in NostrWeblnProvider 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 and make-invoice by @rolznz in #59
  • 🔄 chore: Bump version by @pavanjoshi914 in #81

Full Changelog: v2.2.3...v2.3.0