Skip to content

Releases: jwodder/morecontext

v0.6.1 — Packaging updates

01 Dec 12:53
v0.6.1
Compare
Choose a tag to compare
  • Drop support for Python 3.6 and 3.7
  • Support Python 3.11, 3.12, and 3.13
  • Migrated from setuptools to hatch

v0.6.0 — Simplify OpenClosable usage

17 Dec 13:24
v0.6.0
Compare
Choose a tag to compare
  • __init__ methods of OpenClosable subclasses no longer need to call
    super().__init__()

v0.5.0 — `OpenClosable`

28 Nov 03:12
v0.5.0
Compare
Choose a tag to compare
  • Support Python 3.10
  • Added OpenClosable base class for simple reentrant context managers

v0.4.1 — Fix `dirchanged()` type annotation

15 Mar 19:30
v0.4.1
Compare
Choose a tag to compare

v0.4.0 — additem()

04 Mar 15:36
v0.4.0
Compare
Choose a tag to compare
  • Added additem() for temporarily adding a value to a sequence

v0.3.0 — Copy & deepcopy options

02 Nov 18:07
v0.3.0
Compare
Choose a tag to compare
  • Support Python 3.9
  • Gave attrrollback() and itemrollback() new arguments copy and deepcopy for storing copies of the specified attribute/item

v0.2.0 — Rollback functions

19 Oct 17:13
v0.2.0
Compare
Choose a tag to compare
  • Added dirrollback(), attrrollback(), itemrollback(), and envrollback() for undoing changes to a value at the end of a with block

v0.1.0 — Initial release

19 Oct 15:49
v0.1.0
Compare
Choose a tag to compare