Releases: mcmath/ejs-html-loader
Releases · mcmath/ejs-html-loader
v4.0.1
25 Jan 07:14
Compare
Sorry, something went wrong.
No results found
v4.0.0
24 Jan 13:01
Compare
Sorry, something went wrong.
No results found
This release upgrades dependencies and increases minimum Node version to 6.
v3.1.0
17 Jul 21:11
Compare
Sorry, something went wrong.
No results found
This release adds a feature that allows data to be passed as resource parameters:
import "./index.ejs?page=home" ;
v3.0.1
17 Jul 21:09
Compare
Sorry, something went wrong.
No results found
This release adds support for Webpack 3.
v3.0.0
09 May 22:51
Compare
Sorry, something went wrong.
No results found
This release adds support for Webpack 2.
v2.0.2
09 Jun 13:47
Compare
Sorry, something went wrong.
No results found
Fix
Fixes #4 : nested includes are now added as dependencies
v2.0.1
09 Jun 00:47
Compare
Sorry, something went wrong.
No results found
Fix
Add babel-cli to devDependencies in package.json
v2.0.0 New Major Version
09 Jun 00:29
Compare
Sorry, something went wrong.
No results found
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
v1.2.2
27 Mar 08:52
Compare
Sorry, something went wrong.
No results found
Fixes
Fix Error.captureStackTrace() to correct constructor argument.
v1.2.1
27 Mar 08:51
Compare
Sorry, something went wrong.
No results found
Fixes
Make sure included files maintain their dependencies on error by adding
a caching mechanism.
Maintenance
Divide loader into multiple files under a new lib/ directory.