pup - 0.3.3 - pseudo classes added
This release of pup is cross compiled with gox. Simply download the appropriate executable for your platform, unzip the zip, and include the resulting binary somewhere on your PATH environment variable. Happy hacking!
Added since last release:
* 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