Skip to content

Releases: fefit/visdom

visdom v1.0.2

27 Oct 10:10
Compare
Choose a tag to compare

Add a new method 'get_attributes' for element node, thanks for the PR by @stuarth #23

Visdom v1.0.1

18 Apr 14:02
Compare
Choose a tag to compare

Add clone() method for Elements.

visdom v1.0.0

11 Sep 02:14
2d97ed0
Compare
Choose a tag to compare

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

17 Apr 10:47
Compare
Choose a tag to compare

upgrade htmlentity to new version 1.3.1 to fix breaking change APIs

visdom v0.5.8

29 Nov 09:14
Compare
Choose a tag to compare

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

visdom v0.5.7

11 Nov 01:07
Compare
Choose a tag to compare

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

29 Sep 13:12
Compare
Choose a tag to compare

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

visdom v0.5.5

23 Aug 13:49
Compare
Choose a tag to compare

add texts_by_rec method that allow to filter element which need recursive

visdom v0.5.4

03 Aug 01:21
Compare
Choose a tag to compare

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

visdom v0.5.3

31 Jul 05:36
Compare
Choose a tag to compare

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