bump version

This commit is contained in:
Dylan Greene
2013-06-30 15:49:27 -04:00
parent 5dbeaf12c9
commit 1326059436
2 changed files with 8 additions and 13 deletions

View File

@@ -1,13 +1,14 @@
{ {
"name": "rss", "name": "rss",
"version": "0.0.4", "version": "0.1.0",
"description": "RSS feed generator. A really simple API to add RSS feeds to any project.", "description": "RSS feed generator. A really simple API to add RSS feeds to any project.",
"homepage": "http://github.com/dylang/node-rss", "homepage": "http://github.com/dylang/node-rss",
"author": "Dylan Greene <dylang@gmail.com>", "author": "Dylan Greene <dylang@gmail.com>",
"contributors": [ "contributors": [
"Dylan Greene <dylang@gmail.com>", "Dylan Greene <dylang@gmail.com>",
"Xavier Damman <xdamman@gmail.com>", "Xavier Damman <xdamman@gmail.com>",
"Michael R. Lange" "Michael R. Lange",
"Victor Jonsson"
], ],
"repository": "repository":
{ {

View File

@@ -80,19 +80,13 @@ an have any number of items. Ten to tenty is usually good.
* This module is very fast but you might as well cache the output of xml() and serve * This module is very fast but you might as well cache the output of xml() and serve
it until something changes. it until something changes.
## Upcoming features
* Atom support
* Feed validation
* Feedburner integration
* More customization
* Express middleware for serving feeds
* What else?
# Contributing # Contributing
Contributions to the project are welcome. Feel free to fork and improve. I accept pull requests and issues, Contributions to the project are welcome. Feel free to fork and improve.
especially when tests are included. I accept pull requests when tests and updated docs are included.
I'm not actively adding features to this module. If you would like to take over maintaining it
just let me know.
# License # License