71 Commits
Author SHA1 Message Date
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
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
Martin Angers 5da274a53d add NextUntil...() with tests 2012-09-06 14:40:15 -04:00
Martin Angers 1e921f3bd8 update TODOs 2012-09-06 10:58:27 -04:00
Martin Angers eea8ab69ed add PrevUntilSelection() and PrevUntilNodes() with tests 2012-09-06 10:57:54 -04:00
Martin Angers 7dcaa4213b add PrevUntil() with tests 2012-09-06 10:39:30 -04:00
Martin Angers a9c4ad4c8f start work on PrevUntil() and NextUntil() 2012-09-06 10:27:42 -04:00
Martin Angers bf960f0855 fix order for prevAll 2012-09-06 09:20:24 -04:00
Martin Angers e952587198 little more idiomatic code in the example 2012-09-06 07:55:07 -04:00
Martin Angers 5aae70d501 add example 2012-09-05 10:40:16 -04:00
Martin Angers 454e21b28a finalize End() tests 2012-09-05 10:06:52 -04:00
Martin Angers 2d885ccd3a add tests for End() rollbacks, doc 2012-09-05 09:35:53 -04:00
Martin Angers 3aaca8f8ea refactor of Find() methods to use mapNodes 2012-09-04 15:18:51 -04:00
Martin Angers 6b27ec19a5 refactor Children() and Contents() to use mapNodes internally 2012-09-04 14:56:20 -04:00
Martin Angers af4a62048b add PrevAll() and PrevAllFiltered() with tests 2012-09-04 13:44:20 -04:00
Martin Angers 19c7e27fc0 add NextAll(), NextAllFiltered(), refactor all filtered methods 2012-09-04 13:34:52 -04:00
Martin Angers 9394a923e0 add Prev() and PrevFiltered() with tests 2012-09-04 13:06:03 -04:00
Martin Angers ed3b9aca8a add Next() and NextFiltered() with tests 2012-09-04 12:07:59 -04:00
Martin Angers ff0cbc32c4 add SiblingsFiltered() and tests 2012-09-04 11:20:20 -04:00
Martin Angers b26e37d262 add Siblings() with tests 2012-09-04 11:15:09 -04:00
Martin Angers f461c82030 add ParentsFilteredUntil...() with tests 2012-09-04 10:58:44 -04:00
Martin Angers d03482bacd add ParentsUntil...() with tests 2012-09-04 10:39:59 -04:00
Martin Angers cfa964cff5 add Parents() and ParentsFiltered(), with tests 2012-09-04 10:11:00 -04:00
Martin Angers 01f04bca8b add Parent() and ParentFiltered(), refactor tests using Asserts...() 2012-09-04 09:52:19 -04:00
Martin Angers 81b024325c add FindSelection and FindNodes, needs tests 2012-09-02 21:26:14 -04:00
Martin Angers 6e1e76af6b refactor Document to make Root a Selection, with all API available 2012-09-02 14:45:50 -04:00
Martin Angers bae24062b4 add Contents() and Children() with tests. 2012-09-02 14:07:18 -04:00
Martin Angers 9f46e15492 start work on Contents() and Children() 2012-09-01 21:23:43 -04:00
Martin Angers 766e10867e add Html() and tests 2012-09-01 21:08:39 -04:00
Martin Angers 3631dc402c fix Find() so that is searches only descendents 2012-09-01 20:00:44 -04:00
Martin Angers 505516529b finalize type.go documentation 2012-09-01 11:03:02 -04:00
Martin Angers 8ddd8c6655 finalize iterators, with tests and comments. 2012-09-01 10:55:01 -04:00
Martin Angers e6faf847cc comment Text() and use bytes.Buffer to concatenate strings 2012-09-01 10:48:44 -04:00
Martin Angers 6b36d629f0 add Text() with tests. 2012-09-01 10:45:47 -04:00
Martin Angers e42c4fb35e take some notes in todo comments 2012-08-31 14:54:33 -04:00
Martin Angers db549966da add Is...() and tests 2012-08-31 14:31:29 -04:00
Martin Angers b89ed30e10 fix doc a little, start Is() 2012-08-31 11:26:24 -04:00
Martin Angers 2142c85b5d explain why use same syntax as jq 2012-08-31 10:57:15 -04:00
Martin Angers a139b5d77f doc fixes 2012-08-31 10:47:28 -04:00
Martin Angers f1e54e5311 add Add() and AndSelf(), with tests 2012-08-31 10:27:45 -04:00
Martin Angers 7a69490818 add tests for Has() and End() 2012-08-31 09:06:39 -04:00
Martin Angers 4889cf55fe add tests for Filter() and Not() 2012-08-30 23:12:56 -04:00
Martin Angers 437a1dc2a1 work on filter.go, needs tests now 2012-08-30 22:47:12 -04:00
Martin Angers 503306d8a5 point doc to gopkgdoc site 2012-08-30 22:17:16 -04:00
Martin Angers d17b003dc8 fix tests after reorganization 2012-08-30 17:38:51 -04:00
Martin Angers de74d0bf97 reorganize code in what seems like a sane structure 2012-08-30 17:35:41 -04:00