Martin Angers
|
e89fe653fd
|
update README for v1.0.1
|
2016-08-28 11:06:06 -04:00 |
|
Martin Angers
|
7f4291566c
|
tag v1.0.0, closes #124
|
2016-07-27 21:43:13 -04:00 |
|
Martin Angers
|
f0d75731e0
|
fix example, closes #120
|
2016-06-29 08:59:28 -04:00 |
|
Martin Angers
|
2441483128
|
update doc
|
2016-06-15 09:40:19 -04:00 |
|
Martin Angers
|
5cc721859e
|
edit example to follow Go conventions
|
2016-04-08 07:39:02 -04:00 |
|
Martin Angers
|
b0437209ef
|
add NodeName and OuterHtml utility functions
|
2016-02-02 12:28:50 -05:00 |
|
Martin Angers
|
60ec77b003
|
doc: document AttrOr addition
|
2015-04-20 19:20:24 -04:00 |
|
Martin Angers
|
269246d9e7
|
doc: fix obsolete links in README
|
2015-03-28 09:30:56 -04:00 |
|
HARUYAMA Seigo
|
d9b2b5ed51
|
cascadia has moved.
code.google.com/p/cascadia
->
github.com/andybalholm/cascadia
|
2015-03-28 11:15:11 +09:00 |
|
Martin Angers
|
fe61b74344
|
document Prepend addition
|
2015-02-04 20:43:02 -05:00 |
|
Martin Angers
|
2922326512
|
doc
|
2014-11-28 11:50:40 -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
|
ac1e87b973
|
doc
|
2014-11-07 09:57: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 |
|
Andrew Stone
|
e7ef1f75eb
|
Update documentation to include manipulation functions
|
2014-10-29 11:58:26 -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 |
|
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
|
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
|
bc0c11b086
|
update doc, example
|
2014-04-11 11:32:03 -04:00 |
|
Martin Angers
|
5329018c6a
|
add travis badge, update copyright year
|
2014-02-28 21:36:06 -05:00 |
|
Martin Angers
|
f065786d41
|
add NewDocumentFromReader, closes #20
|
2013-09-07 10:57:54 -04:00 |
|
Martin Angers
|
e8c0a63721
|
document new constructor, rename to NewDocumentFromResponse
|
2013-07-24 08:49:11 -04:00 |
|
Martin Angers
|
8a4ef5dbdd
|
add v0.3.0 tag and benchmark EachWithBreak
|
2013-05-24 11:40:46 -04:00 |
|
Martin Angers
|
d49fa5b2a1
|
update readme with new version
|
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
|
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 |
|
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
|
6948b1bfac
|
finalize tests and benchmarks for v0.2
|
2012-11-11 21:26:27 -05:00 |
|
Martin Angers
|
ae1a71636e
|
update changelog, doc
|
2012-10-14 12:34:28 -04:00 |
|
Martin Angers
|
6669ef001f
|
remove Document.Root, Document is itself a Selection (using embedded struct)
|
2012-10-14 12:28:27 -04:00 |
|
Martin Angers
|
cbddb7a808
|
add support for negative indices in Slice(), with tests
|
2012-10-10 19:55:34 -04:00 |
|
Martin Angers
|
9ed3dce6b0
|
forgot changelog
|
2012-09-17 11:14:03 -04:00 |
|
Martin Angers
|
2371acd273
|
refactor Next...() and Prev...() functions to use linked list, much faster
|
2012-09-17 11:01:00 -04:00 |
|
Martin Angers
|
d239ff0ac3
|
finalize benchmarks for traversal.go, add bench data for v0.1.0
|
2012-09-12 14:50:41 -04:00 |
|
Martin Angers
|
f0e21587c8
|
start work on benchmarks
|
2012-09-11 11:00:14 -04:00 |
|
Martin Angers
|
7b5bdc108a
|
fix todo link in readme
|
2012-09-10 11:21:23 -04:00 |
|
Martin Angers
|
e53c314452
|
add version and changelog
|
2012-09-10 11:17:34 -04:00 |
|
Martin Angers
|
d5e9341ca1
|
add PrevFilteredUntil...() with tests
|
2012-09-10 10:04:00 -04:00 |
|
Martin Angers
|
2fc9009621
|
add NextFilteredUntil...() with tests
|
2012-09-10 09:09:32 -04:00 |
|
Martin Angers
|
ab7dea3da3
|
update to use new exp/html package
|
2012-09-09 18:44:47 -04:00 |
|
Martin Angers
|
661a12ade6
|
temp info for install
|
2012-09-07 09:50:22 -04:00 |
|
Martin Angers
|
7126aa375d
|
update TODOs
|
2012-09-06 14:40:44 -04:00 |
|