Releases: aiogram/magic-filter
Releases · aiogram/magic-filter
1.0.2
- Fixed in/contains operations when this action is impossible (for e. g.
TypeError
caused)
1.0.1
- Prevent to resolve impossible operations after AttributeError
- Implemented important operations resolver (operations that shuld be resolved after reject, for example inversion)
- Small optimizations of mutually exclusive inversion
v1.0.0
Bump version
Fixed iterable filters
v1.0.0a1 Bump version
Reworked Magic
Reworked magic, added more operations
Warning:
This update has breaking changes.
Now filter can be executed via .resolve(value)
method instead of directly calling filter.
For backward compatibility with different places which filter can be used added classmethod F.ilter(case)
where filter instance can be passed.
Refactoring
v0.1.2 Change deployment conditions 3