Commit Graph
219 Commits
Author SHA1 Message Date
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
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 1f8447feb6 add benchmark results for v0.1.1 v0.1.1 2012-09-17 11:10:28 -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 7ab40af0ae add benchmarks for Next..() Prev..() except for the Until..() versions 2012-09-12 13:18:42 -04:00
Martin Angers c5da811875 add benchmark for a complete use-case (the metalreview example) 2012-09-12 11:42:30 -04:00
Martin Angers 69bd580cd4 add benchmarks for Parent...(), Parents...() and Siblings...() 2012-09-12 11:29:23 -04:00
Martin Angers b358595af5 remove Is with context, start benchmarks for traversal.go 2012-09-12 09:29:06 -04:00
Martin Angers 52823e89b9 add benchmarks for query.go 2012-09-11 21:24:33 -04:00
Martin Angers b79d2572e6 add benchmarks for property.go 2012-09-11 21:05:03 -04:00
Martin Angers 6c7e98359b add benchmarks for iteration.go 2012-09-11 20:36:48 -04:00
Martin Angers 23a9e4d290 add benchmarks for filter.go 2012-09-11 20:27:03 -04:00
Martin Angers 30f50b483f start add benchmarks for filter.go 2012-09-11 15:36:21 -04:00
Martin Angers 489bc34355 add benchmarks for expand.go 2012-09-11 15:16:31 -04:00
Martin Angers 34ebfb6ebc finalize benchmarks for array.go methods 2012-09-11 12:57:37 -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 v0.1 2012-09-10 11:17:34 -04:00
Martin Angers d5e9341ca1 add PrevFilteredUntil...() with tests 2012-09-10 10:04:00 -04:00