Releases: DoctorMcKay/node-steamid
Releases · DoctorMcKay/node-steamid
v2.0.0
v1.1.3
v1.1.2
v1.1.1
- Fixed empty string passing NaN check in
SteamID.fromIndividualAccountID
- Added warning to stderr if the argument to
SteamID.fromIndividualAccountID
is not a number (or string containing an int)
v1.1.0
- Added
isGroupChat
method - Added
isLobby
method
v1.0.2
- Fixed accountids not being converted to numbers when using
fromIndividualAccountID
v1.0.1
- Fixed accountids being treated as signed
v1.0.0
- Added
SteamID.fromIndividualAccountID
shortcut - Added
steam2()
andsteam3()
shorthands forgetSteam2RenderedID()
andgetSteam3RenderedID()
, respectively - Made "Unknown input format" Error more descriptive
- Now uses proper semver