All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
1.6.5 (2019-09-18)
1.6.4 (2018-11-23)
1.6.3 (2018-11-20)
1.6.2 (2018-10-24)
1.6.1 (2018-10-24)
1.6.0 (2018-09-19)
1.5.3 (2018-09-17)
1.5.2 (2018-09-15)
1.5.1 (2018-07-25)
1.4.0 (2018-05-08)
- Add ability to use MFA code for logging in (#64) (271014d)
- Earnings endpoint (#66) (054fcac)
- Enable canceling an order by id (#69) (bd35b58)
1.3.0 (2018-05-08)
- Update old changelog (90a9d64)
1.2.1 (2018-05-08)
This one was generated manually, which obviously meant that it wasn't properly up to date...
Add tag
and news
methods and associated documentation.
- Pulled in latest version of npm dependency
request
and pinned to version2.69.0
- Cleaned up and refactored
examples/get_quote.js
- Cleaned up and refactored
test/robinhood.js
- Updated documentation
- Described available options for each method, as well as the response formats
- Add new endpoints (user, dividends, and order) (By @ted7726)
- Fixed callback from login
- Fixed login code (By @dustinmoorenet)
- Tests are passing!
- Added tests
- Improved session handling
- Fixed dependencies in
package.json
- First release, published on npm, without tests yet.