This repository has been archived by the owner on Nov 27, 2023. It is now read-only.
Releases: aurbano/robinhood-node
Releases · aurbano/robinhood-node
v1.8.0
What's Changed
- Fix typos in README by @AbhiGulati in #122
- Adding Options Orders History by @bdoooh in #121
- add err to _login callback by @mafischer in #123
- Add crypto functionality by @aveliz1999 in #125
New Contributors
- @AbhiGulati made their first contribution in #122
- @bdoooh made their first contribution in #121
- @aveliz1999 made their first contribution in #125
Full Changelog: v1.7.0...v1.8.0
v1.7.0
v1.1.2
v1.1.1
- 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
v1.0.0
v0.12.0
v0.10.0
- Add support for non zero positions by @gbochenek
Fixes
No Breakfast
Added pagination support