beautiful_soup_dart 0.1.0 copy "beautiful_soup_dart: ^0.1.0" to clipboard
beautiful_soup_dart: ^0.1.0 copied to clipboard

outdated

Dart native package inspired by Beautiful Soup 4 Python library. Provides easy ways of navigating, searching, and modifying the HTML tree.

0.1.0 #

  • Added new Navigating the Tree methods: .nextElement, .nextElements, .previousElement, .previousElements, .nextParsed, .nextParsedAll, .previousParsed, .previousParsedAll.
  • Added new Searching the Tree methods: findParent(), findParents(), findNextSibling(), findNextSiblings(), findPreviousSibling(), findPreviousSiblings(), findNextElement(), findAllNextElements(), findPreviousElement(), findAllPreviousElements(), findNextParsed(), findNextParsedAll(), findPreviousParsed(), findPreviousParsedAll().
  • Added new Output methods: .text.
  • Added more tests.
  • Removed unused dependency.
  • Updated README.
  • Improved documentation.

0.0.1 #

  • Initial version.
97
likes
0
pub points
89%
popularity

Publisher

unverified uploader

Dart native package inspired by Beautiful Soup 4 Python library. Provides easy ways of navigating, searching, and modifying the HTML tree.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

html

More

Packages that depend on beautiful_soup_dart