Robinhood Node Versions Save

:chart_with_upwards_trend: NodeJS client for Robinhood Trading :fire:

v1.8.0

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/aurbano/robinhood-node/compare/v1.7.0...v1.8.0

v1.7.0

3 years ago

Fix support for MFA tokens

v1.1.2

6 years ago
  • Added defensive code in set_account for when user isn't approved yet (#62) - @swimclan

v1.1.1

6 years ago
  • 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

6 years ago
  • Add method to expire the authentication token by @swimclan

v1.0.0

6 years ago

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

6 years ago
  • Add support for authentication using an API token by @swimclan

v0.10.0

7 years ago
  • Add support for non zero positions by @gbochenek

v0.8.0

7 years ago

Bug Fixes

  • cancel_order not working (#43) - Fixed by @swimclan

v0.7.0

7 years ago

Added pagination support