Releases: keithasaurus/simple_html
Releases · keithasaurus/simple_html
3.1.1
3.1.0
What's Changed
- prerender by @keithasaurus in #29
- macos 15 wheels by @keithasaurus in #30
Full Changelog: 3.0.0...3.1.0
3.0.0
What's Changed
- Allow attributes to be omitted by @keithasaurus in #19
- Allow numbers (int, float, Decimal) in
Nodeand attributes by @keithasaurus in #23 - repr for
Tagby @keithasaurus in #26
Performance
- up to 2x faster performance, courtesy of mypyc compilation by @keithasaurus in #21
Breaking changes
- Most types are now checked with
typeinstead of isinstance, meaning subclasses ofstr,SafeStringand others may not work as expected.
2.1.0
Allow int, float, and Decimal as leaf nodes.
2.0.0
1.2.3
What's Changed
- Minor speed improvements and python 3.13 by @keithasaurus in #17
Full Changelog: 1.2.2...1.2.3
1.2.2
1.2.1
1.2.0
What's Changed
- helper to render inline css styles by @keithasaurus in #10
Full Changelog: 1.1.1...1.2.0