Releases: php-lightning/lnaddress
Releases · php-lightning/lnaddress
0.7.0
What's Changed
- Allow add backends as json by @Chemaclass in #21
- Move "gacela config" to gacela.php file by @Chemaclass
- Use getcwd() when addBackendsFile on config.dist.php by @Chemaclass
Full Changelog: 0.6.0...0.7.0
0.6.0
Update Gacela Router 0.4
Full Changelog: 0.5.0...0.6.0
0.5.0
What's Changed
Among other improvements and refactorings, we implemented HTTP controllers for the endpoints using a new library https://github.com/gacela-project/router (inspired by https://github.com/Tito-Kati/chico-framework by @Tito-Kati)
Thanks to @Bashy , @JesusValera and @Chemaclass.
Full Changelog: 0.4.0...0.5.0
0.4.0
What's Changed
- fix domain default param in config by @Bashy in #8
- Rename project name from lightning-address to lnaddress by @Chemaclass in #9
- Create VO SendableRange by @JesusValera in #11
- fix post http request by @Bashy in #10
- Get callback-url in index.php when no GET amount by @Chemaclass in #12
- Rename lightning-config.php to lightning-config.dist.php by @Chemaclass in #13
- Remove bin/lnaddress script command by @Chemaclass in #14
- Make callback-url configurable by @Bashy in #15
New Contributors
- @JesusValera made their first contribution in #11
Full Changelog: 0.3.0...0.4.0
0.3.0
What's Changed
- Add readme badges by @Chemaclass in #4
- Create callback url command by @Chemaclass in #3
- Add fluent interface for config by @Chemaclass in #5
- Refactor api module by @Chemaclass in #6
- Update readme installation by @Chemaclass in #7
Full Changelog: 0.2.0...0.3.0
0.2.0
What's Changed
- Modernizing the PHP script by @Chemaclass in #2
- Add the library to packagist, so you can install it now as a vendor dependency
Full Changelog: v0.1.0...0.2.0
Release v0.1.0
README.md
improved- Added
$success_msg
as customizable variable.