- [callback] allowing to override separators in `CallbackData` subclasses - [tests] starting to adding tests - [message] reaction messages are also replays (.is_reply) - [api] bump api version to 18.0 - [template] new update type - `TemplateStatus`; remove deprecated headers - [build] move to `pyproject.toml` - [docs] tips and improvements
1.4.1
- [reaction] Fix ReactionFilter and TextFilter by yehuda-lev in 12
1.4.0
- [callback] allowing to provide `factory` to construct callback data (`Button` and `Selection`) into custom object. - [callback] adding type-safe `CallbackData` interface in order to send and receive typed callback data. - [webhook] add protocols for supported web frameworks.
1.3.0
- [template] adding support for `CopyCodeButton` and add `Language` enum for better typing - [filters] adding `from_countries` filter - [typing] fix typos by nallon in 10
1.2.0
- [template] adding support for `MPMButton` and `CatalogButton`. - [template] rename and mark as deprecated template headers.
1.1.0
- [template] adding support for sending and creating template messages - [errors] adding more errors