Releases: boterop/html2object
Releases · boterop/html2object
Release list
v1.1.0
v1.0.0
1.0.0 (15.05.2024)
- Renamed the
find_element_by_idfunction toget_element_by_idfor consistency with thegetElementByIdfunction in JavaScript. - Added a new function
get_elements_by_name(name: str) -> list[HtmlElement]to retrieve all HTML element by its name.
v0.1.4
0.1.4 (15.05.2024)
- Fix bugs creating "" elements
v0.1.3
0.1.3 (15.05.2024)
- Fix bugs getting children
v0.1.2
v0.1.1
0.1.1 (14.05.2024)
- Change project name