Releases: JamesHutchison/megamock
Releases · JamesHutchison/megamock
v0.1.0-beta.11
What's Changed
- Fix
MegaPatch.megainstance
typing for PyCharm by @JamesHutchison in #127
Full Changelog: v0.1.0-beta.10...v0.1.0-beta.11
v0.1.0-beta.10
What's Changed
- Reduce argname to fallback instead of primary, fix lingering contexts by @JamesHutchison in #120
- Fix session context not ending by @JamesHutchison in #119
- Update gpt and readme by @JamesHutchison in #121
- #125 Use
no_type_check
instead of hack by @JamesHutchison in #126
Full Changelog: v0.1.0-beta.9...v0.1.0-beta.10
v0.1.0-beta.9
What's Changed
- Pyright to dev dependency by @JamesHutchison in #117
Full Changelog: v0.1.0-beta.8...v0.1.0-beta.9
v0.1.0-beta.8
What's Changed
- #100 Fix megamock it type hint by @JamesHutchison in #101
- #97 Add fix for subscripted generics error when doing assignment by @JamesHutchison in #102
- Update dev container configuration to use ruff by @JamesHutchison in #103
- #88 Fix nested assignment when there is no spec by @JamesHutchison in #104
- Add 3.12 support by @JamesHutchison in #105
- Add pyright and
MegaMock.the_class
by @JamesHutchison in #106 - #84 Add MegaPatchContext and support session patches by @JamesHutchison in #107
- #89 Clean up simple app by @JamesHutchison in #108
- #80 Correct get_reverse_references and add check whether single patch should be done by @JamesHutchison in #109
- #110 Fix import when imported module is not yet in sys.modules by @JamesHutchison in #111
- Add support for directly giving a property a side-effect by @JamesHutchison in #112
- Add custom GPT info to readme by @JamesHutchison in #113
- Increment version and add publish workflow by @JamesHutchison in #114
Full Changelog: v0.1.0-beta.7...v0.1.0-beta.8
v0.1.0-beta.7
What's Changed
- Use different pytest hook by @JamesHutchison in #96
Full Changelog: v0.1.0-beta.6...v0.1.0-beta.7
v0.1.0-beta.6
What's Changed
- Move py.typed location by @JamesHutchison in #95
Full Changelog: v0.1.0-beta.5...v0.1.0-beta.6
v0.1.0-beta.5
What's Changed
- add py.typed marker and increment version by @JamesHutchison in #94
Full Changelog: v0.1.0-beta.4...v0.1.0-beta.5
v0.1.0-beta.4
What's Changed
- Fix / documentation for issues uncovered using Pydantic by @JamesHutchison in #83
- #85 Use
get_type_hints
and add gitlens and gitgraph to dev container by @JamesHutchison in #86 - Skip modules without packages by @JamesHutchison in #90
Full Changelog: v0.1.0-beta.2...v0.1.0-beta.4
v0.1.0-beta.2
What's Changed
- Substantially Improve Import Performance by @JamesHutchison in #79
- #81 Add return_value setter and increment version to beta 2 by @JamesHutchison in #82
Full Changelog: v0.1.0-beta.1...v0.1.0-beta.2
v0.1.0-beta.1
What's Changed
- #57 Add support for MegaPatch as a context manager by @JamesHutchison in #72
- #56 Add support for MegaPatch as a function decorator by @JamesHutchison in #73
- #49 Improve names by @JamesHutchison in #74
- #14 callable return type and mock name fixes by @JamesHutchison in #76
- Update to beta version by @JamesHutchison in #77
Full Changelog: v0.1.0-alpha.8...v0.1.0-beta.1