Skip to content

Releases: traderinteractive/tol-api-nodejs

Version 0.7.4: Telekinetic Cheese Project

Choose a tag to compare

@guywithnose guywithnose released this 07 Dec 19:18

Minor Features

  • Add extraParameters to password token request [PR #18]

Version 0.7.2: Deranged Insect of Mystery

Choose a tag to compare

@guywithnose guywithnose released this 07 Dec 19:17

Minor Features

  • If the token request fails, reset the promise so we can try again. [PR #16]

Version 0.7.1: Scottish Katana of the Blood God

Choose a tag to compare

@guywithnose guywithnose released this 07 Dec 19:17

Minor Features

  • Detect expired tokens on post requests [PR #15]

Version 0.7.0: Incomprehensible Unicycle Destruction

Choose a tag to compare

@guywithnose guywithnose released this 07 Dec 19:16

Major Features

  • Add put and delete methods and refresh tokens [PR #14]

Version 0.6.1: The Castle of Moon Shoot

Pre-release

Choose a tag to compare

@nubs nubs released this 20 Aug 17:02

Bug Fixes

  • Send back invalid token response when the response cannot be parsed [PR #12]

Version 0.6.0: Go Go Hippo Studio

Pre-release

Choose a tag to compare

@nubs nubs released this 25 Jul 16:48

Major Features

  • Added support for Resource-Owner Password-Credentials tokens, a.k.a. user tokens. [PR #9]

Version 0.5.0: Big Piano Assassins

Pre-release

Choose a tag to compare

@nubs nubs released this 25 Jul 15:51

Backwards Compatibility Breakers

As of PR #7, the response from the index, get, and post methods is now a {body: "...", res: {...}} object rather than just the body text. The res object is the response returned by the request library. This provides access to additional response fields, such as the HTTP Headers. In particular, some aspects of the API require accessing the Location header in order to access the new item.

New Features

PR #7 also added support for the POST HTTP method via a post method on the API client. This method works as expected.

Bugs Fixed

PR #7 also fixed an issue where 200 was the only HTTP status code that was treated as a success. The client now treats all 2xx and 3xx responses as successful.

Version 0.4.2 -- Urban Driving Train

Pre-release

Choose a tag to compare

@nubs nubs released this 29 Apr 20:59

Bugs Fixed

Force correct handling of query string parameters when a parameter is specified as an array. [PR #6]

Version 0.4.1 - Enormous Plumber Conundrum

Choose a tag to compare

@nubs nubs released this 21 Apr 19:02

Bugs Fixed

Reject get requests without an id.

Version 0.4.0 - Small-Time Alligator All-Stars

Choose a tag to compare

@nubs nubs released this 21 Apr 18:16

Backwards Compatibility Breakers

Rejected non-200 responses now return {res: responseObject, body: body} instead of just returning body.