File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -3,15 +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.23.0 ] - 2022-05-22
7
7
### Added
8
8
- Add custom metrics publishing functions to Lua and JavaScript runtimes.
9
9
- Add missing "sessionLogout" TypeScript definition.
10
- - Add "FriendsBlock" function to the runtimes.
11
- - Add "ChannelMessagesList" function to the runtimes.
10
+ - Add "FriendsBlock" function to the Lua and JavaScript runtimes.
11
+ - Add "ChannelMessagesList" function to the Lua and JavaScript runtimes.
12
+ - New "countMultiple" parameter in the "MatchmakerAdd" TypeScript definition.
12
13
13
14
### Changed
14
- - Fix naming of delete notifications before/after hook registration functions.
15
+ - Update naming of delete notifications before/after hook registration functions.
16
+ - Allow storage writes to accept "undefined" as a user ID input in the TypeScript definitions.
17
+
18
+ ### Fixed
19
+ - Rename field in "ValidatedPurchase" to "providerResponse" to match what the server returns.
20
+ - Add missing "label" field to "Match" TypeScript definition.
15
21
16
22
## [ 1.22.0] - 2022-03-21
17
23
### Added
You can’t perform that action at this time.
0 commit comments