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

0.4.0

Choose a tag to compare

@alies-dev alies-dev released this 04 Jul 22:36
· 225 commits to master since this release

What's Changed

  • [BC]: Changed serialization format for Redis (and Store prefix so it will not cause Exceptions)
  • [BC]: Rename KootLabs\TelegramBotDialogs\Dialogs to KootLabs\TelegramBotDialogs\DialogManager
  • [BC]: DialogManager now requires Store instead of Redis
  • [BC]: Remove DichotomousDialog class and it's functionality
  • [BC]: Rename Laravel config filename and make it publishable
  • [BC]: Dialog::setNext() changed from public to protected
  • [BC]: Use a new exception hierarchy. DialogException is an interface now. Plus added new InvalidDialogStep and UnexpectedUpdateType
  • [New]: Add DialogManager::setBot(Api $bot) to support multiple bots
  • [New]: Support custom Store implementations (decouple DialogManager from Redis)
  • [New]: Make array-syntax steps more flexible (via a479e5b)
  • [Fix]: Dialogs::exists() to process non-Message Updates

Full Changelog: 0.3.2...0.4.0