Skip to content

Commit

Permalink
docs(changelog): updated
Browse files Browse the repository at this point in the history
  • Loading branch information
FGRibreau committed May 6, 2016
1 parent 777ca04 commit 9e29831
Showing 1 changed file with 122 additions and 95 deletions.
217 changes: 122 additions & 95 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,95 +1,122 @@
# Change Log

## [v1.6.0](https://github.com/fgribreau/node-request-retry/tree/v1.6.0) (2015-12-25)
[Full Changelog](https://github.com/fgribreau/node-request-retry/compare/v1.5.0...v1.6.0)

**Closed issues:**

- Check attempts on error [\#21](https://github.com/FGRibreau/node-request-retry/issues/21)
- Feature request: get failure stats in callback [\#12](https://github.com/FGRibreau/node-request-retry/issues/12)

**Merged pull requests:**

- Minor example text fix [\#22](https://github.com/FGRibreau/node-request-retry/pull/22) ([EyePulp](https://github.com/EyePulp))
- Added promises support [\#20](https://github.com/FGRibreau/node-request-retry/pull/20) ([milsosa](https://github.com/milsosa))

## [v1.5.0](https://github.com/fgribreau/node-request-retry/tree/v1.5.0) (2015-09-24)
[Full Changelog](https://github.com/fgribreau/node-request-retry/compare/v1.4.1...v1.5.0)

**Closed issues:**

- Is there anyway to configure maxAttempts to Infinity \(Try Until available\) [\#17](https://github.com/FGRibreau/node-request-retry/issues/17)

**Merged pull requests:**

- Add attempts property for retry attempt info [\#16](https://github.com/FGRibreau/node-request-retry/pull/16) ([bdeitte](https://github.com/bdeitte))

## [v1.4.1](https://github.com/fgribreau/node-request-retry/tree/v1.4.1) (2015-09-21)
[Full Changelog](https://github.com/fgribreau/node-request-retry/compare/v1.4.0...v1.4.1)

**Merged pull requests:**

- Update dependencies, fixes build status [\#14](https://github.com/FGRibreau/node-request-retry/pull/14) ([fhemberger](https://github.com/fhemberger))

## [v1.4.0](https://github.com/fgribreau/node-request-retry/tree/v1.4.0) (2015-07-16)
[Full Changelog](https://github.com/fgribreau/node-request-retry/compare/v1.3.1...v1.4.0)

**Closed issues:**

- Setting request options for the request module [\#8](https://github.com/FGRibreau/node-request-retry/issues/8)

**Merged pull requests:**

- add EAI\_AGAIN to the list of retriable network errors [\#13](https://github.com/FGRibreau/node-request-retry/pull/13) ([ejok](https://github.com/ejok))
- Add notes on request module to readme [\#9](https://github.com/FGRibreau/node-request-retry/pull/9) ([alexkahn](https://github.com/alexkahn))

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

## [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)*
## Change Log

### v1.7.0 (2016/05/06 15:52 +00:00)
- [762e150](https://github.com/FGRibreau/node-request-retry/commit/762e15041b6fc5600e460c973db9dc2530928f2d) Release v1.7.0. (@FGRibreau)
- [#31](https://github.com/FGRibreau/node-request-retry/pull/31) Merge pull request #31 from tcort/defaults (@tcort)
- [70b27ec](https://github.com/FGRibreau/node-request-retry/commit/70b27ec0fecd9dc12707597d54e0ae55dc0ad2e5) Support for request default options. Issue #11 (@tcort)
- [0e684c8](https://github.com/FGRibreau/node-request-retry/commit/0e684c82587be5bf895b7df10f8321c997d00347) Update README.md (@FGRibreau)
- [29b98ea](https://github.com/FGRibreau/node-request-retry/commit/29b98ea268263f2bd7c7d953cf731e9b317060b4) docs(README) (@FGRibreau)
- [f76572d](https://github.com/FGRibreau/node-request-retry/commit/f76572da06e08849215d023c23aaaaf0c0290c6d) docs(readme) (@FGRibreau)
- [b45d6b7](https://github.com/FGRibreau/node-request-retry/commit/b45d6b7c65adf11c3b3243dcedef4e9b744bc594) Update README.md (@FGRibreau)
- [239e75d](https://github.com/FGRibreau/node-request-retry/commit/239e75d984b33f2c736c76db78495da65cb49960) Update README.md (@FGRibreau)
- [f8e793f](https://github.com/FGRibreau/node-request-retry/commit/f8e793f5dcbd0b818275e130213b3fb115d40969) docs(changelog) (@FGRibreau)

### v1.6.0 (2015/12/25 11:18 +00:00)
- [99118dd](https://github.com/FGRibreau/node-request-retry/commit/99118dd9cd78da79fd914745674cde8b1d043ba8) Release v1.6.0. (@FGRibreau)
- [51d087c](https://github.com/FGRibreau/node-request-retry/commit/51d087c93581740bf7ac14f726224b7c75d9a6b1) fix(index) (@FGRibreau)
- [f9dddf9](https://github.com/FGRibreau/node-request-retry/commit/f9dddf9c99d25a37a133a49505a6faf32d26fa36) feat(promise): using when.js by default instead of bluebird (@FGRibreau)
- [#20](https://github.com/FGRibreau/node-request-retry/pull/20) Merge pull request #20 from milsosa/added-promises-support (@milsosa)
- [819f770](https://github.com/FGRibreau/node-request-retry/commit/819f7708af69e32777d47356e6cba0a2557f450b) Merge branch 'master' into added-promises-support (@milsosa)
- [f24205d](https://github.com/FGRibreau/node-request-retry/commit/f24205dcec36dd43bc60a514336ef96bc613f402) Fixed typo (@milsosa)
- [d66a77a](https://github.com/FGRibreau/node-request-retry/commit/d66a77a6cb6791d9ef8dab1ebb9fd4b72914abdb) Updated README for usage with promises (@milsosa)
- [2cd5c6a](https://github.com/FGRibreau/node-request-retry/commit/2cd5c6a349c65ea871ea20e4a2dc8a2f5715abf3) Added tests for `promiseFactory` option, using (when.js, Q, kew, RSVP.js) promises libraries (@milsosa)
- [7a5e11c](https://github.com/FGRibreau/node-request-retry/commit/7a5e11c5362ecc771a4bf0d8aa11e7f1c213c4ab) Implemented `promiseFactory` option, to allow usage of different promise libraries (@milsosa)
- [#22](https://github.com/FGRibreau/node-request-retry/pull/22) Merge pull request #22 from EyePulp/patch-1 (@EyePulp)
- [2edefc4](https://github.com/FGRibreau/node-request-retry/commit/2edefc4ace83213747de7e380ca0d669eb980fc9) Minor example text fix (@EyePulp)
- [d291e9b](https://github.com/FGRibreau/node-request-retry/commit/d291e9b115f115371fd55ed7938aadc6eac2156d) docs(readme) (@FGRibreau)
- [41e893b](https://github.com/FGRibreau/node-request-retry/commit/41e893b8a9ec93e2cfd2a22ab1abcdefa8fd0ef9) docs(readme) (@FGRibreau)
- [71ec0d2](https://github.com/FGRibreau/node-request-retry/commit/71ec0d27a58b2812dfb69c8f322d428bbbde756f) Removed test suite exclusive `only` modifier (@milsosa)
- [609d820](https://github.com/FGRibreau/node-request-retry/commit/609d820fd4fc543d3140e71e5e5e3b257556589c) Implemented tests for promises (@milsosa)
- [27484f0](https://github.com/FGRibreau/node-request-retry/commit/27484f0637484b020846936b60a61ec63910a997) Implemented promises support (@milsosa)
- [2062358](https://github.com/FGRibreau/node-request-retry/commit/20623589eb0a903f06217bdef13e0b678471ba95) Added bluebird and nock dependencies (@milsosa)
- [55efd7d](https://github.com/FGRibreau/node-request-retry/commit/55efd7dc91f7688dda29b758a193ef02ffcea1eb) docs(changelog) (@FGRibreau)

### v1.5.0 (2015/09/24 06:38 +00:00)
- [1b7ca7c](https://github.com/FGRibreau/node-request-retry/commit/1b7ca7c88a79f9221c1ab6974b191daf3c29d913) Release v1.5.0. (@FGRibreau)
- [#16](https://github.com/FGRibreau/node-request-retry/pull/16) Merge pull request #16 from bdeitte/master (@bdeitte)
- [0db5402](https://github.com/FGRibreau/node-request-retry/commit/0db5402e9ef2f6caa068f378eaf6272878ae948f) Actually add attempts test (@bdeitte)
- [a130355](https://github.com/FGRibreau/node-request-retry/commit/a1303551080741948105a4a8e35b07223476c297) Add the attempts property for retry attempt info. Add a test for it. Also fix maxAttempts being off by one as shown by the tests. (@bdeitte)
- [bf0ff38](https://github.com/FGRibreau/node-request-retry/commit/bf0ff38b55ff39208a39673984e4792b41863fd8) feat(changelog) (@FGRibreau)
- [145a33e](https://github.com/FGRibreau/node-request-retry/commit/145a33ee5cb287a03ff3dcac7bf20ea9deb67dd6) fix(dot-files): .env to ignored files (@FGRibreau)

### v1.4.1 (2015/09/21 06:35 +00:00)
- [9f6cadf](https://github.com/FGRibreau/node-request-retry/commit/9f6cadf9a175aab39738fad39f07e135488b26ef) Release v1.4.1. (@FGRibreau)
- [5a3628a](https://github.com/FGRibreau/node-request-retry/commit/5a3628aab9390939ae5db452ec2a5612fe5eb71c) fix(package): rolled back version (@FGRibreau)
- [#14](https://github.com/FGRibreau/node-request-retry/pull/14) Merge pull request #14 from fhemberger/patch-1 (@fhemberger)
- [5d51d4f](https://github.com/FGRibreau/node-request-retry/commit/5d51d4f284b284006de79a6f4fefed8bf7089b52) Update dependencies (@fhemberger)
- [2c92e64](https://github.com/FGRibreau/node-request-retry/commit/2c92e6451302ba55218353aa3a5737d8ced90361) Update README.md (@FGRibreau)
- [4fc5e92](https://github.com/FGRibreau/node-request-retry/commit/4fc5e9220ace4fb226da45dc32ede20831d74128) Update README.md (@FGRibreau)
- [86ff058](https://github.com/FGRibreau/node-request-retry/commit/86ff0585004d5f200e3b1aa91a21eba6d4d822a2) docs(changelog) (@FGRibreau)

### v1.4.0 (2015/07/16 11:24 +00:00)
- [e890593](https://github.com/FGRibreau/node-request-retry/commit/e890593b85a18b52ca6aea24ff1e7736fb78d4e5) Release v1.4.0. (@FGRibreau)
- [e7d34a1](https://github.com/FGRibreau/node-request-retry/commit/e7d34a117deb41b95a44a93184f965584d124cd1) feat(deps): upgrade request to 2.58.x (@FGRibreau)
- [#13](https://github.com/FGRibreau/node-request-retry/pull/13) Merge pull request #13 from ejok/topic/eai_again (@ejok)
- [64b96ff](https://github.com/FGRibreau/node-request-retry/commit/64b96ff5082ddbb9fa0fa9152deafc77770991e5) add EAI_AGAIN to the list of retriable network errors (@ejok)
- [#9](https://github.com/FGRibreau/node-request-retry/pull/9) Merge pull request #9 from alexkahn/master (@alexkahn)
- [e7acf85](https://github.com/FGRibreau/node-request-retry/commit/e7acf859761e3841dcab828d9d3de96e55248172) add notes on request module to readme

### v1.3.1 (2015/05/06 19:58 +00:00)
- [bef5dba](https://github.com/FGRibreau/node-request-retry/commit/bef5dba95eb1af36e2ac92d84c9fe208a949a79f) Release v1.3.1. (@FGRibreau)
- [5ea057b](https://github.com/FGRibreau/node-request-retry/commit/5ea057bb9eeeb89597222c6b473d47c4f47eb8ac) docs(changelog): add changelog (@FGRibreau)
- [13c4029](https://github.com/FGRibreau/node-request-retry/commit/13c4029915bc35053d30dfaaeee1256f322cfbc1) feat(check-build): add check-build (@FGRibreau)

### v1.3.0 (2015/05/06 19:53 +00:00)
- [07ac122](https://github.com/FGRibreau/node-request-retry/commit/07ac1227fa24dafec8f085c7e554d58568348d04) Release v1.3.0. (@FGRibreau)
- [#7](https://github.com/FGRibreau/node-request-retry/pull/7) Merge pull request #7 from alexkahn/master (@alexkahn)
- [30da1b0](https://github.com/FGRibreau/node-request-retry/commit/30da1b07c26c503967daade785277990eb973fc3) update dependencies for latest version

### v1.2.2 (2015/01/03 17:52 +00:00)
- [4ee950b](https://github.com/FGRibreau/node-request-retry/commit/4ee950bfae573e39c06f9ae221406a69975ed26b) Release v1.2.2. (@FGRibreau)
- [94cc707](https://github.com/FGRibreau/node-request-retry/commit/94cc707ced020a6f3fb466963353b43ab9c9a8c6) docs(readme) (@FGRibreau)
- [ab0c20b](https://github.com/FGRibreau/node-request-retry/commit/ab0c20bfcf77945c7f433c8e259518dd82ec5d72) chore(package): update request deps (@FGRibreau)

### v1.2.1 (2014/11/10 12:23 +00:00)
- [1a45d51](https://github.com/FGRibreau/node-request-retry/commit/1a45d5188b239927e48bcb769c323cf409a5bf96) Release v1.2.1. (@FGRibreau)
- [1e5e74a](https://github.com/FGRibreau/node-request-retry/commit/1e5e74a9c3c39bacff9cad23d864ddd1ac294655) readme (@FGRibreau)
- [#6](https://github.com/FGRibreau/node-request-retry/pull/6) Merge pull request #6 from juliendangers/master (@juliendangers)
- [6db9b37](https://github.com/FGRibreau/node-request-retry/commit/6db9b37759ce827b2191d2ef38979d4e5545b65c) Update README.md (@FGRibreau)
- [ecce4c1](https://github.com/FGRibreau/node-request-retry/commit/ecce4c134af2dcd7d14d8c7310c2b8d1ad08f11b) add write method (@juliendangers)
- [fb9c2b0](https://github.com/FGRibreau/node-request-retry/commit/fb9c2b05bc24918524b470b6badbf677771dba7a) fix changelog (@FGRibreau)
- [9c72e94](https://github.com/FGRibreau/node-request-retry/commit/9c72e94f1dea1a3e4c51437a78e337966a514bf7) update readme (@FGRibreau)
- [1b9dddc](https://github.com/FGRibreau/node-request-retry/commit/1b9dddc4109a391944542d0dbf8461a057b81a3d) add tags for versions (@FGRibreau)

### v1.2.0 (2014/11/03 14:17 +00:00)
- [103ae76](https://github.com/FGRibreau/node-request-retry/commit/103ae764efc026a61e4e369fd0556064ff368e3c) Release v1.2.0. (@FGRibreau)
- [e077d8e](https://github.com/FGRibreau/node-request-retry/commit/e077d8eb64c942519bdb7c06c7e516981e3797d0) update readme (@FGRibreau)
- [d0b1750](https://github.com/FGRibreau/node-request-retry/commit/d0b17501f535b849de54306b11cb342b097d104f) update readme (@FGRibreau)
- [fa48977](https://github.com/FGRibreau/node-request-retry/commit/fa48977c4a0322838d091b3ad2bf5a23827dd0c8) add tests for strateies (@FGRibreau)
- [12779c8](https://github.com/FGRibreau/node-request-retry/commit/12779c8d6b6e76860847e7ca5f55a438b4adc4cb) add strategies and support for user-defined `retryStrategy` (@FGRibreau)
- [145e422](https://github.com/FGRibreau/node-request-retry/commit/145e422452727a03ad9aaa03ed1e60f786800f8d) add jshintrc (@FGRibreau)
- [835d06a](https://github.com/FGRibreau/node-request-retry/commit/835d06a11dc5c1fa383c119c3b9c44edb7ac9385) add editorconfig & jshintrc (@FGRibreau)

### v1.1.0 (2014/10/27 17:44 +00:00)
- [6708bb0](https://github.com/FGRibreau/node-request-retry/commit/6708bb0ea9d673ea511ed7a940e590b5a8762fb7) Release v1.1.0. (@FGRibreau)
- [849b78b](https://github.com/FGRibreau/node-request-retry/commit/849b78ba3f30de6edf0997e080f69075cd239194) update readme (@FGRibreau)
- [27206d8](https://github.com/FGRibreau/node-request-retry/commit/27206d8fcdfb3a766c1bbd948659b752082766f5) add @juliendangers as contributor (@FGRibreau)
- [f62935c](https://github.com/FGRibreau/node-request-retry/commit/f62935c9e2be5fcccca79966170f9e6135b16d2e) update deps (@FGRibreau)
- [#5](https://github.com/FGRibreau/node-request-retry/pull/5) Merge pull request #5 from juliendangers/exposeRequestMethods (@juliendangers)
- [ea0f474](https://github.com/FGRibreau/node-request-retry/commit/ea0f474532160326cb46ec1ba12720030cb42cc6) setting the prototype inside the constructor, will do this at each instanciation. We don't need the context at that step so we can extract this loop and use a factory function to make our method gateways (@FGRibreau)
- [581179a](https://github.com/FGRibreau/node-request-retry/commit/581179a44a76765500053de2e0792d777872595a) jsformat (@FGRibreau)
- [04fa9c6](https://github.com/FGRibreau/node-request-retry/commit/04fa9c6aba4f1acb79be987d40264bd797be4324) apply original format (@juliendangers)
- [7d2a0b5](https://github.com/FGRibreau/node-request-retry/commit/7d2a0b5e896df4947612aab02f668e45e0e72b92) expose methods from internal Request (end, on, emit, once, setMaxListeners, start, removeListener, pipe) (@juliendangers)

### v1.0.4 (2014/09/30 10:00 +00:00)
- [66e39be](https://github.com/FGRibreau/node-request-retry/commit/66e39be276c61df7f8c8913dfdd0d42359aa2296) Release v1.0.4. (@FGRibreau)
- [547ac71](https://github.com/FGRibreau/node-request-retry/commit/547ac71a04a2c83d6a136df048cd1823df961be6) EPIPE support (@FGRibreau)

### v1.0.3 (2014/09/23 14:02 +00:00)
- [8ed86e6](https://github.com/FGRibreau/node-request-retry/commit/8ed86e67f346d597f65dc25ecb3a374cc7e3a9b7) Release v1.0.3. (@FGRibreau)
- [d29c41f](https://github.com/FGRibreau/node-request-retry/commit/d29c41fdcbec1a6d84bb3901bff66f52f76126f5) Added EHOSTUNREACH (@FGRibreau)
- [c0f3b97](https://github.com/FGRibreau/node-request-retry/commit/c0f3b974315773d987bccb224ac9c4499e29600f) v1.0.2 (@FGRibreau)
- [031a143](https://github.com/FGRibreau/node-request-retry/commit/031a1439083920170eac395a60cc087394c024c5) Upgraded `request`, callback is now optional (@FGRibreau)
- [c31eca0](https://github.com/FGRibreau/node-request-retry/commit/c31eca0a2c0c93312a4294e750ee7eff36b4b69b) Add cancelable (@FGRibreau)
- [f235ed9](https://github.com/FGRibreau/node-request-retry/commit/f235ed9669fdb2717ecd7072b78de9efc642fdac) [v1.0.0] stable release, support for .abort() (@FGRibreau)
- [b6ac75f](https://github.com/FGRibreau/node-request-retry/commit/b6ac75f1f2fec904c6c84f6e5c5fcd3a5042dead) Readme (@FGRibreau)
- [e524ce9](https://github.com/FGRibreau/node-request-retry/commit/e524ce9ea521a91d9a7bcd2c0b2195cdc530d88a) Readme (@FGRibreau)
- [240f5c5](https://github.com/FGRibreau/node-request-retry/commit/240f5c57ff933a7a38730764efc6c885e6057554) Readme (@FGRibreau)
- [7e1a5cb](https://github.com/FGRibreau/node-request-retry/commit/7e1a5cb87b6c4ee4c772d131b8ac627463af2ef0) Readme (@FGRibreau)
- [a8086e9](https://github.com/FGRibreau/node-request-retry/commit/a8086e9c64e299eb822974c74b9061a2659d0090) Readme (@FGRibreau)
- [370095e](https://github.com/FGRibreau/node-request-retry/commit/370095e05dd4a00926666f3abded914350383b41) . (@FGRibreau)
- [f3b0566](https://github.com/FGRibreau/node-request-retry/commit/f3b0566542d16085a49bfcf10e71a4d1d05323df) .gitignore (@FGRibreau)
- [5f68f8f](https://github.com/FGRibreau/node-request-retry/commit/5f68f8fe66476514385ec4104fdb7fe126be1113) First commit (@FGRibreau)

0 comments on commit 9e29831

Please sign in to comment.