Releases: dmayo3/mocksafe
Releases · dmayo3/mocksafe
v0.9.0-beta
- PyPi Package: https://pypi.org/project/mocksafe/0.9.0b0/
- Docs: https://mocksafe.readthedocs.io/en/0.9.0-beta/
What's Changed
Full Changelog: 0.8.1-alpha...0.9.0-beta
v0.8.1-alpha
- PyPi: https://pypi.org/project/mocksafe/0.8.1a0/
- Docs: https://mocksafe.readthedocs.io/en/0.8.1-alpha/
What's Changed
Full Changelog: 0.8.0-alpha...0.8.1-alpha
v0.8.0-alpha
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
- Package: https://pypi.org/project/mocksafe/0.7.0a0/
- Docs: https://mocksafe.readthedocs.io/en/0.7.0-alpha/
What's Changed
Main functionality changes and fixes:
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
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
v0.4.1-alpha
https://pypi.org/project/mocksafe/0.4.1a0/
What's Changed
- Overhaul and expand docs by @dmayo3 in #32
- Add unit tests + coverage; fixed identified issues by @dmayo3 in #33
- Create mocksafe.yml GHA workflow by @dmayo3 in #23
- Add flake8 linting by @dmayo3 in #24
- Add Codecov to GHA workflow by @dmayo3 in #25
Full Changelog: 0.4.0-alpha...0.4.1-alpha
v0.4.0-alpha
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
Initial alpha release.