Changelog

Improved

KMM SDK v0.0.6

  1. Changed LocalDateTime to Instant
  2. Changed LocalDate to Instant with custom Serializer
  3. Removed internal annotations
Added

KMM SDK v0.0.5

  1. Added method - sdk.loyalty().getOwnRankings(rankType: RankType?, typeId: String?, limit: Int?, page: Int?, disableCache: Boolean?)
  2. Added helper method - sdk.predictor().helpers().calculateOneXTwoFromScores(MatchSummary: matchSummary)
  3. Added helper method - sdk.topX().helpers().findCurrentGame(List<Game>: games)
  4. Added helper method - sdk.topX().helpers().findLastGame(List<Game>: games)
  5. Added method - sdk.topX().getMarketsResultsForGame(List<Game>: games)
Added

JS SDK v1.106.0

  1. New property in SDK configuration is available - cookieToken. The property will provide additional option for clients to use their user's token in authenticated requests. More details here.
  2. New property in SDK configuration oddClient and new namespace called Odds