Skip to content
This repository has been archived by the owner on Nov 16, 2021. It is now read-only.

Releases: kenany/node-resteemo

2.4.1

30 Sep 02:22
Compare
Choose a tag to compare
  • Updated lodash.isundefined to 2.2.x
  • Updated lodash.isstring to 2.2.x
  • Updated lodash.isnull to 2.2.x
  • Updated lodash.isfunction to 2.2.x

2.4.0

14 Sep 16:15
Compare
Choose a tag to compare
  • #6: Added free week call.
    teemo.freeWeek(platform, callback)
  • Updated Lo-Dash to 2.0.x and switched to using small npm modules instead of
    the whole library.
  • Updated request to 2.27.x

2.3.0

02 Aug 16:25
Compare
Choose a tag to compare
  • Added resteemo.player.ingame(platform, summoner, callback)
  • Added resteemo.player.teams(platform, summoner, callback)
  • Added resteemoo.team(platform, tag, callback)
  • Added resteemo.team.leagues(platform, guid, callback)
  • Simplified second success check
  • Updated request to 2.25.x

2.2.0

02 Aug 16:25
Compare
Choose a tag to compare
  • Added resteemo.player.rankedStats(platform, summoner, season, callback)
  • Platform check is now a little faster
  • Updated request to 2.22.x

2.1.0

02 Aug 16:24
Compare
Choose a tag to compare
  • Simplified API docs
  • Added more player requests:
    • teemo.player.runes(platform, summoner, callback)
    • teemo.player.mastery(platform, summoner, callback)
    • teemo.player.leagues(platform, summoner, callback)
    • teemo.player.honor(platform, summoner, callback)

2.0.0

02 Aug 16:24
Compare
Choose a tag to compare
  • Response data is no longer modified (as expected from an API wrapper).
  • #2: resteemo.player.create() is now simply resteemo.player().
  • #4: Use native JSON implementation instead of JSON 3.
  • null is no longer passed as the second argument to callbacks if there's an error.
  • Updated how some callbacks are passed around internally.
  • Reduced internal redundancy by using a playerRequest function.
  • Internal normalizePlatform function is now synchronous.
  • Switched to using .length instead of lodash.size for Strings internally.
  • Added coverage and test folders to .npmignore.
  • Removed node_modules from .npmignore as it is ignored by default.
  • Removed CONTRIBUTING.md from .npmignore.
  • Added license field to package.json.
  • Renamed author.web field to author.url in package.json.
  • Removed "in Node" from description field in package.json.
  • Removed "rest" keyword from package.json.
  • Simplified repository field in package.json.
  • Updated Lo-Dash to 1.3

1.2.1

02 Aug 16:27
Compare
Choose a tag to compare
  • #1: Added support for Latin America platforms

1.2.0

02 Aug 16:23
Compare
Choose a tag to compare
  • Added support for full platform names
  • Removed redundant check of the existence of a callback
  • Updated request to 2.21.0

1.1.0

02 Aug 16:22
Compare
Choose a tag to compare
  • Added resteemo.player.influencePoints(platform, summoner, callback)

1.0.0

02 Aug 16:20
Compare
Choose a tag to compare
  • Initial release