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

Releases: danielwerg/r6api.js

1.2.1

03 Mar 02:04
Compare
Choose a tag to compare

Fixed misspell in getStats in hostage section bb5345d

1.2.0

01 Mar 23:06
Compare
Choose a tag to compare

Fixed #24 and some docs tweaks

1.1.1

22 Jan 16:23
Compare
Choose a tag to compare

Changed LOGIN URL because old one was broken. 6c2eff7

1.1.0 Shifting Tides Ready

06 Dec 02:27
Compare
Choose a tag to compare

Changelog

  • Updated README example.
  • Minimum requirement of node >=10.0.0.
  • Added operator stats for Wamai and Kali.
  • getStats
    • Split request so it will never hit limit (~8k characters in url).
  • getRank
    • nextRankMatchesNeeded value will now have only two decimal after dot.
  • Added another unique stat for glaz - "Penetration Sniper Kills".

Ubisoft swapped index for Amaru and Kali for some reason, so old stats for Amaru won't be available for now and every Kali's stats beside unique stat will now include old Amaru stats, waiting for them to fix it.

v1.0.3

21 Nov 02:56
Compare
Choose a tag to compare

Changelog

  • Fixed unique gadgets stats for kaid, nomad, warden and nokk.
  • Small changes to README.

v1.0.2

21 Nov 02:57
Compare
Choose a tag to compare

Changelog

  • Few changes to README.

v1.0.1

21 Nov 02:58
Compare
Choose a tag to compare

Changelog

  • getRank
    • Added support for new ranks structure.
    • Also it will now return relevant rank image depending on which season it is.

v1.0.0

21 Nov 03:00
Compare
Choose a tag to compare

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.