- Add support for
changeScoreFor(...)in theTieRankingLeaderboardclass.
- Changed
page_sizerequest option topageSize. - Changed
with_member_datarequest option towithMemberData. - Changed
members_onlyrequest option tomembersOnly. - Changed
sort_byrequest option to besortBy.
- Fix
page_sizeoption foraroundMecall - Add support for tie handling in leaderboards #13
- Allow for customization of member_data namespace #12
- Allow for custom keys to be set for customizing the data returned from calls like leaders or aroundMe #11
- Added
scoreForPercentilemethod to be able to calculate the score for a given percentile value in the leaderboard.
- Added
rankMemberAcrossmethod to be able to rank a member across multiple leaderboards at once. - Fixed bug in
rankedInListInmethod that would not correctly use theleaderboardNameargument.
- Added
removeMembersOutsideRankmethod to remove members from the leaderboard outside a given rank.
- Added
members_onlyoption for various leaderboard requests.
- Version 1.0.0!
- Fixed a data leak in
expireLeaderboardandexpireLeaderboardAtto also set expiration on the member data hash.
- Ensure the passed callback function is triggered when operations fail or are otherwise unable to complete. Pull request #4
- Fix for fetching the rank for the top member. Pull request #2
- Thanks to David Wagner for the above pull requests.
- Initial implementation