Skip to content

Latest commit

 

History

History
89 lines (56 loc) · 5.36 KB

CHANGELOG.md

File metadata and controls

89 lines (56 loc) · 5.36 KB

1.1.3 (Next)

  • Your contribution here.
  • #71: Added symbols resource - @ryosuke-endo.
  • #69: Fixed ref_data_isin request - @bguban.
  • #72: Cache Faraday::Connection for persistent adapters - @dblock.

1.1.2 (2020/03/25)

1.1.1 (2020/03/02)

  • #63: Allow direct API calls with support for secret_token - @bguban.
  • #61: Fixed income endpoint if the api returns no result - @brunjo.
  • #57: Updated properties for chart api endpoint - @brunjo.

1.1.0 (2019/07/08)

  • #55: Added income statement API and add tags to the company - @bingxie.

1.0.1 (2019/07/08)

  • #50: Added missing properties for key stats API - @bingxie.
  • Fixed uninitialized constant IEX::Endpoints::Chart::Date (NameError) - @dblock.

1.0.0 (2019/04/23)

0.4.4 (2018/12/27)

0.4.3 (2018/08/18)

0.4.2 (2018/08/14)

0.4.1 (2018/08/07)

0.4.0 (2018/07/29)

0.3.3 (2018/07/06)

0.3.2 (2018/05/26)

  • Fixed undefined method > for nil:NilClass error - @dblock.

0.3.1 (2018/05/23)

  • #3: Fixed do not error on undefined properties - @dblock.

0.3.0 (2018/05/22)

  • Added IEX::Resources::Chart#get - @dblock.
  • Added IEX::Resources::News#get - @dblock.
  • Added IEX::Resources::Price#get - @dblock.
  • Fixed added IEX::Resources::Quote#extendedPrice and IEX::Resources::Quote#extendedPriceTime - @dblock.

0.2.0 (2018/03/26)

  • Moved IEX::Quote into IEX::Resources::Quote - @dblock.
  • Added IEX::Resources::Company#get returning company information - @dblock.
  • Added IEX::Resources::Quote#latest_update_t and IEX::Resources::Quote#iex_last_updated_t in Time format - @dblock.

0.1.0 (2018/03/23)

  • Initial public release - @dblock.