Skip to content

Commit

Permalink
v3 not yet released
Browse files Browse the repository at this point in the history
  • Loading branch information
analog-nico committed Mar 31, 2016
1 parent 2ecf520 commit dcd18ad
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,6 @@ The world-famous HTTP client "Request" now Promises/A+ compliant. Powered by Blu

[Bluebird](https://github.com/petkaantonov/bluebird) and [Request](https://github.com/mikeal/request) are pretty awesome, but I found myself using the same design pattern. Request-Promise adds a Bluebird-powered `.then(...)` method to Request call objects. By default, http response codes other than 2xx will cause the promise to be rejected. This can be overwritten by setting `options.simple` to `false`.

---

## Migration from v2 to v3

Request-Promise v3 includes the update of Bluebird from v2 to v3. This won't make a difference for simple use cases. However, if you use advanced Promise chains starting with the Promise returned by Request-Promise, please check [Bluebird's new features and changes](http://bluebirdjs.com/docs/new-in-bluebird-3.html).

---

## Installation

This module is installed via npm:
Expand Down Expand Up @@ -524,7 +516,7 @@ If you want to debug a test you should use `gulp test-without-coverage` to run a

## Change History

- v3.0.0 (2016-03-29)
- v3.0.0 (upcoming)
- **Breaking Change**: Updated `bluebird` to v3
*(Thanks to @BrandonSmith for [pull request #103](https://github.com/request/request-promise/pull/103))*
- Updated `lodash` to v4.6
Expand Down

0 comments on commit dcd18ad

Please sign in to comment.