Releases: Taraman17/nodejs-cs2-api
Version 1.1
This release adds the workshop links for the new Standard Maps
V1.0
V 0.9.0 - Add Map Details from Steam-Workshop API and Filtering
This Update adds additional information for maps from Wteam Workshop.
Unfortunately, the workshop-ID of official Maps is not available from the server, so I have to put them in manually with OfficialMaps.json.
Main reason for this update is to be able to use preview images in the webinterface, but additionally the Title, Description, Tags and Workshop-ID for further processing are added.
These are available in serverInfo.mapsDetails
Also filtering of maps-Output to clients is implemented.
v0.8.1 - Use rcon-srcds 2.x
With v2.0, the rcon library was transformed to typescript, which needs a slight change on module import for nodejs.
V0.8 - New API Version
V1.0 of the API introduces API-Versioning
v0.7 - Authentication
This release features Authentication using steam.
Also update routine is fixed and example WebIF is now HTML/JS only without PHP
v0.6 - Last release without Authentication
For those who want to keep using this API without Authentication, I publish this release before moving on.
NodeJS CS:GO API v0.5
First Release