1
0
mirror of https://github.com/ericchiang/pup synced 2024-11-13 03:09:04 +00:00
Commit Graph

88 Commits

Author SHA1 Message Date
Eric Chiang
9ae816ce79 vendor: revendor dependencies using gvt 2016-07-22 21:43:11 -07:00
Eric Chiang
2a0609560c remove Godeps directory 2016-07-22 21:43:10 -07:00
Eric Chiang
e76307d03d Merge pull request #63 from ericchiang/json_nl
print newline after content when using the JSON output option
2016-04-25 08:17:42 -07:00
Eric Chiang
b2695a68bf print newline after content when using the JSON output option
closes #62
2016-04-25 08:16:52 -07:00
Eric Chiang
468df5e20d Merge pull request #53 from nemecec/patch-1
thanks!
2015-10-01 09:37:25 -04:00
Neeme Praks
d86d2436c7 fixed some typos 2015-10-01 14:19:43 +03:00
Eric Chiang
6d1318bfa4 json{} now always returns a list
closes #41
2015-06-10 08:03:06 -04:00
Eric Chiang
8d58f37763 Merge pull request #44 from vitorgalvao/brew-homebrew
readme.md: corrected homebrew’s name
2015-06-01 10:26:39 -04:00
Vítor Galvão
9aed71c4cf readme.md: corrected homebrew’s name 2015-05-31 20:58:19 +01:00
Eric Chiang
9693b29260 use pup --help for list of flags 2015-04-05 15:26:22 -04:00
Eric Chiang
07dad51f1d 0.3.9 2015-04-05 15:23:49 -04:00
Eric Chiang
7e986d528b godeps added 2015-04-05 15:21:06 -04:00
Eric Chiang
0b21bd0bc8 allow preservation of preformatted text 2015-04-05 15:02:03 -04:00
Eric Chiang
db016ce23c allow pseudo selectors within pseudo selectors 2015-02-01 15:45:38 -05:00
Eric Chiang
775989779e updated readme 2015-02-01 14:21:55 -05:00
Eric Chiang
016c9c9dab updated brew formula 2015-02-01 14:19:54 -05:00
Eric Chiang
6ca590964c Merge pull request #32 from EricChiang/0.3.8
0.3.8
2015-02-01 14:17:45 -05:00
Eric Chiang
9c1c38b851 tests updated 2015-02-01 13:54:43 -05:00
Eric Chiang
f42ff6b393 number displayer added back in and unescape renamed to plain 2015-02-01 13:52:02 -05:00
Eric Chiang
de53f12fa5 all text is now escaped 2015-01-20 00:10:39 -05:00
Eric Chiang
17ba91acc2 updated brew formula 2014-12-14 00:01:49 -05:00
Eric Chiang
a07991268b Allow user to specify charset 2014-12-14 00:00:36 -05:00
ericchiang
d00d65425a release scripts cleaned up 2014-12-07 13:33:43 -05:00
ericchiang
c9b88c1354 + and > are now correct 2014-12-06 21:08:03 -05:00
ericchiang
6fee0ebe20 link fixed 2014-12-01 09:43:55 -05:00
ericchiang
4705e17343 linux install instructions added 2014-11-23 16:00:01 -05:00
Eric Chiang
f407082dd5 Merge pull request #28 from EricChiang/0.3.5
0.3.5
2014-11-23 15:21:55 -05:00
ericchiang
9326703a03 brew formula and readme updated 2014-11-23 15:21:12 -05:00
ericchiang
6e6254521e updated readme 2014-11-23 15:11:17 -05:00
ericchiang
6b9070b2cd tests for comma sep selectors 2014-11-23 15:01:01 -05:00
ericchiang
a2902a3ed4 bump version 2014-11-22 11:00:04 -05:00
ericchiang
31aa392d1a comma separated selectors added 2014-11-22 10:56:35 -05:00
ericchiang
f72d543143 comma detector added 2014-11-22 10:47:33 -05:00
ericchiang
69d82fdf33 Updated README, version, pup.rb and release.sh 2014-11-10 09:20:25 -05:00
ericchiang
bc1fd77d6b switched import paths for go subrepos 2014-11-10 01:35:08 -05:00
ericchiang
e4043764a0 not and parent-of selectors added 2014-11-10 00:17:27 -05:00
ericchiang
007f862673 cleaning house 2014-11-09 22:47:43 -05:00
ericchiang
d0ff822037 pup redone
Added:
* psuedo classes
   :empty
   :[first/last/only]-child
   :[first/last/only]-of-type
   :contains("text")
   :nth[-last]-child(n|odd|even|3n+1|n+2)
   :nth[-last]-of-type(n|odd|even|3n+2|n+2)
* json{} attr keys moved up a level
* quote enclosed attr selectors
* '+' and '>' intermediate selectors
2014-11-09 22:01:20 -05:00
Eric Chiang
2505d0f4b3 Update README.md 2014-11-02 09:21:04 -05:00
Eric Chiang
f485ee6e2c talk info removed from README 2014-10-28 11:08:53 -04:00
Eric Chiang
f29a4324d4 Update README.md 2014-10-13 11:58:51 -04:00
ericchiang
acad6bb01c brew formula added 2014-10-13 11:29:59 -04:00
ericchiang
d3a7d17e6c comments now displayed 2014-10-13 11:10:51 -04:00
ericchiang
2fb2dc084d woops 2014-10-11 14:03:44 -04:00
Eric Chiang
571adeb841 Merge pull request #23 from EricChiang/json
json{} displayer added
2014-10-11 13:11:44 -04:00
ericchiang
dfe4a38973 json{} displayer added 2014-10-11 13:06:13 -04:00
Eric Chiang
dd9e318ca4 codementor stuff 2014-10-08 09:39:06 -04:00
ericchiang
4b8fa5624e changed css link 2014-09-28 21:10:00 -04:00
Eric Chiang
60e8d81125 Merge pull request #20 from claudioc/patch-1
Replace w3schools with a better reference
2014-09-28 21:06:31 -04:00
ericchiang
a9db99d6b9 small bug fixed 2014-09-28 17:56:17 -04:00