Skip to content

Releases: lteacher/simple-fxtrade

JSON.parse error handling for Subscriptions

14 Jan 01:13
b43b9ef
Compare
Choose a tag to compare

Adds some error handling for any JSON.parse errors.

Fix another issue with subscriptions containing multiple messages

09 Jan 23:57
4d9dc02
Compare
Choose a tag to compare

Refer to #17, and #20. This release fixes the issue without multiple subscription messages in the same buffer string.

Fix subscription issue

08 Jan 02:43
6db3078
Compare
Choose a tag to compare

Patch release to fix an issue when empty subscription events occur.

Fix missing dist

30 Nov 08:59
0f43966
Compare
Choose a tag to compare

This patch release attempts to fix an issue where the dist is not published

Updates to dependencies

12 Oct 06:09
5c37136
Compare
Choose a tag to compare
Merge pull request #14 from lteacher/Release-1.1.3

Update package.json

Fix issue with error responses

16 Aug 12:46
Compare
Choose a tag to compare

Fixes a problem where if there is a timeout the axios response is not in the error

Doc Updates

23 Jul 16:12
Compare
Choose a tag to compare

Needed to fix the documentation

Bundle sizing / Axios

23 Jul 16:02
Compare
Choose a tag to compare

This release dramatically reduces the bundle size by replacing request and request-promise with axios

It may break some builds if anyone is using it already (which seems unlikely) as the streams now return a promise.

Clarify initial example

20 Jul 16:23
Compare
Choose a tag to compare

Minor change to make the first example actually run on its own in case that confuses people and they think it doesn't work.

Browser Support + Older Node versions

20 Jul 15:58
Compare
Choose a tag to compare

This release bring browser support and ability to use on probably all Node versions >=4.

As I have had some chance to use the api I am happy to mark it now as v1.