mirror of
https://github.com/gamedig/node-gamedig.git
synced 2024-11-17 17:25:19 +01:00
chore: add new options to CHANGELOG (#470)
This commit is contained in:
parent
17691b54c0
commit
58c9c2cdad
1 changed files with 2 additions and 0 deletions
|
@ -30,6 +30,8 @@
|
|||
* `deno run --allow-net bin/gamedig.js --type tf2 127.0.0.1`
|
||||
* Added code examples.
|
||||
* New option: `stripColors` (defaults to `true`) for protocols that strips colors: unreal2, savage2, quake3, nadeo, gamespy2, doom3, armagetron.
|
||||
* New option: `requestRulesRequired` (defaults to `false`) Valve games only. `requestRules` is always required to have a response or the query will timeout.
|
||||
* New option: `requestPlayersRequired` (defaults to `false`) Valve games only. Querying players is always required to have a response or the query will timeout. Some [games](GAMES_LIST.md) may not provide a players response.
|
||||
|
||||
#### Games
|
||||
* Removed the players::setNum method, the library will no longer add empty players as
|
||||
|
|
Loading…
Reference in a new issue