Releases: DrewCarlson/CoinGecko-Kotlin
Releases · DrewCarlson/CoinGecko-Kotlin
v0.3.2
- Bug fix: Resolve parsing error in CoinFullData when categories list contains null entries
v0.3.1
- Bug fix: Change
CoinMarkets.fullyDilutedValuation
toDouble?
v0.3.0
- Fix deserialization error in
getCoinById("x", marketData = true)
requests - Remove legacy JS targets
v0.2.1
- Added
CoinGeckoClient.getOhlc(...)
- Added missing
CoinFullData
,CoinMarkets
, andTicker
fields - Added
CoinGeckoApiException
wrapping all exceptions fromCoinGeckoService
, see the associatedCoinGeckoApiError
instance for API error messages. - Fixed
CoinPrice
locale and nullability issues. - Replaced
CoinGeckoService
with internalCoinGeckoClientImpl
,CoinGeckoClient.create(..)
is the only factory. - Updated to Kotlin 1.5.10, Ktor 1.60, Serialization 1.2.1, and Coroutines 1.5.0-native-mt