Releases: PlayFab/JavaScriptSDK
JavaScriptSDK version 0.10
== SDK Patch Notes, Feb 15, 2016 ==
=== API Changes ===
Resettable Leaderboards and Player Statistics are now live
GetPlayFabIDsFromSteamIDs accepts and returns string IDs for languages that cannot handle ulong values.
Minor changes to support Parse migrations
Minor documentation adjustments
JavaScriptSDK version 0.9
== SDK Patch Notes, Feb 01, 2016 ==
=== API Changes ===
Added new APIs: server.ConsumeItem
SteamID types updated from Uint64 to Uint32
GetContentListResult ItemCounts updated from Int64 to Int32
ActionScriptSDK version 0.8
== SDK Patch Notes, Jan 25, 2016 ==
=== API Changes ===
Added new APIs Client.GetPlayFabIDsFromKongregateIDs, Client.GetCharacterStatistics,
Client.UpdateCharacterStatistics, Server.RevokeInventoryItem
Fixed typo in PuchaseItem___ -> PurchaseItem___
Updated UserAccountInfo to contain additional account details
JavaScriptSDK version 0.7
== SDK Patch Notes, Jan 18, 2016 ==
=== API Changes ===
New leaderboard apis are available: GetLeaderboardAroundPlayer and GetFriendLeaderboardAroundPlayer.
Old leaderboard apis are deprecated: GetFriendLeaderboardAroundCurrentUser and GetLeaderboardAroundCurrentUser
Lots of minor documentation improvements.
JavaScriptSDK version 0.6
== SDK Patch Notes, Dec 09, 2015 ==
=== API Changes ===
Revamped apis for PlayerStatistic
Xbox authentication
PS4 authentication
Minor documentation improvements
SdkGenerator revamped, code cleanup in generator and all sdks, better client/server sdk-separation
New automated tests in all SDKs for upcoming features
JavaScriptSDK version 0.5
== SDK Patch Notes, Nov 30, 2015 ==
=== API Changes ===
LoginWithGameCenter - This was previously published and now being un-hidden.
GetLeaderboardAroundUser - Some issues with returning the correct number of results have been fixed.
GetFriendLeaderboardAroundUser - New API method that acts like GetLeaderboardAroundUser except restricts leadboard results to the current player's friend list.
General Login - New data is being returned for all login results. This is still in prototype, and not fully functional yet. Stay tuned!
JavaScriptSDK version 0.4
== SDK Patch Notes, Nov 23, 2015 ==
=== API Changes ===
The steam error message response has been improved.
Updated automated testing systems for SDKs.
Minor documentation updates.
JavaScriptSDK version 0.3
== SDK Patch Notes, Nov 16, 2015 ==
=== API Changes ===
Documentation updates.
The format for the version numbering has slightly changed.
JavaScriptSDK version 0.2
== SDK Patch Notes, Nov 09, 2015 ==
=== API Changes ===
Some data usage caps are enforced better, and reported better when broken.
Minor documentation changes.
New API-RedeemCouponRequest:
https://api.playfab.com/Documentation/Server/method/RedeemCoupon
JavaScriptSDK version 0.1
== SDK Patch Notes, Oct 26, 2015 ==
=== API Changes ===
Lots of improvements behind the scenes, but none are public-facing.
API_Specs contains much more information that can be used to generate more complete documentation and examples in the future.
=== JavaScript Specific Changes ===
Initial release of JavaScript Versioned SDK