Releases: felipeoriani/Fynance
Releases · felipeoriani/Fynance
v1.2.0
1.1.0
This new version 1.1.0
includes the features:
- Internal improvements
- Summary docs on the classes, method and arguments
- Add
SetHttpClient
method to allow the user to pass it own http client instance. When not provided, a default http client will be defined. - A Ticker is not a diposable object, and it will dispose
httpClient
within the Ticker instance.