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

Changelog

Kenan Yildirim edited this page Sep 30, 2013 · 14 revisions

2.4.1

  • 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

  • #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

  • 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

  • Added resteemo.player.rankedStats(platform, summoner, season, callback)
  • Platform check is now a little faster
  • Updated request to 2.22.x

2.1.0

  • 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

  • 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

  • #1: Support Latin America platforms

1.2.0

  • Add support for full platform names
  • Remove redundant check of the existence of a callback
  • Update request to v2.21.0

1.1.0

  • Added resteemo.player.influencePoints(platform, summoner, callback)

1.0.0

  • Initial release
Clone this wiki locally