Skip to content

Releases: chill117/lnurl-platformio

v0.4.0

30 Apr 14:59
41725d0
Compare
Choose a tag to compare
  • Lnurl::Signer::create_signature is now a public method

v0.3.0

25 Apr 16:33
4173036
Compare
Choose a tag to compare
  • Refactoring and clean-up of global namespace
  • Lnurl::encode/decode are unchanged
  • BREAKING CHANGES:
    • LnurlSigner and other related globals moved to Lnurl namespace. See latest README for changes to Lnurl::Signer usage.

v0.2.0

22 Mar 11:39
70a731b
Compare
Choose a tag to compare
  • Custom params can now be used with signer.create_url()

v0.1.3

01 Feb 15:45
ca8b676
Compare
Choose a tag to compare
  • Encode URI components in the same way as JavaScript's encodeURIComponent. This ensures that querystrings with special characters are encoded in the same way on the device as the lnurl-node server.

v0.1.2

31 Jan 18:27
cc33f49
Compare
Choose a tag to compare
  • Follow standardization of query stringification as done by the lnurl-node module. The query object will now be sorted alphabetically by key before being stringified and used as the payload when signing.

Release v0.1.0

02 Nov 22:25
Compare
Choose a tag to compare
  • Initial release