Skip to content

Commit

Permalink
Bump nodejs version requirement to 16.20 from 14.17
Browse files Browse the repository at this point in the history
  • Loading branch information
CosminPerRam committed Oct 14, 2023
1 parent fa18d60 commit 37e3860
Show file tree
Hide file tree
Showing 3 changed files with 3,093 additions and 10 deletions.
Binary file modified .nvmrc
Binary file not shown.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@

### To Be Released...
#### Breaking Changes
* NodeJS 14.17 is now required (from 14).
* Node.js 16.20 is now required (from 14).
* Made the library a `module`.
* Renamed `Counter Strike: 2D` to `CS2D` in [games.txt](games.txt) (why? see [this](https://cs2d.com/faq.php?show=misc_name#misc_name)).
* Updated `CS2D` protocol (by @ernestpasnik).

#### Other changes
* Replaced usage of deprecated `substr` with `substring`.
* Replaced deprecated internal `punycode` with the [punycode](https://www.npmjs.com/package/punycode) package.
* Updated [got](https://github.com/sindresorhus/got) from 12.1 to 13.
* Added eslint which spotted some unused variables and other lints.
* CLI: Resolved incorrect error message when querying with a non-existent protocol name.
* Eco (2018) - Added support (requested by @dgibbs64).
Expand Down
Loading

0 comments on commit 37e3860

Please sign in to comment.