1.9.0
- Add support for specifying partial location using glob patterns
1.8.0
- Add support for using a local JavaScript module as a data source
- Update mustache dependency to v1.0.0
1.7.0
- Add support for disabling or customizing escaping for a build target
- Disambiguate the options used for looking up prefixed partials
- Update dependency versions (es6-promise, js-yaml, mustache, request)
1.6.0
- Add support for dynamically building file list
1.5.0
- Allow asynchronous downloading of data and templates over HTTP or HTTPS
1.4.0
- Output progress of task to console
1.3.0
- Add ability for users to define their own partial finder functions.
1.2.3
- Accept
YAML
files with either.yaml
or.yml
extensions.
1.2.2
- Major code refactor
- Remove
lodash
dependency
1.2.1
- Code Cleanup
1.2.0
- Allow arbitrary JavaScript objects to be passed as data
1.1.0
- Option for common prefix on partials
- Option to clear mustache cache before running task
1.0.0
- Created website
- API now considered stable
0.3.0
- Unverbosify options
0.2.1
- Bugfix: dependencies
0.2.0
YAML
data file support
0.1.0
- Initial Release