Pyhtml-enhanced

Latest version: v2.1.0

Safety actively analyzes 663899 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 3

1.0.4

✏️ CHANGED ✏️

* Suggestions are now included for more `form`, `input`, and `button` attributes
* Attribute suggestions have been added for `td`, and `th` elements

1.0.3

🔧 FIXED 🔧
* Fix the same issue as before, it didn't work for self-closing tags
* This is why I need to remember to check coverage before publishing releases

1.0.2

✏️ CHANGED ✏️
* Default values for attributes are documented

🔧 FIXED 🔧
* Overrides of attributes with default values in secondary calls didn't work

1.0.1

🔧 FIXED 🔧
* Fixed an issue where attributes could be overwritten by default properties

1.0.0

✨ NEW ✨

* Uninstantiated tags are now instantiated and rendered if they are a children of another element
* Lists of child elements are flattened
* Giving `value=True` will correctly render boolean attributes
* Default attribute values are given for some tag types
* Documentation now includes details about suggested attributes
* Now with 100% test coverage (at least of the distributed code)

✏️ CHANGED ✏️

* Tag properties are now (correctly) named attributes
* Elements are also rendered when calling `repr()`
* Contents of comment tags are indented for readability

🔧 FIXED 🔧

* Attribute names that overlap with reserved keywords can now be accessed using a suffix (not just prefix) underscore (eg `for_`)

0.2.1

* Links were sometimes parsed incorrectly, leading to 404s on occasion.

Page 2 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.