- Enabled support for node 0.6.0
- Updated Express to 2.5.0
- Added static file folders for articles - closes #8
- Added tests - closes #3
- Updated Express to 2.3.2
- Release to fix NPM package
- Fixed an issue with Article.permalink relative argument.
- Added Jade to dependencies
- Fixed an issue with paging not working properly
- Fixed an issue with an uninitialized variable
- Fixed a typo in
view.coffee
- Major rehaul of the API
- Modified the
summary
helper. Can now specifydelimiter
andtrimmer
- Removed
feed.haml
and added optional configurationconfigs.rss = true
- Helpers are now in their own file
helpers.coffee
- Removed
patches.coffee
nowutils.coffee
- Added optional configurations:
articlesExt
,templatesExt
- Added date validation for listings - closes #7
- Added template local variable
title
in archives - closes #2 - Added gravatar helper
gravatar(email, size = 50)
- Template helpers are now exposed in
Typhoon.Helpers
- Removed src from published package
- Initial release