Releases: emaphp/underscore-template-loader
Releases · emaphp/underscore-template-loader
Version 1.0
Added:
- Loader now works with Webpack 4.
Version 0.8
Version 0.7.3
Fixed: Removed unused dependency in file-loader.js
Version 0.7.2
- Added: Support for the
parseDynamicRoutes
argument (false by default) - Modified: Now dynamic routes in attributes won't be translated unless both
root
andparseDynamicRoutes
are defined.
Version 0.7.1
- FIX: Check if attribute contains a template expression before using the file-loader.
Version 0.7.0
- Enable _.templateSettings.imports support (thx @kmck)
Version 0.6.0
- Added support for html-webpack-plugin (thx @jantimon).
Version 0.5.2
- Adding support for _.templateSettings.variable (LoDash). Thx @pascalpp.
Version 0.5.1
- Added: Test suites (thx @SpaceK33z )
- Fixed: Macros not being parsed when used at the beginning.
- Fixed: Removing predeceding character when parsing a macro. Escaped macros not being affected at all.