这是indexloc提供的服务,不要输入任何密码
Skip to content

Releases: koot-labs/telegram-bot-dialogs

0.10.2

14 May 13:17
72dd582

Choose a tag to compare

What's changed

  • Updated docs to avoid confusion between Dialog and DialogManager public APIs @alies-dev
  • Fix user-bounded dialogs: properly generate keys to store dialog states (see 18e2cd6) @alies-dev
  • Add more tests @alies-dev

Minor BC breaks:

  • [BC] CHANGED: Type of property KootLabs\TelegramBotDialogs\Exceptions\ControlFlow\SwitchToAnotherDialog#$nextDialog changed from Dialog|null to Dialog
  • [BC] CHANGED: KootLabs\TelegramBotDialogs\Dialog#proceed() was marked @internal

Full Changelog: 0.10.1...0.10.2

0.10.1

12 May 22:38
7bd91ce

Choose a tag to compare

What's Changed

  • Improve documentation and examples @alies-dev
  • Deprecate beforeAllStep in favor of beforeFirstStep @alies-dev
  • Deprecate afterAllStep in favor of afterLastStep @alies-dev

Internal changes:

Full Changelog: 0.10.0...0.10.1

0.10.0

10 May 19:13
6be552e

Choose a tag to compare

What's Changed

  • Allow starting new dialogs by a server (for existing charts with a bot) by @alies-dev in #10
  • Allow switching from new current Dialog to a new one by @alies-dev in #11

Full Changelog: 0.9.2...0.10.0

0.9.2

10 May 15:28
fd8ad29

Choose a tag to compare

What's changed

  • Support \DateInterval when set Dialog TTL @alies-dev

Full Changelog: 0.9.1...0.9.2

0.9.1

10 May 14:58
7fa0298

Choose a tag to compare

What's changed

Full Changelog: 0.9.0...0.9.1

0.9.0

10 May 14:20
0f57349

Choose a tag to compare

What's Changed

  • Support PSR-16 cache to store Dialog states by @alies-dev in #9

⚠️ This release has breaking changes if you used custom \KootLabs\TelegramBotDialogs\Storages\Store interface implementations

Full Changelog: 0.8.0...0.9.0

0.8.0 - User-bounded Dialogs for multiuser chats

10 May 13:32
4066d16

Choose a tag to compare

What's Changed

Internal changes:

New Contributors

Full Changelog: 0.7.0...0.8.0

0.7.0

21 Apr 20:55
1f83fd5

Choose a tag to compare

What's new

  • Bump dependencies: minimal illuminate/support version is 8.0 @alies-dev
  • Support illuminate/support 11 @alies-dev

Full Changelog: 0.6.0...0.7.0

0.6.0

21 Apr 20:40
e10f490

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.5.2...0.6.0

0.5.2

07 Jul 16:26

Choose a tag to compare

What's Changed

  • CHANGED: Improved docs

Full Changelog: 0.5.1...0.5.2