Releases: alexsandrov16/xbot
Releases · alexsandrov16/xbot
v1.0.1
v1.0
Changelog
- Support for Telegram Bot API 6.9
- Loading of registered commands and callback when instantiating
Al3x5\xBot\Bot
. - Improvements in
xbot
cli execution - Improvements in command calls and responses, callback and conversations
- Capture of response given by the bot
- Added method
\Al3x5\xBot\Telegram::response()
.
- Added method
- Documentation update
v1.0-RC
Changelog
- Rewriting of the cli command driver
- Optimized existing cli commands
- Added new cli commands
- Added as Symfony/Console dependency
- Optimized telegram entities
- Optimized workflow for creating commands, callback and conversational flows
- Renamed the xBot class to Bot
- New directory structure
- Removed configuration parameters from the config.ph file
- Added as http client Mk4U\Http\Client
- Added support for callbacks
Caution
Not yet ready for production
v0.2.5
Changelog
- Removed command suffix from all commands.
- Added initial configuration commands.
- Created a generic help command.
- Changed the structure inside
src
, renamingCmd
toCommand
.
Caution
Not yet ready for production
v0.2.2
Changelog
- Updated install command
Improvements in the creation of configuration files
Caution
Not yet ready for production
v0.2.1
Changelog
- xBot cli has been moved to the vendor/bin directory.
- New CLI commands have been added:
- hook:about
- hook:delete
- hook:info
- hook:set
v0.2
Changelog
- Mini app cli for bot configuration is created
- App folder is created for storing bot commands
v0.1-rc1
First release
Important
This release is not yet ready for production!