Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

v1.0.0

Compare
Choose a tag to compare
@danielwerg danielwerg released this 21 Nov 03:00
· 324 commits to master since this release

Changelog

  • 0.0.29, 0.0.28, 0.0.27, 0.0.26 versions has been deprecated.

  • getRank

    • Added multi season checking.
    • season is now seasons.
    • result in lastMatch is now won and instead of number it is now boolean.
    • Added matches value.
    • Added topRankPosition, not completely sure what it is, probably number in leaderboard for champions rank.
  • getStats

    • mode is now modes in pvp and pve.
    • more changes coming in next update, options to remove pve or pvp stats, etc.
  • ids and usernames limit changes

    • getId and getUsername limit is still 50.

    • getLevel, getPlaytime, getRank, getStats limit is now 200.

    • I might add option to remove limit checking later.

  • for those who interact with constants.js

    • URLS structure completely changed to make it easier to get endpoint url.
    • STATS is now bunch of functions which returning arrays, it's easier to read since it categorized.