Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Releases: emcd/python-falsifier

v2.1.1

03 Jul 02:40
v2.1.1
4053fbc

Choose a tag to compare

Falsifier v2.1.1 (2025-07-03)

Enhancements

  • Internal improvement to use 'classcore.finalize_module' rather than the
    deprecated 'classcore.reclassify_modules'.

v2.1

06 Jun 00:26
v2.1
99c4641

Choose a tag to compare

Falsifier v2.1 (2025-06-06)

Enhancements

  • Rename 'objects' module to 'classes'.

v2.1rc0

06 Jun 00:05
v2.1rc0
bf35f99

Choose a tag to compare

Falsifier v2.1rc0 (2025-06-06)

Enhancements

  • Rename 'objects' module to 'classes'.

v2.0

21 Dec 00:32
v2.0
fba39f9

Choose a tag to compare

Falsifier v2.0 (2024-12-21)

Deprecations and Removals

  • Remove immutability on Falsifier class as it may cause metaclass conflicts
    on derived classes. Developers may use a separate mixin, such as
    frigid.ImmutableObject to achieve immutability on derived classes.

v2.0rc1

21 Dec 00:12
v2.0rc1
4c4af61

Choose a tag to compare

Falsifier v2.0rc1 (2024-12-21)

Deprecations and Removals

  • Remove immutability on Falsifier class as it may cause metaclass conflicts
    on derived classes. Developers may use a separate mixin, such as
    frigid.ImmutableObject to achieve immutability on derived classes.

v2.0rc0

20 Dec 23:29
v2.0rc0
28cb117

Choose a tag to compare

Falsifier v2.0rc0 (2024-12-20)

Deprecations and Removals

  • Remove immutability on Falsifier class as it may cause metaclass conflicts
    on derived classes. Developers may use a separate mixin, such as
    frigid.ImmutableObject to achieve immutability on derived classes.

v1.0

16 Dec 04:15
v1.0
0cd7451

Choose a tag to compare

Falsifier v1.0 (2024-12-16)

Features

  • Add Falsifier base class for creating objects that evaluate to False in
    boolean contexts. Each instance has a unique identity, supports proper equality
    comparison and hashing, and can be used in collections like sets and
    dictionaries.

Supported Platforms

  • Add support for CPython 3.10 to 3.13.
  • Add support for PyPy 3.10.

v1.0rc0

16 Dec 03:47
v1.0rc0
25439b8

Choose a tag to compare

Falsifier v1.0rc0 (2024-12-16)

Features

  • Add Falsifier base class for creating objects that evaluate to False in
    boolean contexts. Each instance has a unique identity, supports proper equality
    comparison and hashing, and can be used in collections like sets and
    dictionaries.

Supported Platforms

  • Add support for CPython 3.10 to 3.13.
  • Add support for PyPy 3.10.