Andrew Stone
|
edcb3e4b1e
|
manipulation: Add Prepend*()
Looks like I missed yet another manipulation function.
|
2015-02-04 11:28:51 -05:00 |
|
Martin Angers
|
12a46cd4a1
|
Merge pull request #58 from jpillora/master
SetAttr now creates attributes, in addition to updating attributes, clos...
|
2014-12-09 22:34:46 -05:00 |
|
Jaime Pillora
|
51379dc225
|
SetAttr now creates attributes, in addition to updating attributes, closes #57
|
2014-12-06 18:53:56 +11:00 |
|
Martin Angers
|
0db8a55dc4
|
fix doc alignment
|
2014-11-28 11:55:26 -05:00 |
|
Martin Angers
|
2922326512
|
doc
|
2014-11-28 11:50:40 -05:00 |
|
Martin Angers
|
a923db6a4b
|
review PR, fix WrapInner bug
|
2014-11-28 11:46:58 -05:00 |
|
Andrew Stone
|
2455631714
|
manipulation: Add Unwrap()
|
2014-11-12 10:37:11 -05:00 |
|
Andrew Stone
|
162ad3a767
|
manipulation: add ReplaceWith*() functions
|
2014-11-12 10:37:11 -05:00 |
|
Andrew Stone
|
ca48f5f409
|
manipulation: add Wrap*() functions
|
2014-11-12 10:37:11 -05:00 |
|
Martin Angers
|
ffa8a68c9f
|
accept variadic class names in AddClass
|
2014-11-07 22:08:57 -05:00 |
|
Martin Angers
|
39d99e8fa4
|
remove fmt dependency
|
2014-11-07 13:21:28 -05:00 |
|
Martin Angers
|
522e116ada
|
doc again
|
2014-11-07 12:36:55 -05:00 |
|
Martin Angers
|
b89597bb36
|
doc
|
2014-11-07 12:33:22 -05:00 |
|
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 |
|