Skip to content

Releases: laracord/framework

v1.1.9

26 Mar 15:42
e60249b

Choose a tag to compare

Change log

Enhancements

  • 🧑‍💻 Allow passing disabled to message buttons (#48)
  • 🧑‍💻 Prepend set to the button option keys
  • 🧑‍💻 Add a getCommand() method to easily obtain a command instance

Full Changelog: v1.1.8...v1.1.9

v1.1.8

27 Feb 17:49
568485d

Choose a tag to compare

Change log

Enhancements

  • ✨ Add default permission support to slash commands (Fixes #39)
  • ✨ Add option parsing to slash commands
  • 🧑‍💻 Add clearFields() and clearButtons() 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

24 Feb 01:22

Choose a tag to compare

Change log

Bug fixes

  • 🩹 Do not register the input stream on Windows (#46)

Full Changelog: v1.1.6...v1.1.7

v1.1.6

22 Feb 05:08
6942711

Choose a tag to compare

Change log

Enhancements

  • 🧑‍💻 Change the Message send and sendTo return type to a promise (#45)
  • 🎨 Log a console error instead of exception when passed an invalid user

Full Changelog: v1.1.5...v1.1.6

v1.1.5

21 Feb 16:11
457973f

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

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

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

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

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

Choose a tag to compare

Change log

Bug fixes

➕ Add illuminate/routing to the project.

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