Rollback breaking change on Game.getObjectById
to follow Semantic Versioning
#223
Labels
Game.getObjectById
to follow Semantic Versioning
#223
What happened
There is a breaking change to Game.getObjectById in the release 3.3.0, but only MINOR version was increased.
Over the past few months I've seen many players complains about this. Most of their old codes failed to pass Typescript's type checking because of the breaking change on
Game.getObjectById
.What should we do
Publish a new minor version which brings
Game.getObjectById(id:string)
back.Then we could publish a new major version to enable the strict check on type of Id.
The text was updated successfully, but these errors were encountered: