- Add support for
changeScoreFor(...)
in theTieRankingLeaderboard
class.
- Changed
page_size
request option topageSize
. - Changed
with_member_data
request option towithMemberData
. - Changed
members_only
request option tomembersOnly
. - Changed
sort_by
request option to besortBy
.
- Fix
page_size
option foraroundMe
call - 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
scoreForPercentile
method to be able to calculate the score for a given percentile value in the leaderboard.
- Added
rankMemberAcross
method to be able to rank a member across multiple leaderboards at once. - Fixed bug in
rankedInListIn
method that would not correctly use theleaderboardName
argument.
- Added
removeMembersOutsideRank
method to remove members from the leaderboard outside a given rank.
- Added
members_only
option for various leaderboard requests.
- Version 1.0.0!
- Fixed a data leak in
expireLeaderboard
andexpireLeaderboardAt
to 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