Releases: laracord/framework
Releases Β· laracord/framework
v1.0.9
Change log
Enhancements
- β¨ Implement an optional
react/httpserver with Laravel routing (#26) - β¨ Implement Laravel Controller support
- β¨ Create a
bot:tokencommand to generate API tokens - π§βπ» Silence spammy payload count log
- π§ Add mergeable
app.phpconfig with necessary bootstrap configuration - π¨ Split the
ResolvesUserlogic into a trait - β Add
nyholm/psr7to the project - β Add
react/httpto the project - β Add
symfony/psr-http-message-bridgeto the project - β Add
illuminate/translationto the project - β Add
laravel/sanctumto the project
Full Changelog: v1.0.8...v1.0.9
v1.0.8
v1.0.7
v1.0.6
Change log
Enhancements
- β‘ Cache the slash commands (Fixes #23) (#31)
- π§βπ» Make the database/User model optional (Fixes #20) (#32)
- π§ Add out of the box configuration for MySQL (#33)
- π§βπ» Add support for passing an array of command prefixes
- π Move the
Messagecomponent to theLaracord\Discordnamespace - β¨ Add improved button support to the
Messagecomponent
Full Changelog: v1.0.5...v1.0.6
v1.0.5
v1.0.4
v1.0.3
v1.0.2
Change log
Bug fixes
- π©Ή Add missing return on the event
register()method
Full Changelog: v1.0.1...v1.0.2
v1.0.1
Change log
Enhancements
- π§βπ» Return an instance of
selfon the service/event boot/register methods - π¨ Add registered services and events to their corresponding properties
- π Use Laravel Prompts for the command table
- π Improve the bot boot message
- π§βπ» Check if a path exists before attempting to extract classes
- π Improve the project README
Full Changelog: v1.0.0...v1.0.1