- Documentation updates
- Regex now have to be explicitly indentified in
routes.json
by delimiting them with/
characters
- Add
trim
filter to trim leading and trailing whitespace from a dust reference
- Add support for Node.js 5.x
- Fixed JSHint errors in creation of worker processes
- Fixed bug that was causing async dust helpers to fail
- Fixed loading mincer extensions
- Add support for apps to load mincer extensions
- Added documentation for the good-starter-issue label
- Add support for Node.js 4.x
- Add the ability to view raw JSON with a query param
- Change the ordering or EJS helper parameters
- Replace jsdom with Cheerio
- Remove the PhantomJS install from the dependencies
- Remove Base64-encoding of images in the CSS
- Remove automatic
rem
conversion in the CSS - Update dependencies
- Updating the docs
- Document modules
- Sprauncy logo
- Initial public release
- Changed statsd client to fix an incompatibility with some versions of node 0.12
- Replace
dust.helpers.tap
withcontext.resolve
https://github.com/linkedin/dustjs-helpers/wiki/Deprecated-Features#tap - Document Dust helpers, testing, input filters, and output filters
- License under LGPL 3.0
- Update dependencies
- Document configuration and template tests
- Replace the built-in json-serve script with JServe
- Downgrade the "template not found" error to a warning
- Fix Travis encrypted config after repo rename
- Initial release