1
0
mirror of https://github.com/ericchiang/pup synced 2025-01-15 10:11:16 +00:00
Commit Graph

9 Commits

Author SHA1 Message Date
Jakub Wilk
56d0c59077 fix typos 2016-08-19 18:57:26 +02:00
Eric Chiang
0e201e701a *: revert Godep rewrite 2016-07-22 21:43:11 -07: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
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
a07991268b Allow user to specify charset 2014-12-14 00:00:36 -05:00
ericchiang
f72d543143 comma detector added 2014-11-22 10:47:33 -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