- update jsdom dependency to 0.6.0
- fix resolving file:// paths on windows (thanks Mirco Zeiss)
- fix crash during cleanup. (thanks Ger Hobbelt)
- update superagent to 0.14.0
- fix regression: not ignoring pseudos
- do not crash on ::selectors (covered by normalize.css test case)
- update jsdom dependency to 0.5.4
- support node v0.10
- switch dependency to slick instead of mootools which was rudely unpublished
- update jsdom dependency to 0.5.0
- fix specificity test. all test cases passed now.
- add a command line
juice
program
- fix incorrectly lowercasing href
- explicitly document which node versions are supported
with
engines
and travis-ci. - expose
juice.inlineDocument
andjuice.inlineContent
- fix / test case for @media queries
- merge boost into juice
- legacy
juice
function still works as is - add
juice(filePath, [options], callback)
- add
juice.juiceDocument(document, options, callback)
- add
juice.juiceContent(html, options, callback)
- remove
juice.juiceDom
- update jsdom dependency to 0.4.0
- update cssom dependency to 0.2.5
- expose a lower level export so you can operate on a jsdom document [superjoe30]
- fix exports not working [superjoe30]
- fix jshint problems [superjoe30]
- fixed test case expected outputs to have starting and ending and tags as jsdom appends them in its html() function if they do not exist
- regression test for previous fix for media queries. note i had to wrap my test .out content in tags in order to pass tests, it looks like they are appended at some point for partial html content which just guessing is new behavior from when these tests were written
- make sure the css rule has selectorText to prevent parsing exception. hit this on @media rules which do not have selector text. afaik this means media queries will not be inlined. however everything else is.
- bump jsdom
- Added note regarding node-email-templates to README
- 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.