Releases: DoctorMcKay/node-steam-user
Releases · DoctorMcKay/node-steam-user
v3.11.1
v3.11.0
v3.10.0
- Added
friendLeftConversation
event - Added
getAliases
method - Added callback to
addFriend
method - Added
getAuthSecret
method - Added
getCredentialChangeTimes
method - Fixed crash if we don't have a
connected
listener when we calllogOff
ordisconnect
v3.9.1
- Fixed
avatar_url
properties not getting defined inuser
event andgetPersonas
callback
v3.9.0
- Added
lobbyInvite
event - Fixed Steam lobby events arriving in
chatInvite
event
v3.8.0
- Updated
steam-client
to v2 (stronger encryption, new protocol version) - Added
getPublishedFileDetails
- Added
getGameBadgeLevel
v3.7.3
- Really fixed a crash if you don't have a
HOME
environment variable set
v3.7.2
- Fixed a crash if the logon response doesn't contain parental settings
- Fixed a crash if you don't have a
HOME
environment variable set
v3.7.1
- Fixed connection drops being treated as fatal errors
v3.7.0
- Added all current Steam enums as direct properties of the
SteamUser
export- For convenience, each enum also allows you to translate values into names the same way you translate names into values
- Added
setUIMode
method - Added
vanityURL
property and event - Added
inviteToGroup
andrespondToGroupInvite
methods - Now uses EResult 3 (
NoConnection
) for thedisconnected
event when the connection closes- Provides parity with the official Steam API