- Fix broken unicode characters in output. - #77
- Prevent webpack loader callback from being called multiple times - #76
- Allow env to be specified in options - #70
- Improve error reporting when killed by signal - #65
- Fix error clearing timeout - #61
- Remove input file limit by streaming instead of using a fixed size buffer - #56
- Replace timeout option with timeoutMs - #55
- Add timeout option - #46
UNPUBLISHED Accidentally published without pulling #46
- Support Webpack 3 - #41
- Add test suite - #41
- Use
execFile
to spawn the source transformer - #37
- Support projects in paths containing spaces - #35
- Breaking Set default engine to
ERB
- #31 - Add support for
Erubi
engine - #31
- Breaking Remove support for webpack 1 style configuration under
config.railsErbLoader
- #28 - Breaking Remove support for
dependencies
in configuration (only via config comments) - #29 - Breaking Remove
cacheable
option and comment - all files are cacheable by default - #27 - Breaking Error when a dependency comment points to a non-existant file/directory - #29
- Support adding a directory as a depedency - #29
- Better error handling on invalid
runner
option - #26 - Skip parsing comments in production - #29
- Add
engine
config option to specify templating engine - #21 - Add
runner
config option to specify Ruby executable - #21 - Deprecate
rails
config option in preference for more flexiblerunner
- Added
rails
option - #20
- Ensure support back to Node 0.10.0 - #13, #17
- Remove dependency
node-uuid
- #15 - Include MIT license text
- Breaking Use
Erubis
instead ofERB
gem to render templates. This gem is bundled by default with Rails 3.0 and above - #7
- Breaking Rename project from
uh-erb-loader
torails-erb-loader
- #6 - Breaking Add file caching by default - #4
- Add support for query parameters
cacheable
dependencies
dependenciesRoot
parseComments
- Add configuration comments
rails-erb-loader-depedencies
rails-erb-loader-depedencies-root
(undocumented)rails-erb-loader-cacheable
Deprecate uh-erb-loader
in favor of rails-erb-loader
.
- Ignore unwanted output from Rails by delimiting desired output - #1
Initial release