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 |
|
Martin Angers
|
948b88c36f
|
add EachWithBreak(), fixes #13
v0.3.0
|
2013-05-24 11:25:42 -04:00 |
|
Martin Angers
|
27b24066a6
|
make regexp var package-level, compiled once. fixes #11
|
2013-05-06 20:19:21 -04:00 |
|
Martin Angers
|
485b1f5575
|
remove exp/html from comments, closes #10
|
2013-05-06 20:16:13 -04:00 |
|
Martin Angers
|
0d8bcaa448
|
add benchmark with go1.1rc1
|
2013-05-05 11:57:50 -04:00 |
|
Martin Angers
|
d49fa5b2a1
|
update readme with new version
v0.2.1
|
2013-04-26 19:44:22 -04:00 |
|
Martin Angers
|
d84f346f92
|
update doc now that goquery is go-getable
|
2013-04-26 19:40:52 -04:00 |
|
Martin Angers
|
f5309e0304
|
Merge pull request #7 from matrixik/master
Update exp/html import paths, closes #7
|
2013-04-26 16:32:17 -07:00 |
|
Martin Angers
|
4bdceda6d8
|
fix #8
|
2013-03-17 10:22:49 -04:00 |
|
Martin Angers
|
fd221b178b
|
install notes tweaked
|
2013-03-17 10:21:27 -04:00 |
|
Martin Angers
|
ee5503bf12
|
update install instructions
|
2013-03-17 10:20:13 -04:00 |
|
Dobrosław Żybort
|
474b169363
|
Update exp/html import paths
|
2013-02-12 20:32:16 +01:00 |
|
Martin Angers
|
a28d5edf42
|
fix doc for build instruction of exp package
|
2013-01-10 19:27:30 -05:00 |
|
Martin Angers
|
7f5775caed
|
go.pkgdoc.org is case sensitive now. Closes #3.
|
2012-11-19 09:00:21 -05:00 |
|
Martin Angers
|
b26e04175c
|
fix comment in Slice(), negative indices are now supported
|
2012-11-15 17:15:47 -05:00 |
|
Martin Angers
|
6948b1bfac
|
finalize tests and benchmarks for v0.2
v0.2.0
|
2012-11-11 21:26:27 -05:00 |
|
Martin Angers
|
f98d0dce50
|
add tests for closest with selector
|
2012-11-10 20:57:04 -05:00 |
|
Martin Angers
|
971be3c4e4
|
add nodes and selection overloads for Closest
|
2012-11-08 21:08:24 -05:00 |
|
Martin Angers
|
2f94000c0a
|
start closest with selector string
|
2012-11-04 20:31:03 -05:00 |
|
Martin Angers
|
0f850e5c82
|
remove commented code
|
2012-10-18 21:18:56 -04:00 |
|