Here you can find the changes made over the course of history in the different releases.
- Allow directive in html to use multi lines (see jwvdiermen#44)
- Use global config to parse template variables in baseUrl strings (see jwvdiermen#41)
- Fix when the offset is negative, endMarker position calculations fail (see jwvdiermen#43)
- Add support to specify target with include options (see jwvdiermen#39)
- Switch to
grunt.file.expandMapping
to supportrename
andflatten
options (see jwvdiermen#37) - Support comma separated files pattern as an alternative of specifying an array.
- Add TypeScript support.
- Add support to map types to existing supported types
- Support
basePath
to be an array of paths
- improve endline detected when scanning for indentation
- replace
grunt.template.process
withgrunt.config.process
for better support (see jwvdiermen#27)
- bug fix: line endings are not detected when concatenating multiple source files.
- remove redundant "type" attribute in
<script>
tag - add support for templates in file pattern
- bug fix: multiple lines are detected as the separator, but is should only look at the first line.
- add support to overwrite the source file by including an end tag
- detect EOL globally from file when no indentation can be found (e.a. when at the begin of a file)
- add support for Jade
- make automatic indentation more intelligent by using EOL from context
- replace all instances of {filePath} instead of the only the first
- add {filePathDecoded} to enable use of raw URL which isn't encoded
- DEPRECATED: Bower support, see readme.
- support for HAML (see jwvdiermen#17)
- tags generated for HTML now use HTML5 syntax by default.
- added basic tests
- updated dependencies.
- added support for
include.ordering
option. - added automated indentation for included entries (see jwvdiermen#14)