Comparing version 2.50.0 to 2.51.0
## Change Log | ||
### v2.51.0 (2014/12/10) | ||
- [#1310](https://github.com/request/request/pull/1310) Revert changes introduced in https://github.com/request/request/pull/1282 (@simov) | ||
### v2.50.0 (2014/12/09) | ||
@@ -4,0 +7,0 @@ - [#1308](https://github.com/request/request/pull/1308) Add browser test to keep track of browserify compability. (@eiriksm) |
@@ -10,3 +10,3 @@ { | ||
], | ||
"version": "2.50.0", | ||
"version": "2.51.0", | ||
"author": "Mikeal Rogers <mikeal.rogers@gmail.com>", | ||
@@ -13,0 +13,0 @@ "repository": { |
@@ -1485,3 +1485,3 @@ 'use strict' | ||
if (typeof val === 'boolean') { | ||
if (self.body !== undefined) { | ||
if (self.body !== undefined && self.getHeader('content-type') !== 'application/x-www-form-urlencoded') { | ||
self.body = safeStringify(self.body) | ||
@@ -1488,0 +1488,0 @@ if (!self.hasHeader('content-type')) { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
146984