- Add 'localeContext' to config object to choose locale information
- Fix: modify documentation for makara@v2 and the @provide helper. Resolves #76
- Fix: change express configuration example in README per https://github.com/expressjs/express/wiki/Migrating-from-3.x-to-4.x#removed-in-express-4
Breaking changes
- Update dependencies and pin down dust versions
Bugs
- Fix grunt tasks for Windows
Bugs
- Handling bad dust syntax gracefully and returning the dust compile error as callback error.
Features
- Switch to use graceful-fs for managing larges numbers of files.
- Add
editable
flag to manually override metadata rendering per tag. - Update dev deps
- Documentation
Features
- Now caches template functions instead of compiled template strings.
Features
- Redefine old mode=json to mode=paired and add new mode=json that generates true JSON objects
Bugs
- Fix issue #18 where missing key attribute crashes process.
- First crack at fixing issue #9 wherein grunt tasks does not use fallback when bundle not found.
Features
- Simplify caching.
Bugs
- Fix path separator issues for cross-platform grunt tasks.
Features
- None