Skip to content

Releases: aiogram/magic-filter

1.0.2

19 Sep 21:55

Choose a tag to compare

  • Fixed in/contains operations when this action is impossible (for e. g. TypeError caused)

1.0.1

19 Aug 23:36

Choose a tag to compare

  • 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

31 Jul 22:03

Choose a tag to compare

Bump version

Fixed iterable filters

04 May 21:16

Choose a tag to compare

Pre-release
v1.0.0a1

Bump version

Reworked Magic

02 May 22:52

Choose a tag to compare

Reworked Magic Pre-release
Pre-release

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

15 May 23:11

Choose a tag to compare

v0.1.2

Change deployment conditions 3