Skip to content

Latest commit

 

History

History
50 lines (28 loc) · 922 Bytes

CHANGELOG.md

File metadata and controls

50 lines (28 loc) · 922 Bytes

Changelog

[0.6.1] - 2024-07-05

  • Fix matching with mock.ANY (#16)

[0.6.0] - 2024-03-13

  • Add Pytest 8 support
  • Add Python 3.12 support
  • Drop Pytest 6 support
  • Drop Python 3.7 support

[0.5.2] - 2022-11-28

  • Reorder items on eq for better diff

[0.5.1] - 2022-07-08

  • Convert to a package
  • Add py.typed so type checkers can use the type hints

[0.5.0] - 2022-07-07

  • Drop Python 3.6 support
  • Improve type hints

[0.4.1] - 2021-03-28

  • Add check_type argument to make it possible to disable type checking for single non-generators positional argument

[0.4.0] - 2020-11-02

  • Add sequence type check when using unordered with single argument

[0.3.0] - 2020-10-20

  • Allow passing a generator to unordered()

[0.2.0] - 2020-08-10

  • Better diffs both in command line and in IDE

[0.1.1] - 2019-11-27

  • Better type checking

[0.1.0] - 2019-11-26

  • First version