[Python] Release 0.13.0
·
206 commits
to master
since this release
Added
- Support for the
data-css-inline="keep"
attribute to enforce keeping thestyle
tag.
Fixed
- Lookups for previous / next siblings, affecting selectors like
nth-child
. #324
Performance
- Avoid using binary search on attributes.