Skip to content

Releases: boterop/html2object

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 17 May 03:23
4319074

1.1.0 (16.05.2024)

  • Created a new function get_elements_by_class_name(name: str) -> list[HtmlElement] to retrieve all HTML element by its class.

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 16 May 02:23
00827ab

1.0.0 (15.05.2024)

  • Renamed the find_element_by_id function to get_element_by_id for consistency with the getElementById function 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

Choose a tag to compare

@github-actions github-actions released this 15 May 17:46
4516c7d

0.1.4 (15.05.2024)

  • Fix bugs creating "" elements

v0.1.3

Choose a tag to compare

@github-actions github-actions released this 15 May 13:22
de90609

0.1.3 (15.05.2024)

  • Fix bugs getting children

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 14 May 20:20
f3a74f5

0.1.2 (14.05.2024)

  • Fix imports

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 14 May 19:45
6e89991

0.1.1 (14.05.2024)

  • Change project name

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 14 May 19:07
c4d496f

0.1.0 (14.05.2024)

  • First release