Skip to content

Releases: troystump/LoLAPI

v0.1.5

02 Nov 23:38
Compare
Choose a tag to compare
  • Added Status API v1.0.
  • Upgraded Team API from version 2.3 to 2.4.
  • Upgraded League API from version 2.4 to 2.5.
  • Breaking change: Converted all NSNumber property types in all classes to their respective primitive type (e.g. NSInteger, double, etc.).
  • Feature: all date properties that come from Riot as a number (epoch in milliseconds) have been correctly transformed and mapped to the NSDate type.
  • Synced all supported APIs to Riot (added/removed properties based on their API Change history).
  • Cocoapod spec has been bumped to version 0.1.5

v0.1.4

06 Oct 06:58
Compare
Choose a tag to compare
  • Fixed mapping issues where the property "vars" was being treated by the library as a single instance item, rather than an array of items. * NOTE: vars is now an array of type LoLStaticSpellVariables items
  • Cocoapod spec has been bumped to version 0.1.4