Skip to content

Releases: flexmock/flexmock

0.12.1

02 Apr 14:30
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://flexmock.readthedocs.io/en/latest/changelog/#release-0121

0.12.0

16 Mar 14:07
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://flexmock.readthedocs.io/en/latest/changelog/#release-0120

0.11.3

10 Feb 01:04
Compare
Choose a tag to compare

What's Changed

  • Add python_files configuration for pytest by @ollipa in #121
  • Fix build installs too many files by @ollipa in #124
  • Re-organize unit tests by @ollipa in #114
  • Small improvements (re-enable lints, update deps, add py.typed file) by @ollipa in #125
  • Add warning to docs about new_instances method by @ollipa in #127
  • Update pytest and other dev dependencies by @ollipa in #126

Full Changelog: https://flexmock.readthedocs.io/en/latest/changelog/#release-0113

0.11.2

04 Jan 13:39
Compare
Choose a tag to compare

What's Changed

Full Changelog: https://flexmock.readthedocs.io/en/latest/changelog/#release-0112

0.11.1

09 Nov 09:09
Compare
Choose a tag to compare

What's Changed

Full Changelog: https://flexmock.readthedocs.io/en/latest/changelog/#release-0111

0.11.0

08 Nov 06:08
Compare
Choose a tag to compare

This release modernizes and adds type hints to flexmock codebase. Flexmock works now much better with editor auto-completion and static code analyzers. The API has also been refined and some previously undocumented methods and attributes that were unintentionally left public are now marked as private.

The public API remains unchanged with this release but there are some other breaking changes that might affect your codebase. See the full changelog for details.

Full Changelog: https://flexmock.readthedocs.io/en/latest/changelog/#release-0110