Skip to content

Commit

Permalink
add tags for versions
Browse files Browse the repository at this point in the history
  • Loading branch information
FGRibreau committed Nov 3, 2014
1 parent 103ae76 commit 1b9dddc
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Install with [npm](https://npmjs.org/package/requestretry).

npm install --save requestretry

## Define your own retry strategy
## How to define your own retry strategy

```
/**
Expand All @@ -52,44 +52,44 @@ request({
});
```

## Todos
## Todo

- Tests
- Use an EventEmitter to notify retries

## Changelog

v1.2.0
[v1.2.0](#v1.2.0)

- support for user-defined retry strategies
- added `request.RetryStrategies.HTTPError`, `request.RetryStrategies.NetworkError` and `request.RetryStrategies.HTTPOrNetworkError`

v1.1.0
[v1.1.0](#v1.1.0)

- support for 'end', 'on', 'emit', 'once', 'setMaxListeners', 'start', 'removeListener', 'pipe' request methods by @juliendangers

v1.0.4
[v1.0.4](#v1.0.4)

- added `EPIPE`

v1.0.3
[v1.0.3](#v1.0.3)

- added `EHOSTUNREACH`

v1.0.2
[v1.0.2](#v1.0.2)

- upgraded `request` to 2.44.0 (19/09/2014)
- callback is now optional

v1.0.1:
[v1.0.1](#v1.0.1):

- added `cancelable` as deps

v1.0.0:
[v1.0.0](#v1.0.0):

- request now yield an Request instance with a `.abort()` method.

v0.0.1
[v0.0.1](#v0.0.1)

- initial commit

Expand Down

0 comments on commit 1b9dddc

Please sign in to comment.