Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 866 Bytes

CHANGELOG.md

File metadata and controls

37 lines (22 loc) · 866 Bytes

Changelog

v0.3.1 (Mar 2, 2016)

  • Pulled in latest version of npm dependency request and pinned to version 2.69.0
  • Cleaned up and refactored examples/get_quote.js
  • Cleaned up and refactored test/robinhood.js

v0.2.1 (Dec 23, 2015)

  • Updated documentation
  • Described available options for each method, as well as the response formats

v0.2.0 (Dec 23, 2015)

  • Add new endpoints (user, dividends, and order) (By @ted7726)

v0.1.1 (Dec 15, 2015)

  • Fixed callback from login

v0.1.0 (Dec 15, 2015)

v0.0.4 (May 8, 2015)

  • Added tests
  • Improved session handling

v0.0.3 (May 5, 2015)

  • Fixed dependencies in package.json

v0.0.2 (May 5, 2015)

  • First release, published on npm, without tests yet.