- Improved contains operation, added possibility to use Magic as argument in `.in_(...)` and `.contains(...)` operations - Improved regexp operation, added possibility to use search mode instead of match `.regexp(pattern, search=True)` - Other small changes and improvements
1.0.5
- Suppress TypeError/ValueError on function operation call (e. g. `TypeError: object of type 'NoneType' has no len()`) - `or` operation marked as important to prevent reject condition
1.0.4
Improved MagicFilter typings
1.0.3
- Added AttrDict object
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