Fefit Visdom Versions Save

A library use jQuery like API for html parsing & node selecting & node mutation, suitable for web scraping and html confusion.

v1.0.1

1 month ago

Add clone() method for Elements.

v1.0.0

8 months ago

Fix the typo destory (destroy), thanks @zignis's PR. Since v1.0.0, the APIs will remain stable unless some error conditions occur.

v0.5.10

1 year ago

upgrade htmlentity to new version 1.3.1 to fix breaking change APIs

v0.5.8

1 year ago

Upgrade html parser to fix the problem when a > character appears in the quoted attribute value will parsed unexpected.

v0.5.7

1 year ago

fix(important): some apis bad use the Box::leak for creating static string will cause memory leak, upgrade the regex from 1.4.3 to 1.7.0.

v0.5.6

1 year ago

add the htmls() and outer_htmls() methods for get the combined html of all the elements in the element set.

v0.5.5

1 year ago

add texts_by_rec method that allow to filter element which need recursive

v0.5.4

1 year ago

add replace_with method, fix insert siblings methods not working for some nodes

v0.5.3

1 year ago

fix the regex pattern use chars length instead of str length, otherwise will cause error when use any non ascii character such as chinese characters

v0.5.2

2 years ago

Add :has pseudo selector