Skip to content

Releases: antchfx/xmlquery

Release 1.3.2

21 Sep 02:08
Compare
Choose a tag to compare

Release 1.3.1

14 Sep 10:18
1871a20
Compare
Choose a tag to compare

fix #40
fix #39 , checking a content-type value in the HTTP response header, only allows "text/xml" and "application/xml"

Release 1.3.0

27 Aug 08:03
Compare
Choose a tag to compare

Add XML stream loading and parsing support for loading the large document avoid used a lot of memory. (thanks @jf-tech). about discuss on #32

Expose a number of Node helper functions to operation the XML node : #38

Release 1.2.4

24 Apr 14:43
Compare
Choose a tag to compare

add go.mod.

Update xpath to v1.1.6

Release 1.2.3

14 Jan 04:09
Compare
Choose a tag to compare

add write lock for cache#Get, #26

Release 1.2.2

25 Dec 04:24
Compare
Choose a tag to compare

Release 1.2.1

21 Nov 01:36
Compare
Choose a tag to compare

Release 1.2.0

11 Nov 11:05
Compare
Choose a tag to compare

Add Caching feature. 30525a6

Release 1.1.0

05 Oct 11:08
Compare
Choose a tag to compare

PR #11
PR #12

New methods: Query and QueryAll, it compatible with invalid XPath error.

New methods: QuerySelector and QuerySelectorAll, accept the xpath.Expr object as query argument.

About these new methods usage see at https://godoc.org/github.com/antchfx/xmlquery

Release 1.0

08 Feb 08:52
Compare
Choose a tag to compare
v1.0.0

FindEach and FindEachWithBreak is deprecated.