Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 1.89 KB

CHANGELOG.md

File metadata and controls

38 lines (23 loc) · 1.89 KB

0.4.1 (2018/08/07)

0.4.0 (2018/07/29)

0.3.3 (2018/07/06)

0.3.2 (2018/05/26)

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

0.3.1 (2018/05/23)

  • #3: Fix: 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.
  • Fix: 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.