- Use hashlib instead of django.utils.hashcompat which is deprecated in Django 1.5
- Always create a compiled file, even if no output was received from compiler
- Add COFFEESCRIPT_ROOT setting
- Add staticfiles finder to serve compiled files in dev mode
- Switch to staticfiles.finders when looking up the files in DEBUG mode.
- Add support for STATICFILES_DIRS with prefixes
- When in DEBUG mode lookup coffee scripts in all STATICFILES_DIRS
- Log coffeescript compilation errors
- Fixed bug with paths on Windows (by syabro)
- Use STATIC_ROOT / STATIC_URL settings when possible instead of MEDIA_ROOT / MEDIA_URL (by Roman Vorushin)
- Add CHANGES.rst to MANIFEST.in
- Automatically remove old files from COFFEESCRIPT_CACHE
- Add basic unit tests
- Initial release