Commit Graph
160 Commits
Author SHA1 Message Date
Martin Angers 875b65f385 finish transition for Matcher-based overloads 2014-11-07 08:36:55 -05:00
Martin Angers 251095afb5 start adding matcher functions 2014-11-06 21:43:08 -05:00
Martin Angers cc9b6f8c6f Merge branch 'master' into manipulation 2014-11-06 20:46:11 -05:00
Martin Angers 98316c249d changelog 2014-11-06 16:46:53 -05:00
Martin Angers 9324e7076d Merge branch 'golang-import-paths', fix #52 2014-11-06 16:41:10 -05:00
Martin Angers 040cf98281 change paths to golang.org/x/, fails to build because cascadia has to switch too 2014-11-05 20:30:33 -05:00
Andrew Stone e7ef1f75eb Update documentation to include manipulation functions 2014-10-29 11:58:26 -04:00
Andrew Stone 9b29a63ff5 property: Add Set/Remove Attr functions 2014-10-29 11:11:06 -04:00
Andrew Stone 25807d1884 property: Add/Remove/Toggle Class functions 2014-10-29 11:11:01 -04:00
Andrew Stone 2abc410148 manipulation: Add Before*() functions. 2014-10-24 11:49:20 -04:00
Andrew Stone 2bd0871a77 manipulation: Add After*() functions. 2014-10-24 11:49:20 -04:00
Andrew Stone b7dabffd85 manipulation: Add Empty() function. 2014-10-24 11:49:05 -04:00
Andrew Stone b800859dea manipulation: Add Remove*() functions. 2014-10-24 11:49:05 -04:00
Andrew Stone 9848519841 filter: Add *Selector for filtering methods that accepts a pre-compiled cascadia selector. 2014-10-24 11:49:05 -04:00
Andrew Stone 0e970f1f85 manipulation: Add Append*() functions 2014-10-24 11:49:01 -04:00
Martin Angers 12a8512778 mention go.text package to transform between encodings 2014-09-16 21:22:45 -04:00
Martin Angers 10e92b83fb links 2014-09-16 20:17:40 -04:00
Martin Angers 875035bc14 add tips and tricks doc, godoc badge 2014-09-16 20:11:24 -04:00
Martin Angers 1e5417b3db make example easier to understand (used from outside the goquery package) 2014-08-18 19:57:23 -04:00
Martin Angers 330b1c8132 simpler for-range construct to loop over selections 2014-07-29 22:55:19 -04:00
Martin Angers 41a4211e59 add test that loops with a standard for-loop (see #41) 2014-07-29 22:26:47 -04:00
Martin Angers 087eeef3f2 Merge pull request #40 from ithinco/master
Fixture on example code
2014-07-11 21:12:10 -04:00
Guan Ce d9e4d610c0 Fixture on example code
imported "github.com/PuerkitoBio/goquery", but if I didn't use goquery.NewDocument() method, the compiler would report "undefined: NewDocument" error
2014-07-12 08:48:07 +08:00
Martin Angers a3fdc62e31 add test with Html() for good measure 2014-04-25 15:31:01 -04:00
Martin Angers cf82003f7e add test to detect a   from a call to Text() 2014-04-25 15:28:38 -04:00
Martin Angers 308a3c0fda Merge pull request #37 from siriustnt/nilresponse
NewDocumentFromResponse crashes when nil pointer is passed
2014-04-22 14:39:56 -07:00
Noyb Cybot e7f5b65573 gofmt 2014-04-22 20:11:15 +02:00
Noyb Cybot d571e76106 Added test for NewDocumentFromResponse with nil response 2014-04-22 20:10:50 +02:00
Noyb Cybot 21918f0808 Check if response is nil pointer in NewDocumentFromResponse 2014-04-22 20:09:53 +02:00
Martin Angers 8e708aac7d add go1.1+ requirement 2014-04-11 12:38:16 -04:00
Martin Angers 6bab89f9f6 test go1.0 compat 2014-04-11 12:25:45 -04:00
Martin Angers 6938944908 final linting 2014-04-11 12:06:28 -04:00
Martin Angers 28cf4a77e1 more linting 2014-04-11 12:04:03 -04:00
Martin Angers 2c6687f6d3 lint 2014-04-11 12:00:17 -04:00
Martin Angers bc0c11b086 update doc, example 2014-04-11 11:32:03 -04:00
Martin Angers c44713447d Merge pull request #35 from aybabtme/patch-1
Fix indentation
2014-03-22 14:24:01 -04:00
Antoine Grondin 48358040e1 Fix indentation
Indentation is inconsistent in the docs.
2014-03-22 13:37:22 -04:00
Martin Angers 5329018c6a add travis badge, update copyright year 2014-02-28 21:36:06 -05:00
Martin Angers 8c07896774 Merge pull request #32 from siriustnt/mybranch
Eq now returns an empty Selector when an invalid index is given
2014-02-28 21:31:14 -05:00
tnt a6cc89ff58 Added test TestLastEmpty 2014-02-28 21:55:47 +01:00
tnt 076667ebf2 Updated docs for First() and Last() 2014-02-28 21:55:18 +01:00
tnt 48de68c2b7 Eq now returns an empty Selector when an invalid index is given 2014-02-28 21:54:48 +01:00
Martin Angers e273eed13e add benchmark file for go1.2 2013-12-02 19:52:21 -05:00
Martin Angers d247f5b79a add test for issue #26, cannot reproduce 2013-11-12 12:34:21 -05:00
Martin Angers aa0519aedd bench with go1.2rc1, getting 10-15% gains 2013-09-24 12:31:03 -04:00
Martin Angers f065786d41 add NewDocumentFromReader, closes #20 v0.3.2 2013-09-07 10:57:54 -04:00
Martin Angers e8c0a63721 document new constructor, rename to NewDocumentFromResponse v0.3.1 2013-07-24 08:49:11 -04:00
Martin Angers 263b827b20 Merge pull request #19 from assassingj/myfeature
add another method to get html document
2013-07-24 05:40:37 -07:00
tesla.peng 2d2b626f0d add another method to get html document 2013-07-24 18:29:10 +08:00
Martin Angers 8a4ef5dbdd add v0.3.0 tag and benchmark EachWithBreak 2013-05-24 11:40:46 -04:00