Skip to content

Releases: laracord/framework

v2.0.1

16 May 08:38
ebf5882
Compare
Choose a tag to compare

Change log

Enhancements

  • 🧑‍💻 Add id to the Message button() method (#59)
  • 🔧 Use env variables for app locale by default

Full Changelog: v2.0.0...v2.0.1

v2.0.0

09 May 01:46
af0e802
Compare
Choose a tag to compare

Change log

Enhancements

  • 🎉 Laravel 11 support (#57)

Full Changelog: v1.1.11...v2.0.0

v1.1.11

27 Mar 11:45
Compare
Choose a tag to compare

Change log

Enhancements

  • 🧑‍💻 Improve HTTP request handling (#51)

Full Changelog: v1.1.10...v1.1.11

v1.1.10

26 Mar 17:31
fadfb07
Compare
Choose a tag to compare

Change log

Enhancements

  • 🥅 Improve error handling (#49)
  • ⏪️ Revert to generic Artisan tables for compatibility
  • 🧑‍💻 Run afterBoot() before showing boot messages
  • 🎨 Add missing return type to getLoop()

Full Changelog: v1.1.9...v1.1.10

v1.1.9

26 Mar 15:42
e60249b
Compare
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
Compare
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
Compare
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
Compare
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
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