You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12-3Lines changed: 12 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,12 +3,21 @@ All notable changes to this project are documented below.
3
3
4
4
The format is based on [keep a changelog](http://keepachangelog.com) and this project uses [semantic versioning](http://semver.org).
5
5
6
-
## [Unreleased]
6
+
## [1.24.0] - 2022-08-18
7
7
### Added
8
-
- Add subscription validation APIs and runtime functions for Google and Apple.
8
+
- New subscription validation functions for Apple and Google in the runtimes.
9
+
- Add "NotificationsDelete" function to the runtimes.
10
+
- Add const field for easier access to system user ID in TypeScript definition.
9
11
10
12
### Changed
11
-
- Added next and previous cursor to results of the Leaderboard/TournamentRecordsAroundOwner API and Leaderboard/TournamentRecordsHaystack runtime functions.
13
+
- Return a cursor with "leaderboardRecordsHaystack" function.
14
+
- Use ArrayBuffer type instead of Uint8Array in JavaScript runtime. Thanks @formatCvt.
15
+
- Expose optional "recorded" param to "accountDeleteId" in TypeScript definition.
16
+
17
+
### Fixed
18
+
- Fix function signature of "leaderboardRecordsHaystack" in TypeScript definition.
19
+
- Fix signature of "authenticateGameCenter" in TypeScript definition.
20
+
- Update field name used in Friend type in TypeScript definition.
0 commit comments