Skip to content

Releases: dmayo3/mocksafe

v0.9.0-beta

18 Oct 16:09
Compare
Choose a tag to compare
v0.9.0-beta Pre-release
Pre-release

What's Changed

  • Provide a better way to capture kwargs from a call by @dmayo3 in #66

Full Changelog: 0.8.1-alpha...0.9.0-beta

v0.8.1-alpha

12 Oct 11:00
Compare
Choose a tag to compare
v0.8.1-alpha Pre-release
Pre-release

What's Changed

  • Try to avoid implicit hard dependency on particular version of pytest by @dmayo3 in #63

Full Changelog: 0.8.0-alpha...0.8.1-alpha

v0.8.0-alpha

11 Oct 12:52
Compare
Choose a tag to compare
v0.8.0-alpha Pre-release
Pre-release

What's Changed

  • Add py312 support by @dmayo3 in #51
  • Add pyright checking and fix issues by @dmayo3 in #52
  • Fix coverage and pyright issues by @dmayo3 in #53
  • Try to add a pytest plugin for monkeypatching objects by @dmayo3 in #54
  • Improve call type validation for compatible number types by @dmayo3 in #59
  • Improve Protocol matching error by @dmayo3 in #60

Full Changelog: 0.7.0-alpha...0.8.0-alpha

v0.7.0-alpha

06 Aug 07:52
Compare
Choose a tag to compare
v0.7.0-alpha Pre-release
Pre-release

What's Changed

Main functionality changes and fixes:

  • Better property and field support by @dmayo3 in #44
  • Support for setter properties

Behind the scenes:

  • Restructure modules into mocksafe.core and mocksafe.apis.bdd by @dmayo3 in #38
  • Ignore irrelevant flake8 check in tests by @dmayo3 in #41
  • Try to fix codecov upload + add docs preview by @dmayo3 in #46
  • Add pypi release workflow by @dmayo3 in #50

Full Changelog: 0.6.0...0.7.0-alpha

v0.6.0-alpha

25 May 16:43
Compare
Choose a tag to compare
v0.6.0-alpha Pre-release
Pre-release

https://pypi.org/project/mocksafe/0.6.0a0/

What's Changed

  • Add basic support for mocking getter properties by @dmayo3 in #36
  • Add semver 2.0.0 badge to README by @dmayo3 in #37

Full Changelog: 0.5...0.6.0

v0.5.0-alpha

24 May 12:16
Compare
Choose a tag to compare
v0.5.0-alpha Pre-release
Pre-release

https://pypi.org/project/mocksafe/0.5.0a0/

What's Changed

  • Support for mocking modules; update & improve docs by @dmayo3 in #35

Full Changelog: 0.4.1-alpha...0.5.0-alpha

v0.4.1-alpha

23 May 16:00
Compare
Choose a tag to compare
v0.4.1-alpha Pre-release
Pre-release

https://pypi.org/project/mocksafe/0.4.1a0/

What's Changed

Full Changelog: 0.4.0-alpha...0.4.1-alpha

v0.4.0-alpha

16 May 18:35
7fa0c77
Compare
Choose a tag to compare
v0.4.0-alpha Pre-release
Pre-release

https://pypi.org/project/mocksafe/0.4.0a0/

What's Changed

  • Support Python 3.9 (previously it was only 3.10+) #21

v0.3.3-alpha

14 May 19:33
Compare
Choose a tag to compare
v0.3.3-alpha Pre-release
Pre-release

Initial alpha release.