- Corrected juice unit tests for latest cssom.
- Fixed presence of \n in selectors.
- Fixed unneeded removal of inline event handlers in html.
- Bumped jsdom.
- Added whitelist of pseudos to ignore (fixes
:first-child
etc) - Fine-tuned jsdom for speed (disabled unneded features).
- Added caching of parsed selectors.
- Fixed
:hover
.
- Fixed specificity :not recursion.
- Fixed specificity calculation for
not()
and pseudos. [arian]
- Initial release.