Commit Graph
219 Commits
Author SHA1 Message Date
Martin Angers fb2312a925 add final *Matcher* overloads 2014-11-07 12:19:01 -05:00
Martin Angers ef025592df more *Matcher overloads of selector string methods 2014-11-07 11:37:50 -05:00
Martin Angers c0464bb4c9 fix class manipulation issue 2014-11-07 11:22:08 -05:00
Martin Angers ac1e87b973 doc 2014-11-07 09:57:08 -05:00
Martin Angers 958027e55f fix failing test due to CloneDocument renaming 2014-11-07 09:32:11 -05:00
Martin Angers 1ff3f2a033 rename NewDocumentFromDocument to CloneDocument 2014-11-07 09:23:27 -05:00
Martin Angers 3aedb35ed4 remove lint warning 2014-11-07 09:21:01 -05:00
Martin Angers 409e94058f make test assert helpers private 2014-11-07 09:20:20 -05:00
Martin Angers 54d43ec4b0 add Go 1.3 target in travis tests 2014-11-07 08:38:44 -05:00
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