Skip to content

Releases: laracord/framework

v1.1.5

21 Feb 16:11
457973f
Compare
Choose a tag to compare

Change log

Enhancements

  • ✨ Add support for conditionally enabling/disabling commands, services and events
  • 📝 Improve command property docblock wording
  • 🎨 Initialize message() using the existing bot instance

Full Changelog: v1.1.4...v1.1.5

v1.1.4

21 Feb 14:11
604e47d
Compare
Choose a tag to compare

Change log

Enhancements

  • ✨ Add input/output stream support (#42)
  • ✨ Add generic input stream commands stop, restart, invite, commands, and ?
  • ✨ Add file support to the Message component
  • 🎨 Improve message button style support (#43)
  • 🧑‍💻 Create methods to shutdown and restart Laracord
  • 🧑‍💻 Add support for forcefully displaying the invite link
  • 🧑‍💻 Add registered route count to the boot status
  • 🧑‍💻 Add a httpServer() getter method
  • 🎨 Minor code improvements
  • 🧑‍💻 Add a shutdown() method to the HTTP server
  • 🎨 Add missing bot properties
  • 🎨 Improve usage of the bot property

Bug fixes

  • 🩹 Fix typo in httpServer property return type

Full Changelog: v1.1.3...v1.1.4

v1.1.3

09 Feb 13:38
2ac305a
Compare
Choose a tag to compare

Change log

🎉 This release adds support for Livewire! Check out example docs at https://laracord.com/docs/livewire

To upgrade, just run composer upgrade.

Enhancements

  • ✨ Add Livewire support to the HTTP server (#40)
  • 🧑‍💻 Create a Laracord\HasLaracord trait for accessing the Bot methods
  • 🔧 Add default filesystems, session and view configs to the project
  • ✨ Implement the key:generate console command
  • 🔧 Improve the default cache path syntax
  • 🔧 Add default web middleware
  • ✨ Add support for file responses
  • 🧑‍💻 Create the session folder during boot
  • ✨ Implement a default Route service provider
  • 🎨 Improve default provider and routing registration
  • 🚚 Move default path generation to the Laracord service provider
  • ➕ Add illuminate/queue to the project
  • ➕ Add illuminate/encryption to the project
  • ➕ Add illuminate/validation to the project

Bug fixes

  • 🩹 Fix the message() method on the bot instance

Full Changelog: v1.1.2...v1.1.3

v1.1.2

07 Feb 22:03
404c0c8
Compare
Choose a tag to compare

Change log

Bug fixes

  • 🩹 Fix Windows support for the make:event command (#38)

Full Changelog: v1.1.1...v1.1.2

v1.1.1

07 Feb 20:39
c7dbeae
Compare
Choose a tag to compare

Change log

Bug fixes

  • 🩹 Fix improper slash command unregistration by @Log1x in #37

Full Changelog: v1.1.0...v1.1.1

v1.1.0

07 Feb 19:24
Compare
Choose a tag to compare

Change log

Bug fixes

➕ Add illuminate/routing to the project.

Full Changelog: v1.0.9...v1.1.0

v1.0.9

07 Feb 19:21
23928bf
Compare
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
Compare
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
Compare
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
Compare
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