Add Eco (2018) support. (#363)

* Add initial working eco query

* Add default port and add the game to games.txt

* Add to changelog

* Fix request Info object and add to raw the object

* Rearrange some code to be more readable
This commit is contained in:
CosminPerRam 2023-09-17 13:01:39 +03:00 committed by GitHub
parent 17f91904ab
commit 328d518d5b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 24 additions and 1 deletions

View file

@ -8,6 +8,7 @@
* Moved the library a `module`.
* CLI: Resolved incorrect error message when querying with a non-existent protocol name.
* Replaced deprecated internal `punycode` with the [punycode](https://www.npmjs.com/package/punycode) package.
* Eco (2018) - Added support (requested by @dgibbs64).
### 4.1.0
* Replace `compressjs` dependency by `seek-bzip` to solve some possible import issues.