Skip to content

Releases: PlayFab/JavaScriptSDK

JavaScriptSDK version 0.17

02 May 18:55
Compare
Choose a tag to compare

JavaScriptSDK version 0.16

25 Apr 18:02
Compare
Choose a tag to compare

== SDK Patch Notes, Apr 25, 2016 ==

=== API Changes ===
Lots of documentation updates
Fixed typo in AndroidDevicePushNotificationRegistrationRequest
New server API: EvaluateRandomResultTable

JavaScriptSDK version 0.15

15 Apr 01:04
Compare
Choose a tag to compare

== SDK Patch Notes, Apr 14, 2016 ==

=== API Changes ===
PlayStream apis are now available in the SDKs.
Some documentation revisions.

=== Changes to all SDKs ===
More automated testing to improve stability of SDKs (and some associated bugfixes)
Specifically, a new PlayStream test and making tests more consistent across all sdks.

JavaScriptSDK version 0.14

12 Apr 00:19
Compare
Choose a tag to compare

== SDK Patch Notes, Apr 11, 2016 ==

=== API Changes ===
WriteEvent API Added

Rank for the following calls now match other leaderboard calls:
GetFriendLeaderboardAroundPlayer
GetFriendLeaderboardAroundCurrentUser
GetLeaderboardAroundPlayer
GetLeaderboardAroundCurrentUser

Minor bug fixes

JavaScriptSDK version 0.13

28 Mar 18:24
Compare
Choose a tag to compare

== SDK Patch Notes, Mar 28, 2016 ==

=== API Changes ===
Minor incremental improvements to the new Resettable-Leaderboards and other Player-Statistics tweaks.
Minor revisions in the way that CloudScript is uploaded via Admin-Api.
Continuing to revise and define api limits and overage definitions where needed.
"PlayFabId" input has been removed from the documentation on a few client apis, which never used that value.
Lots of minor documentation updates.
New ExecuteCloudScript api which replaces the older pattern of GetCloudScriptUrl+RunCloudScript.
This should make it easier for novice users to call CloudScript correctly.

JavaScriptSDK version 0.12

07 Mar 23:15
Compare
Choose a tag to compare

== SDK Patch Notes, Mar 7, 2016 ==

=== API Changes ===
Added GetPlayerStatisticVersions
Cleaned up account API signatures

JavaScriptSDK version 0.11

22 Feb 19:04
Compare
Choose a tag to compare

== SDK Patch Notes, Feb 22, 2016 ==

=== API Changes ===
Added Server.GetPlayFabIDsFromSteamIDs
Fixed a minor bug in Server.GetPlayerStatistics
Fixed a minor bug in Server.UpdatePlayerStatistics

JavaScriptSDK version 0.10

15 Feb 18:48
Compare
Choose a tag to compare

== 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

02 Feb 01:07
Compare
Choose a tag to compare

== 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

02 Feb 00:48
Compare
Choose a tag to compare

== 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