- Bug fix: don't add -null to urls that do not resolve to a file.
- Resolve relative urls including '..' to absolute paths.
- Refactor to compute digests in dependency order. This change lets you digest html and css together with changing binary assets.
- Added Digest.logger for logging to arbitrary routers.
- This library will now be loaded as a coffee script, instead of adding the intermediate compilation step to js.
- Refactored fake-fs tests to use the real file system. The fake-fs was somehow causing mocha to report process success even on test failure.
- Removed the compilation to javascript step. This happens with node and coffeescript automatically.
- Added Digest.logger for overriding the default
console
logger.
- Updated all dependencies; this made all failing tests pass
- Chore: Compile JavaScript.
- Feature: Environment-specific host thanks to @Tomtomgo.
- Fix: Compile JavaScript.
- Customizable DIGEST pattern (thanks to @steveluscher)
- Handle missing files gracefully.
- Allow for leading
/
in DIGEST filenames.
- Warning in dynamic mode.
- Fix typo in warning message for precision.
- Forgot to compile the JS.
- Remove DIGEST references when digest-brunch not run.
- Initial release