There is still some work needed to make the framework fully consistent around using the term “match” to describe an instance of a specific game (see #709). Should we aim to get this done as part of 0.40.0?
There may be some more I’ve missed, but I think that’s most of it.
There is still some work needed to make the framework fully consistent around using the term “match” to describe an instance of a specific game (see #709). Should we aim to get this done as part of 0.40.0?
Database connectors (would require updating the various third-party connectors):
createGamemethod should be renamedcreateMatchlistGamesmethod should be renamedlistMatchesDone in Improve match term consistency #806
gameID→matchIDin React client
in plain JS client
in debug panel
in master
in server transport (cosmetic argument renaming)
gameMetadata→matchMetadatain React client
in plain JS client
(This had in fact been done in Fix #703 - Use the term "match" in the API and Lobby #704, because the 0.40.0 docs have been updated to show
matchMetadata, but I think I may have overwritten those changes when merging in the Typescript clients.)updateGameID→updateMatchID(plain JS client)There may be some more I’ve missed, but I think that’s most of it.