Knio / dominate

Dominate is a Python library for creating and manipulating HTML documents using an elegant DOM API. It allows you to write HTML pages in pure Python very concisely, which eliminate the need to learn another template language, and to take advantage of the more powerful features of Python.
GNU Lesser General Public License v3.0
1.72k stars 108 forks source link

Release Notes #161

Closed mhillebrand closed 2 years ago

mhillebrand commented 2 years ago

Are there any release notes that are a bit more informative? Maybe the issue numbers could be hyperlinks in the future?

image
Knio commented 2 years ago

This is a hobby project, and I'm not interested nor have the time to be a package maintainer. I rarely even have time to review PRs.

Not being links seems like a GitHub bug. The release page has a compare button, I would suggest using this and looking at the tests/ folder to see examples of all the new features.

image