Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Releases: aurbano/robinhood-node

v1.8.0

15 Oct 09:22
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.7.0...v1.8.0

v1.7.0

11 Nov 11:23
Compare
Choose a tag to compare

Fix support for MFA tokens

v1.1.2

02 Nov 10:37
864a257
Compare
Choose a tag to compare
  • Added defensive code in set_account for when user isn't approved yet (#62) - @swimclan

v1.1.1

25 Aug 14:45
Compare
Choose a tag to compare
  • Added optional options to the orders method - by @swimclan

Now consumers can send an optional 'options' hash to the orders method to limit returned orders data to specific instrument and/or limit to orders placed on or after a specified date.

This is not a breaking change and allows existing consumers to continue sending just a callback to expect an exhaustive, paginated collection of all their orders.

v1.1.0

23 Aug 06:09
Compare
Choose a tag to compare
  • Add method to expire the authentication token by @swimclan

v1.0.0

03 Aug 16:18
224d3f8
Compare
Choose a tag to compare

Since a lot of people seem to be using this already, I suppose we might as well release it as "stable".

This release includes a bump in the version headers by @swimclan

v0.12.0

01 Aug 16:50
Compare
Choose a tag to compare
  • Add support for authentication using an API token by @swimclan

v0.10.0

09 Apr 18:36
Compare
Choose a tag to compare
  • Add support for non zero positions by @gbochenek

Fixes

07 Feb 08:48
Compare
Choose a tag to compare

Bug Fixes

No Breakfast

28 Sep 09:04
Compare
Choose a tag to compare

Added pagination support