Skip to content

Releases: laracord/framework

v1.0.9

07 Feb 19:21
23928bf

Choose a tag to compare

Change log

Enhancements

  • ✨ Implement an optional react/http server with Laravel routing (#26)
  • ✨ Implement Laravel Controller support
  • ✨ Create a bot:token command to generate API tokens
  • πŸ§‘β€πŸ’» Silence spammy payload count log
  • πŸ”§ Add mergeable app.php config with necessary bootstrap configuration
  • 🎨 Split the ResolvesUser logic into a trait
  • βž• Add nyholm/psr7 to the project
  • βž• Add react/http to the project
  • βž• Add symfony/psr-http-message-bridge to the project
  • βž• Add illuminate/translation to the project
  • βž• Add laravel/sanctum to the project

Full Changelog: v1.0.8...v1.0.9

v1.0.8

07 Feb 16:03
7864c67

Choose a tag to compare

Change log

Enhancements

  • πŸ§‘β€πŸ’» Improve the message buttons method for simple URL buttons (#35)

Full Changelog: v1.0.7...v1.0.8

v1.0.7

07 Feb 15:33
71e0107

Choose a tag to compare

Change log

Enhancements

  • 🎨 Improve prefix handling when using an array (#34)
  • πŸ“ Improve the Command Prefix config description

Full Changelog: v1.0.6...v1.0.7

v1.0.6

07 Feb 15:08
a77278a

Choose a tag to compare

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 Message component to the Laracord\Discord namespace
  • ✨ Add improved button support to the Message component

Full Changelog: v1.0.5...v1.0.6

v1.0.5

04 Feb 15:42
d544878

Choose a tag to compare

Change log

Enhancements

  • ✨ Display an invite link on boot if the bot is not in any guilds (#30)
  • πŸ§‘β€πŸ’» Exclude spammy log messages from the logger

Bug fixes

  • 🩹 Make the event namespaces unique when generating

Full Changelog: v1.0.4...v1.0.5

v1.0.4

04 Feb 02:03
723e71a

Choose a tag to compare

Change log

Bug fixes

  • πŸ› Fix the bot:admin command user resolving (Fixes #28)

Full Changelog: v1.0.3...v1.0.4

v1.0.3

03 Feb 10:49

Choose a tag to compare

Change log

Enhancements

  • πŸ§‘β€πŸ’» Remove unnecessary command conditional during boot (Fixes #24)

Bug fixes

  • 🩹 Fix the bot:admin command when user is not in database

Full Changelog: v1.0.2...v1.0.3

v1.0.2

01 Feb 06:10

Choose a tag to compare

Change log

Bug fixes

  • 🩹 Add missing return on the event register() method

Full Changelog: v1.0.1...v1.0.2

v1.0.1

01 Feb 06:06

Choose a tag to compare

Change log

Enhancements

  • πŸ§‘β€πŸ’» Return an instance of self on 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

v1.0.0

31 Jan 09:19

Choose a tag to compare

πŸŽ‰ Initial release