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