Comparing version 0.7.0 to 0.7.1
@@ -78,3 +78,3 @@ /** | ||
if( !!err ) { | ||
if( err ) { | ||
helpers.deliverResponse( 'error', err, callback, 'FuelAuth' ); | ||
@@ -81,0 +81,0 @@ return; |
{ | ||
"name": "fuel-rest", | ||
"version": "0.7.0", | ||
"version": "0.7.1", | ||
"description": "Node Library for performing REST API calls with ExactTarget Fuel.", | ||
@@ -5,0 +5,0 @@ "main": "./lib/fuel-rest.js", |
@@ -1,2 +0,2 @@ | ||
Fuel REST Client (for Node.js) | ||
Fuel REST Client (for Node.js) [![Build Status](https://travis-ci.org/ExactTarget/Fuel-Node-REST.svg?branch=master)](https://travis-ci.org/ExactTarget/Fuel-Node-REST) | ||
============= | ||
@@ -74,12 +74,10 @@ | ||
* **0.7.0** - 2014-08-29 | ||
* **0.7.1** - 2014-09-09 - removed unneeded "!!" | ||
* **0.7.0** - 2014-08-29 (public release, 1st npm version) | ||
* request retry on 401 invalid token response | ||
* created helpers file for certain functions | ||
* updated error delivering/throwing | ||
* **0.6.0** - 2014-08-26 | ||
* added patch method | ||
* **0.5.0** - 2014-08-26 | ||
* api overhaul (apiRequest + all http methods) - *breaking* | ||
* **0.4.0** - 2014-08-25 | ||
* changed object initialization - *breaking* | ||
* **0.6.0** - 2014-08-26 - added patch method | ||
* **0.5.0** - 2014-08-26 - API overhaul (apiRequest + all http methods) - *breaking* | ||
* **0.4.0** - 2014-08-25 - changed object initialization - *breaking* | ||
* **0.3.0** - 2014-08-20 | ||
@@ -89,4 +87,3 @@ * added ability to use initialized fuel auth | ||
* added license | ||
* **0.2.0** - 2014-08-09 | ||
* removed event emitter - *breaking* | ||
* **0.2.0** - 2014-08-09 - removed event emitter - *breaking* | ||
* **0.1.0** - 2014-08-07 | ||
@@ -93,0 +90,0 @@ * initial module |
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
11796
95