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

Releases: koot-labs/telegram-bot-dialogs

0.14.0

20 Nov 00:14
0cdea4b

Choose a tag to compare

What's changed

Full Changelog: 0.13.5...0.14.0

0.13.5

19 Nov 14:25
4260628

Choose a tag to compare

What's Changed

  • Process nextStep parameter by proceedConfiguredStep by @dimaodnokoz in #34

Full Changelog: 0.13.4...0.13.5

0.13.4

19 Nov 13:54
9d372cc

Choose a tag to compare

What's changed

Full Changelog: 0.13.3...0.13.4

0.13.3

17 Nov 19:06
1c35e86

Choose a tag to compare

What's Changed

  • Add more tests for all types of Updates (incl. json fixtures) by @alies-dev in #32
  • Enhance README: describe the scope of the package, trigger conditions @alies-dev

Full Changelog: 0.13.2...0.13.3

0.13.2

17 Nov 13:45
12c98a9

Choose a tag to compare

What's Changed

  • Cleanup repository, add test coverage (using codecov.io) @alies-dev

Full Changelog: 0.13.1...0.13.2

0.13.1

17 Nov 11:39
b76cca0

Choose a tag to compare

What's Changed

  • Make findDialogKeyForStore safer for all types of Updates by @dimaodnokoz in #31

Full Changelog: 0.13.0...0.13.1

0.13.0

22 Jun 11:51
ba89c67

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.12.0...0.13.0

0.12.0

06 Jun 11:14
12801d1

Choose a tag to compare

What's Changed

Full Changelog: 0.11.1...0.12.0

0.11.1

17 May 14:58
0a75501

Choose a tag to compare

What's Changed

  • Fix calling afterLastStep by @dimaodnokoz in #26
  • Move Dialog store key generation to a single place by @dimaodnokoz
  • Make HelloExampleDialog more advanced: add keyboard, change data flow @lptn

New Contributors

Full Changelog: 0.11.0...0.11.1

0.11.0

14 May 22:53
70abcee

Choose a tag to compare

What's Changed

  • Solely Use Laravel Cache and PSR-16. Remove custom Store interface and implementations. By @alies-dev in #22
  • Use Laravel Collection for Dialog Memory (instead of array) by @alies-dev in #23

Internal changes:

  • Add a new GitHub workflow to build a new Laravel app and run a bot for 20 seconds @alies-dev

BC breaks:

Changes should not effect your apps and you setup everything properly and didn't code created for internal usage.

  • [BC] REMOVED: Class KootLabs\TelegramBotDialogs\Laravel\Stores\RedisStoreAdapter has been deleted
  • [BC] REMOVED: Class KootLabs\TelegramBotDialogs\Storages\Store has been deleted
  • [BC] REMOVED: Class KootLabs\TelegramBotDialogs\Storages\Drivers\RedisStore has been deleted
  • [BC] CHANGED: Type of property KootLabs\TelegramBotDialogs\Dialog#$memory changed from array to Illuminate\Support\Collection
  • [BC] CHANGED: The parameter $store of KootLabs\TelegramBotDialogs\DialogManager#__construct() changed from KootLabs\TelegramBotDialogs\Storages\Store|Psr\SimpleCache\CacheInterface to a non-contravariant KootLabs\TelegramBotDialogs\DialogRepository

Full Changelog: 0.10.2...0.11.0