mirror of
https://github.com/gamedig/node-gamedig.git
synced 2024-11-17 17:25:19 +01:00
chore: update CHANGELOG.md to note game id changes
This commit is contained in:
parent
5ae12dd494
commit
a8bc3aa098
1 changed files with 3 additions and 6 deletions
|
@ -8,12 +8,9 @@
|
||||||
* Modified exports, now the library exports `games` and `protocols` alongside the `GameDig` class.
|
* Modified exports, now the library exports `games` and `protocols` alongside the `GameDig` class.
|
||||||
|
|
||||||
#### Games
|
#### Games
|
||||||
* Removed the following alternative game ids: `minecraftping` (as it was deprecated and the same thing as `minecraft`),
|
* Almost all games ids have been changed to follow a standard, see [CONTRIBUTING.md#naming](https://github.com/gamedig/node-gamedig/blob/5ae12dd494c927abcbe43352609d9aa34a54753c/CONTRIBUTING.md?plain=1#L27C3-L27C3).
|
||||||
`minecraftpe` (deprecated, which is the same as `minecraftbe`), `flashpoint` (alternative was `operationflashpoint`,
|
* Removed `minecraftping` (as it was deprecated and the same thing as `minecraft`) and
|
||||||
see next point) and `tshock` (which is `terraria`).
|
`minecraftpe` (deprecated, which is now the same as `mbe` (Minecraft Bedrock Edition)).
|
||||||
* Renamed following game ids:
|
|
||||||
* * `operationflashpoint` to reference it by its full name, now is `ofcwc`.
|
|
||||||
* * `7d2d` to standardize game ids as they won't being with a digit and this was the only one, now is `sdtd`.
|
|
||||||
|
|
||||||
### Other changes
|
### Other changes
|
||||||
#### Package
|
#### Package
|
||||||
|
|
Loading…
Reference in a new issue