Skip to content

Releases: vslee/IEXSharp

v2.4.7

15 Oct 03:09
Compare
Choose a tag to compare

@tmccart1 fixed nullable DateTime properties for BalanceSheet and IncomeStatement (#80)

v2.4.6

15 Oct 00:39
Compare
Choose a tag to compare

@tmccart1 fixed decimal properties in BalanceSheet (#79)

v2.4.5

14 Oct 04:12
08b74f7
Compare
Choose a tag to compare

@tmccart1 fixed remaining decimal properties in IncomeStatement (#78)

v2.4.4

14 Oct 02:52
Compare
Choose a tag to compare

@tmccart1 fixed some decimal properties in IncomeStatement (#77)

v2.4.3

11 Oct 23:12
Compare
Choose a tag to compare

@tmccart1 added a new nullable DateTime JSONConverter (#75)

@JamiePrentice fixed the MessageUsage endpoint and bumped NUnit3TestAdapter & Microsoft.NET.Test.Sdk versions (#74)

v2.4.2

10 Oct 23:29
Compare
Choose a tag to compare

@tmccart1 made remaining Key Stats and Advanced Stats properties nullable as we explore the best way to handle nulls (#73)

v2.4.1

10 Oct 18:51
Compare
Choose a tag to compare

@tmccart1 fixed nullable properties in Advanced Stats and Key Stats (#72)

v2.4.0

10 Oct 04:56
Compare
Choose a tag to compare

@amine-mejaouel fixed deserialization of nullable numbers (#71), as well as fields in Dividend (#67) and CashFlow (#65). He also removed the legacy Dividend endpoint (#66).

@biyimaks expanded the possible optional parameters in BatchResponse (#68), as well as fixed the Options properties (#69).

v2.3.0

12 Sep 21:35
Compare
Choose a tag to compare

Two bugs were fixed in this release:

v2.2.0

21 Jul 21:09
Compare
Choose a tag to compare

The JSON parser has now been changed to the new library System.Text.Json.

  • the old dependency on Newtonsoft.Json has been removed
  • as the new Json parser is much more strict with types, many endpoint properties have had their types updated
    • there may still be some types which need updating so keep an eye out for those (I can only test the ones accessible with the free plan)

There are now additional rate limiting options, as detailed in the wiki.

  • Issue #61 was resolved

The default branch has been renamed from master to main, so you may need to update your git clones.