Releases: heroiclabs/nakama-dart
Releases Β· heroiclabs/nakama-dart
v1.1.0
v1.0.5
- Fixed: Cursors are nullable
FriendsList.cursor
,GroupList.cursor
,UserGroupList.cursor
,GroupUserList.cursor
,NotificationList.cursor
v1.0.4
v1.0.3
- Added missing
http
dependency
v1.0.2
v1.0.1
- Added support for signing in with username + password in
authenticateEmail
method
v1.0.0
- chore: v1.0.0 release π
v1.0.0-dev.7
- Fixed missing session in rpc call
v1.0.0-dev.6
- Added creating a match by match name
- Added missing
vars
to session model - Added
presences
to match
v1.0.0-dev.5
- Breaking: Renamed
ChannelJoinType
enum toChannelType
- Breaking: Renamed
leaderboardId
parameter toleaderboardName
inwriteLeaderboardRecord
anddeleteLeaderboardRecord
- Breaking:
onNotifications
is now aStream<Notification>
instead ofStream<List<Notification>>
- Added
onPartyData
stream to realtime client - Added
listTournamentRecordsAroundOwner
to client