Releases: Mateodioev/telegram-bot-handler
Releases · Mateodioev/telegram-bot-handler
Add support for callback_query event (buttons)
Full Changelog: v2.2...v2.3
Add custom exception handler
Full Changelog: v2.1.2...v2.2
v2.1.2
Full Changelog: v2.1.1...v2.1.2
v2.1.1
Unused dependency removed
Add new loggers
Add classes:
Mateodioev\TgHandler\Log\PhpNativeStream
: set an internal error handler
Mateodioev\TgHandler\Log\TerminalStream
: Print message into terminal
Mateodioev\TgHandler\Log\BulkStream
: Collection of loggers
Major release
Full Changelog: v1.1.3...v2.0
Change commands and runner
- Now all commands is a instance of
Mateodioev\TgHandler\Commands\Command
- Remove
Mateodioev\TgHandler\Commands
andMateodioev\TgHandler\Runner
- Comand register is now in
Mateodioev\TgHandler\Bot
Full Changelog: v1.1.3...v2.0-beta
Fixed bug
Full Changelog: v1.1.2...v1.1.3
Update dependencies
Full Changelog: v1.1.1...v1.1.2
Updated dependencies
v1.1.1 Merge branch 'main' of github.com:Mateodioev/telegram-bot-handler