Skip to content

Commit

Permalink
docs(changelog): add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
FGRibreau committed May 6, 2015
1 parent 13c4029 commit 5ea057b
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 53 deletions.
57 changes: 57 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
# Change Log

## [v1.3.0](https://github.com/fgribreau/node-request-retry/tree/v1.3.0) (2015-05-06)

[Full Changelog](https://github.com/fgribreau/node-request-retry/compare/v1.2.2...v1.3.0)

**Merged pull requests:**

- update dependencies for latest version [\#7](https://github.com/FGRibreau/node-request-retry/pull/7) ([alexkahn](https://github.com/alexkahn))

## [v1.2.2](https://github.com/fgribreau/node-request-retry/tree/v1.2.2) (2015-01-03)

[Full Changelog](https://github.com/fgribreau/node-request-retry/compare/v1.2.1...v1.2.2)

## [v1.2.1](https://github.com/fgribreau/node-request-retry/tree/v1.2.1) (2014-11-10)

[Full Changelog](https://github.com/fgribreau/node-request-retry/compare/v1.2.0...v1.2.1)

**Merged pull requests:**

- add write method [\#6](https://github.com/FGRibreau/node-request-retry/pull/6) ([juliendangers](https://github.com/juliendangers))

## [v1.2.0](https://github.com/fgribreau/node-request-retry/tree/v1.2.0) (2014-11-03)

[Full Changelog](https://github.com/fgribreau/node-request-retry/compare/v1.1.0...v1.2.0)

**Closed issues:**

- TypeError: Object \#<Request\> has no method 'setMaxListeners' [\#2](https://github.com/FGRibreau/node-request-retry/issues/2)

## [v1.1.0](https://github.com/fgribreau/node-request-retry/tree/v1.1.0) (2014-10-27)

[Full Changelog](https://github.com/fgribreau/node-request-retry/compare/v1.0.4...v1.1.0)

**Merged pull requests:**

- Expose Request methods [\#5](https://github.com/FGRibreau/node-request-retry/pull/5) ([juliendangers](https://github.com/juliendangers))

## [v1.0.4](https://github.com/fgribreau/node-request-retry/tree/v1.0.4) (2014-09-30)

[Full Changelog](https://github.com/fgribreau/node-request-retry/compare/v1.0.3...v1.0.4)

**Closed issues:**

- Add "EHOSTUNREACH" [\#4](https://github.com/FGRibreau/node-request-retry/issues/4)

## [v1.0.3](https://github.com/fgribreau/node-request-retry/tree/v1.0.3) (2014-09-23)

**Closed issues:**

- Are retry requests closed properly? [\#3](https://github.com/FGRibreau/node-request-retry/issues/3)

- Missing "cancelable": "^0.1.0" [\#1](https://github.com/FGRibreau/node-request-retry/issues/1)



\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
54 changes: 1 addition & 53 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,58 +57,6 @@ request({
- Tests
- Use an EventEmitter to notify retries

## Changelog

<a name="v1.2.2" />
[v1.2.2](#v1.2.2)

- update `request` to 2.51.0

<a name="v1.2.1" />
[v1.2.1](#v1.2.1)

- add support for 'write' request method by @juliendangers

<a name="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`

<a name="v1.1.0" />
[v1.1.0](#v1.1.0)

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

<a name="v1.0.4" />
[v1.0.4](#v1.0.4)

- added `EPIPE`

<a name="v1.0.3" />
[v1.0.3](#v1.0.3)

- added `EHOSTUNREACH`

<a name="v1.0.2" />
[v1.0.2](#v1.0.2)

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

<a name="v1.0.1" />
[v1.0.1](#v1.0.1):

- added `cancelable` as deps

<a name="v1.0.0" />
[v1.0.0](#v1.0.0):

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

<a name="v0.0.1" />
[v0.0.1](#v0.0.1)

- initial commit
## [Changelog](CHANGELOG.md)

Copyright 2014, [Francois-Guillaume Ribreau](http://fgribreau.com) (npm@fgribreau.com)
3 changes: 3 additions & 0 deletions scripts/changelog
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env bash
# gem install github_changelog_generator
github_changelog_generator -u fgribreau -p node-request-retry

0 comments on commit 5ea057b

Please sign in to comment.