Skip to content

Releases: DrewCarlson/CoinGecko-Kotlin

v0.3.2

28 Dec 17:49
Compare
Choose a tag to compare
  • Bug fix: Resolve parsing error in CoinFullData when categories list contains null entries

v0.3.1

28 Dec 05:27
Compare
Choose a tag to compare
  • Bug fix: Change CoinMarkets.fullyDilutedValuation to Double?

v0.3.0

07 Dec 18:03
Compare
Choose a tag to compare
  • Fix deserialization error in getCoinById("x", marketData = true) requests
  • Remove legacy JS targets

v0.2.1

13 Jun 04:12
Compare
Choose a tag to compare
  • Added CoinGeckoClient.getOhlc(...)
  • Added missing CoinFullData, CoinMarkets, and Ticker fields
  • Added CoinGeckoApiException wrapping all exceptions from CoinGeckoService, see the associated CoinGeckoApiError instance for API error messages.
  • Fixed CoinPrice locale and nullability issues.
  • Replaced CoinGeckoService with internal CoinGeckoClientImpl, 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