Releases: laracord/framework
Releases · laracord/framework
v1.1.9
v1.1.8
Change log
Enhancements
- ✨ Add default permission support to slash commands (Fixes #39)
- ✨ Add option parsing to slash commands
- 🧑💻 Add
clearFields()andclearButtons()to the Message builder - 🧑💻 Add carbon support to
timestamp() - 🧑💻 Default to current time when nothing is passed to
timestamp()
Full Changelog: v1.1.7...v1.1.8
v1.1.7
v1.1.6
v1.1.5
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
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
botproperties - 🎨 Improve usage of the
botproperty
Bug fixes
- 🩹 Fix typo in
httpServerproperty return type
Full Changelog: v1.1.3...v1.1.4
v1.1.3
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\HasLaracordtrait for accessing the Bot methods - 🔧 Add default
filesystems,sessionandviewconfigs to the project - ✨ Implement the
key:generateconsole command - 🔧 Improve the default
cachepath syntax - 🔧 Add default
webmiddleware - ✨ Add support for file responses
- 🧑💻 Create the
sessionfolder 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/queueto the project - ➕ Add
illuminate/encryptionto the project - ➕ Add
illuminate/validationto the project
Bug fixes
- 🩹 Fix the
message()method on thebotinstance
Full Changelog: v1.1.2...v1.1.3