All Versions
23
Latest Version
Avg Release Cycle
90 days
Latest Release
-
Changelog History
Page 1
Changelog History
Page 1
-
v0.3.4 Changes
๐ Released
- ๐ Fix
HTMLParser.html
- ๐ Fix
-
v0.3.3 Changes
๐ Released
- ๐ Use
document
for theHTMLParser.html
,LexborHTMLParser.html
root properties
- ๐ Use
-
v0.3.2 Changes
๐ Released
- ๐ Fix
selector
method for lexbor - ๐ Improve text extraction for lexbor
- ๐ Fix
-
v0.3.1 Changes
๐ Released
- ๐ Fix
setup.py
for Windows
- ๐ Fix
-
v0.3.0 Changes
๐ Released
- โ Added
lexbor
backend - ๐ Fix cloning for
Modest
backend
- โ Added
-
v0.2.14 Changes
๐ Released
- โ Added advanced Selector (the
select
method) - ๐ Improved speed of
strip_tags
- โ Added
clone
method for theHtmlParser
object - Exposed
detect_encoding
,decode_errors
,use_meta_tags
,raw_html
attributes forHtmlParser
- โ Added
sget
method to theattrs
property
- โ Added advanced Selector (the
-
v0.2.13 Changes
๐ Released
- ๐ป Don't throw exception when encoding text as UTF-8 bytes fails (
#40
_). - ๐ Fix Node.attrs.items() causes (
#39
_).
.. _#40: https://github.com/rushter/selectolax/issues/40 .. _#39: https://github.com/rushter/selectolax/issues/39
- ๐ป Don't throw exception when encoding text as UTF-8 bytes fails (
-
v0.2.12 Changes
๐ Released
- ๐ Build wheels Apple Silicon
-
v0.2.11 Changes
๐ Released
- ๐ Fix strip argument is ignored for the root node (
#35
_). - ๐ Fix CSS parser hangs on a bad CSS selector (
#36
_).
.. _#36: https://github.com/rushter/selectolax/issues/36 .. _#35: https://github.com/rushter/selectolax/issues/35
- ๐ Fix strip argument is ignored for the root node (
-
v0.2.10 Changes
๐ Released
- ๐ Fix root node property (
#32
_ ). Theroot
property now points to the html tag.
- ๐ Fix root node property (