Skip to content

Commit

Permalink
Updating docs and bumping release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Lokahi Podwys committed Aug 10, 2015
1 parent eec54cd commit fb75722
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -405,13 +405,3 @@ var superagent = require('superagent-cache')(null, redisCache);
#### 0.2.0
* `superagent-cache` is now more flexible, allowing usage of any cache that matches `cache-service`'s API. To make it lighter, then, the hard dependency on `cache-service` was replaced with the much lighter `cacheModule`. As a result, `superagent-cache` can no longer construct a `cache-service` instance for you. If you wish to use `cache-service`, you must instantiate it externally and hand it in as `cache`--the second param in the `require` command.

# Roadmap

* ~~Make it so superagent-cache's `.end()` callback function does not require an `err` param~~
* ~~Make sure that `resetProps()` gets called when `._end()` is called directly~~
* ~~Add unit tests for the various ways headers can be added to calls~~
* ~~Add the 'More Usage Examples' section~~
* ~~Remove the hard dependency on `superagent-cache` and allow users to use any cache that matched `superagent-cache`'s API~~
* Add unit tests for the other points above
* Add thorough comments and param descriptions to the code
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "superagent-cache",
"version": "0.2.1",
"version": "1.0.0",
"description": "Superagent with flexible built-in caching.",
"main": "superagentCache.js",
"dependencies": {
Expand Down

0 comments on commit fb75722

Please sign in to comment.