1.5.0
1.5.0
- NEW: Add
select_one
method like Beautiful Soup has. - NEW: Add
:dir()
selector (HTML only). - FIX: Fix handling issues of HTML fragments (elements without a
BeautifulSoup
object as a parent). - FIX: Fix internal
nth
range check.
select_one
method like Beautiful Soup has.:dir()
selector (HTML only).BeautifulSoup
object as a parent).nth
range check.