Skip to content

Releases: emaphp/underscore-template-loader

Version 1.0

23 Feb 21:45
Compare
Choose a tag to compare
Version 1.0 Pre-release
Pre-release

Added:

  • Loader now works with Webpack 4.

Version 0.8

30 Jul 18:54
Compare
Choose a tag to compare

Added:

  • Macros now support object literals as arguments
  • The require macro accepts an additional object argument

Version 0.7.3

27 Apr 22:00
Compare
Choose a tag to compare

Fixed: Removed unused dependency in file-loader.js

Version 0.7.2

09 Mar 19:57
Compare
Choose a tag to compare
  • Added: Support for the parseDynamicRoutes argument (false by default)
  • Modified: Now dynamic routes in attributes won't be translated unless both root and parseDynamicRoutes are defined.

Version 0.7.1

08 Mar 20:20
Compare
Choose a tag to compare
  • FIX: Check if attribute contains a template expression before using the file-loader.

Version 0.7.0

23 Feb 18:36
Compare
Choose a tag to compare
  • Enable _.templateSettings.imports support (thx @kmck)

Version 0.6.0

15 Jan 22:11
Compare
Choose a tag to compare
  • Added support for html-webpack-plugin (thx @jantimon).

Version 0.5.2

23 Oct 21:54
Compare
Choose a tag to compare
  • Adding support for _.templateSettings.variable (LoDash). Thx @pascalpp.

Version 0.5.1

22 Aug 22:09
Compare
Choose a tag to compare
  • 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.

Version 0.5.0

19 Aug 17:23
Compare
Choose a tag to compare