mirror of
https://github.com/tribufu/node-gamedig
synced 2026-06-01 09:42:41 +00:00
Fix raw player subobject in fivem, assettocorsa, gamespy2 Fixes #222
Clarify nodejs 12 requirement for gamedig 3 Fixes #220 Release 3.0.1
This commit is contained in:
parent
d65a24dc18
commit
fec5a1fac6
6 changed files with 25 additions and 20 deletions
|
|
@ -1,5 +1,10 @@
|
|||
### 3.0.1
|
||||
* Clarified that nodejs 12 is now required for gamedig 3
|
||||
* Fixed misc player fields not going into `raw` subobject in `assettocorsa`, `fivem`, and `gamespy2`
|
||||
|
||||
### 3.0.0
|
||||
Major Changes:
|
||||
* **NodeJS 12 is now required**
|
||||
* The `name` field is now guaranteed to exist on all player objects. If a player's name is unknown, the `name` will be an empty string.
|
||||
* All non-`name` player fields have been moved into a `raw` sub-field. This means that, like the `raw` subobject of the parent
|
||||
response, all non-`name` fields are now considered to be unstable and may be changed during minor releases of GameDig.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue