Releases: vslee/IEXSharp
Releases · vslee/IEXSharp
v2.4.7
@tmccart1 fixed nullable DateTime properties for BalanceSheet
and IncomeStatement
(#80)
v2.4.5
@tmccart1 fixed remaining decimal
properties in IncomeStatement
(#78)
v2.4.4
@tmccart1 fixed some decimal
properties in IncomeStatement
(#77)
v2.4.3
@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
@tmccart1 made remaining Key Stats and Advanced Stats properties nullable as we explore the best way to handle nulls (#73)
v2.4.1
@tmccart1 fixed nullable properties in Advanced Stats and Key Stats (#72)
v2.4.0
@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
Two bugs were fixed in this release:
v2.2.0
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.
The default branch has been renamed from master
to main
, so you may need to update your git clones.