Skip to content

v2.0.0 New Major Version

Compare
Choose a tag to compare
@mcmath mcmath released this 09 Jun 00:29
· 23 commits to master since this release

Breaking Changes

  • EJS is now a peer dependency, and must be installed separately
  • Options may not be passed via the 'ejsHtmlLoader' property;
    only 'ejsHtml' is accepted

Development

  • Source files are in ES2015 and compiled with Babel
  • Test files are in CoffeeScript
  • ESLint is used for linting, replacing JSHint and JSCS
  • Set up automatic deployment to NPM from Travis