Releases: jwodder/morecontext
Releases · jwodder/morecontext
v0.6.1 — Packaging updates
v0.6.0 — Simplify OpenClosable usage
__init__methods ofOpenClosablesubclasses no longer need to call
super().__init__()
v0.5.0 — `OpenClosable`
- Support Python 3.10
- Added
OpenClosablebase class for simple reentrant context managers
v0.4.1 — Fix `dirchanged()` type annotation
Version 0.4.1
v0.4.0 — additem()
- Added
additem()for temporarily adding a value to a sequence
v0.3.0 — Copy & deepcopy options
- Support Python 3.9
- Gave
attrrollback()anditemrollback()new argumentscopyanddeepcopyfor storing copies of the specified attribute/item
v0.2.0 — Rollback functions
- Added
dirrollback(),attrrollback(),itemrollback(), andenvrollback()for undoing changes to a value at the end of awithblock
v0.1.0 — Initial release
Version 0.1.0