v.1.0.10
Fixed serialization issues on OHLCVHistorical and OHLCVLatest.
v.1.0.9
Added dictionary extensions.
GetValueOrDefault("USD") returns the object if any of the dictionary key = "USD" exists or returns default.
TryGetValue< SpecifiedDefaultObj >("USD") An enhanced version that returns a specified default value if the key is not found.
Merge(dict1, dict2) Merges two dictionaries. In case of key conflicts, the value from the second dictionary is taken.
FilterByKeys("") Returns a new dictionary containing only the entries with the specified keys.
FilterByValueCondition("") Returns a new dictionary containing only the entries where values satisfy a given predicate.
v.1.0.8
Fixed serialization issues on GetTrendingMostVisited.
v.1.0.7
Fixed serialization issues on GetTrendingLatest and GetGainersLosers.
v.1.0.6
Fixed a problem on GetInfoDataAsync.
v.1.0.5
Null results were causing serialization problems. Everything has been made null friendly.
v.1.0.4
Fixed serialization isssues on Price Performance Stats and Metadata.
v.1.0.3
Fixed an issue where the latest quotes sometimes returns with null data.
v.1.0.2
Fixed json serialization issues on latest quotes.
v.1.0.1
Added xml comments.
v.1.0.0
Initial release.