Releases: fefit/visdom
visdom v1.0.2
Visdom v1.0.1
Add clone()
method for Elements
.
visdom v1.0.0
Fix the typo destory
(destroy
), thanks @zignis's PR.
Since v1.0.0, the APIs will remain stable unless some error conditions occur.
visdom v0.5.10
upgrade htmlentity to new version 1.3.1 to fix breaking change APIs
visdom v0.5.8
Upgrade html parser to fix the problem when a >
character appears in the quoted attribute value will parsed unexpected.
visdom v0.5.7
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.
visdom v0.5.6
add the htmls()
and outer_htmls()
methods for get the combined html of all the elements in the element set.
visdom v0.5.5
add texts_by_rec
method that allow to filter element which need recursive
visdom v0.5.4
add replace_with
method, fix insert siblings methods not working for some nodes
visdom v0.5.3
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