- Forgot to enable the passing of options to the client, currently only the version/adapter really, but possibly others in future.
- Completely re-written (inspired by Octokit.rb), replacing a lot of old crappy code, updating to the Xbox Leaders 2.0 API throughout, dropping the XboxGamertag API and finally employing Faraday so the adapter can be configured/swapped out as the user sees fit.
- New licence.
- Added support for a gamertag's friends via
Gamertag::Friends
. 2 methods on this class,friends
andonline_friends
will return all friends and online friends, respectively.
- Escaping user input when creating an URI. Thanks to lunks for the pull request.
- Fixed each method on PlayedGames so that it works correctly
- Updates to project organization, code improvements and specs
- Add ability to initialize a SimpleProfile from existing JSON data [hypomodern]
- Initial release