Skip to content

Commit

Permalink
Version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
analog-nico committed Jan 12, 2016
1 parent 9c454b5 commit 7174f7b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2015 Ty Abonil, Nicolai Kamenzky
Copyright (c) 2016 Ty Abonil, Nicolai Kamenzky

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -514,11 +514,16 @@ If you want to debug a test you should use `gulp test-without-coverage` to run a

## Change History

- v2.0.0 (2016-01-12)
- **Breaking Change**: Removed explicit `cls-bluebird` dependency which has to be installed by the user now
*(Thanks to @hildjj for his [pull request #75](https://github.com/request/request-promise/pull/75))*
- `npm shrinkwrap` now works for `npm@3` users who don't use `continuation-local-storage`
*(Thanks to @toboid and @rstacruz for reporting the issue in [issue #70](https://github.com/request/request-promise/issues/70) and [issue #82](https://github.com/request/request-promise/issues/82))*
- v1.0.2 (2015-10-22)
- Removed continuation-local-storage from peer dependencies as it was unnecessary
- Removed `continuation-local-storage` from peer dependencies as it was unnecessary
*(Thanks to @mrhyde for working on a better solution discussed in [issue #70](https://github.com/request/request-promise/issues/70))*
- v1.0.1 (2015-10-14)
- Fixed a npm warning by marking continuation-local-storage as a peer dependency
- Fixed a npm warning by marking `continuation-local-storage` as a peer dependency
- v1.0.0 (2015-10-11)
- **Breaking Change**: Some errors that were previously thrown synchronously - e.g. for wrong input parameters - are now passed to the rejected promise instead
*(Thanks to @josnidhin for suggesting that in [issue #43](https://github.com/request/request-promise/issues/43))*
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "request-promise",
"version": "1.0.2",
"version": "2.0.0",
"description": "The world-famous HTTP client 'Request' now Promises/A+ compliant. Powered by Bluebird.",
"keywords": [
"xhr",
Expand Down

0 comments on commit 7174f7b

Please sign in to comment.