Skip to content

Releases: koot-labs/telegram-bot-dialogs

0.3.2

02 Jul 10:49
41f1714
Compare
Choose a tag to compare

What's Changed

  • Improve documentation
  • Make API more readable, deprecate Dialogs::add()

Full Changelog: 0.3.1...0.3.2

0.3.1

01 Jul 14:59
Compare
Choose a tag to compare

What's Changed

  • Improve documentation
  • Normalize composer.json

Full Changelog: 0.3.0...0.3.1

0.3.0

01 Jul 14:16
2df9e97
Compare
Choose a tag to compare

What's Changed

  • New: Dialog::ttl() and Dialog::$ttl to specify how long dialog state should be stored on a Store
  • New: Support Laravel 9
  • Change: Minimum PHP version is 8.0
  • Change: Minimum irazasyed/telegram-bot-sdk version is 3
  • [BC] Change namespace to \KootLabs\TelegramBotDialogs\
  • Refactor fork to a simple and stable standalone package by @lptn in #1
    • [BC] Remove .yml support
    • [BC] Add property, parameter and return types
    • [BC] Extract DichotomousDialog into a separate abstract class
    • [BC] Rename Laravel alias for Dialogs from dialogs to telegram.dialogs
    • [BC] Finalize classes or make them abstract

Full Changelog: 0.2.1...0.3.0