- Updated dependencies
- Minimum supported node version is now v4 due to nested dependency requirements
- Now compiled with CoffeeScript v2
- Updated base files
- Update base files
- Updated dependencies
- Updated dependencies
- Updated dependencies
- Updated dependencies
- Updated dependencies
- Updated dependencies
- Updated dependencies
- Repackaged
- Updated dependencies
- Updated dependencies
- Updated dependencies
- Abstracted out non docpad specific functionality into new feedr project
- See the new configuration options here
- Better handling of jsonp responses
- Better handling of bad json responses
"key": {"_content": "the actual value"}
inside responses will be converted to"key": 'the actual value"
ifclean
is set totrue
inside the feed configuration
- Re-added markdown files to npm distribution as they are required for the npm website
- Fixed a caching conflict issue when two feeds have the same name across different projects
- Added the configuration options
refreshCache
andcacheTime
- Removed underscore dependency
- Fixed path exists warning
- Will now store cached files inside the operating systems actual tmp path, instead of always assuming it is
/tmp
- Customisable by the
tmpPath
configuration option
- Customisable by the
- Updated for DocPad v5.0
- Now exposes
@feedr.feeds
to thetemplateData
instead of@feeds
- Initial working version for Benjamin Lupton's Website