Skip to content

Releases: Knio/dominate

2.9.1

24 Dec 20:46
Compare
Choose a tag to compare

What's Changed

  • Allow dominate to work in async contexts by @tlonny in #187

New Contributors

Full Changelog: 2.9.0...2.9.1

2.9.0

16 Nov 05:36
4a66756
Compare
Choose a tag to compare
Modernize setuptools support to use pyproject.toml (#184)

* Modernize setuptools support to use pyproject.toml

Replace the obsolete `setup.py` script and `setup.cfg` configuration
file with the modern PEP 621 `pyproject.toml` metadata.  This also
implies replacing the custom version/long-description grabbing logic
(that is broken with Python 3.12) with the features nowadays built-in
in setuptools.

Fixes #172

Co-authored-by: Tom Flanagan <tom@zkpq.ca>

2.8.0

21 May 19:34
Compare
Choose a tag to compare
Fix incorrect context handling when a tag is used 2+ levels deeper th…

…an it was created. Fixes #173

2.7.0

25 Jul 06:25
842759b
Compare
Choose a tag to compare
Fixes (#160)

* fix #153

* fix #144

* fix #139

* bump version

* remove dead code

2.6.0

21 Oct 07:03
Compare
Choose a tag to compare
Add get_current() to return the current active element in a with cont…

…ext. Closes #123

2.5.2

22 Aug 19:24
Compare
Choose a tag to compare
Version 2.5.2

2.5.1

07 Mar 05:17
Compare
Choose a tag to compare
fix quote character

2.5.0

28 Feb 05:37
Compare
Choose a tag to compare
Update CI, versions

2.4.0

04 Aug 06:42
Compare
Choose a tag to compare
SVG Support. Closes #144

2.3.1

27 Nov 05:22
Compare
Choose a tag to compare
bump version