What's Changed
- Use abstract Container type for `in` operations (9)
- Added `.extract(...)` operation that helps to extract items from list that which meets the condition (`F.foo.extract(F > 5)`)
- Add `__bool__` method that always returns True to add possibility to check `if magic:` (the same as `if magic is not None`)
- Extended func operation, added possibility to use `*args`, `**kwargs`
- Added possibility to specify regexp flags
**Full Changelog**: https://github.com/aiogram/magic-filter/compare/v1.0.10...v1.0.11