This commit is contained in:
mmorrison 2019-01-22 00:16:49 -06:00
parent 94c263669d
commit 89f1353c6f
2 changed files with 6 additions and 1 deletions

View File

@ -429,6 +429,11 @@ as well: `--debug`, `--pretty`, `--socketTimeout 5000`, etc.
Changelog
---
### 2.0.8
* Improve out-of-order packet handling for gamespy1 protocol
* Work-around for buggy duplicate player reporting from bf1942 servers
* Report team names rather than IDs when possible for gamespy1 protocol
### 2.0.7
* Prevent tcp socket errors from dumping straight to console

View File

@ -11,7 +11,7 @@
],
"main": "lib/index.js",
"author": "Michael Morrison",
"version": "2.0.7",
"version": "2.0.8",
"repository": {
"type": "git",
"url": "https://github.com/sonicsnes/node-gamedig.git"