Releases: koot-labs/telegram-bot-dialogs
Releases · koot-labs/telegram-bot-dialogs
0.10.2
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#$nextDialogchanged fromDialog|nulltoDialog - [BC] CHANGED:
KootLabs\TelegramBotDialogs\Dialog#proceed()was marked@internal
Full Changelog: 0.10.1...0.10.2
0.10.1
What's Changed
- Improve documentation and examples @alies-dev
- Deprecate
beforeAllStepin favor ofbeforeFirstStep@alies-dev - Deprecate
afterAllStepin favor ofafterLastStep@alies-dev
Internal changes:
- Bump ramsey/composer-install from 2 to 3 by @dependabot in #15
Full Changelog: 0.10.0...0.10.1
0.10.0
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
0.9.1
What's changed
- Fix type issues in RedisStoreAdapter @alies-dev
- Add Psalm @alies-dev
Full Changelog: 0.9.0...0.9.1
0.9.0
What's Changed
- Support PSR-16 cache to store Dialog states by @alies-dev in #9
\KootLabs\TelegramBotDialogs\Storages\Store interface implementations
Full Changelog: 0.8.0...0.9.0
0.8.0 - User-bounded Dialogs for multiuser chats
What's Changed
- Support User-bounded Dialogs for multiuser chats by @CrazyBoy49z and @alies-dev in #8
Internal changes:
- Add PHP-CS-Fixer to fix coding style issues @alies-dev
- Update code examples @alies-dev
New Contributors
- @CrazyBoy49z made their first contribution in #8
Full Changelog: 0.7.0...0.8.0
0.7.0
What's new
- Bump dependencies: minimal
illuminate/supportversion is 8.0 @alies-dev - Support illuminate/support 11 @alies-dev
Full Changelog: 0.6.0...0.7.0
0.6.0
What's Changed
- Add before and after all step processor by @alexstroganovru in #7
- Add support Laravel 10 by @alexstroganovru in #6
New Contributors
- @alexstroganovru made their first contribution in #6
Full Changelog: 0.5.2...0.6.0