Skip to content

Latest commit

 

History

History
119 lines (80 loc) · 8.92 KB

CHANGELOG.md

File metadata and controls

119 lines (80 loc) · 8.92 KB

1.5.1 (Next)

  • Your contribution here.

1.5.0 (2021/08/15)

  • #105: Added support for fetching latest foreign exchange rates - @mathu97.
  • #106: Added support for fetching a single key stat with key_stat(symbol, stat) endpoint - @agrberg.
  • #107: Added ./script/console for ease of local development - @agrberg.

1.4.1 (2021/05/15)

1.4.0 (2020/11/19)

1.3.0 (2020/10/31)

  • #82: Added config.referer to set HTTP Referer header. This enables IEX's "Manage domains" domain locking for tokens - @agrberg.
  • #70: Added support for ref_data_isin taking a single String parameter - @rodolfobandeira.
  • #84: Added support for Advanced Stats API - @FanaHOVA.
  • #86: Added advanced logger configuration to config.logger. Now a hash with keys :instance, :options, and :proc can be passed and used directly with Faraday - @agrberg.
  • #88: Updated logger configuration to work like Config class and allow attribute and block based configuration - @agrberg.
  • #89: Backfill breaking Config#logger setting change from #88 - @agrberg.

1.2.0 (2020/09/01)

  • #78: Added Quote#extended_change_percent and Quote#extended_change_percent_s properties to Quote - @reddavis.
  • #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.