Skip to content

Latest commit

 

History

History
132 lines (90 loc) · 10.1 KB

CHANGELOG.md

File metadata and controls

132 lines (90 loc) · 10.1 KB

2.1.1 (Next)

  • #121: Upgraded rubocop to 1.12 - @dblock.
  • Your contribution here.

2.1.0 (2023-09-17)

2.0.0 (2022/07/24)

  • #111: Added support for fetching symbols for a region - @mathu97.
  • #111: Added Symbols#exchange_suffix, exchange_name, exchange_segment, exchange_segment_name, and lei - @mathu97.
  • #113: Explicitly require Ruby >= 2.4 - @agrberg.
  • #113: Remove default SSL options for ca_file and ca_path - @agrberg.

1.6.0 (2021/10/17)

  • #110: Drop money_helper dependency and utilize money gem directly - @agrberg.

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.