Skip to content

0.6.0

Compare
Choose a tag to compare
@b-cho b-cho released this 27 Dec 20:35
· 4 commits to master since this release

[0.6.0] (2022-12-27)

Added

  • Add support for lol-challenges-v1 under galeforce.lol.challenges
  • Add the SEA routing value for OC1 shard match-v5 requests (#22)
  • Add support for tournament-stub-v4
    • Accessible by passing in true to the action constructor
    const events = await galeforce.lol.tournament.events(true) // use tournament-stub-v4
      ...

Changed

  • [breaking] Remove galeforce.lol.platform.thirdPartyCode() (deprecated by Riot, see here)
  • [breaking] Dropped support for Node versions <14.0
  • Fixed an issue where using Redis caching would prevent API requests from properly executing (#21)