Releases: DoctorMcKay/node-steam-user
Releases · DoctorMcKay/node-steam-user
v4.15.2
- Fixed rare case where logging on can hang forever
v4.15.1
- Options are now always checked for validity
v4.15.0
- If no protocol is passed in the value of
httpProxy
,http://
is now assumed
v4.14.0
- More IDEs should properly understand that SteamUser extends EventEmitter now
- Warnings are now delivered through Node.js' warning system
v4.13.3
- Updated jsdoc to suppress some warnings in IDEs
v4.13.2
- Fixed issue where calling
logOff()
may be ineffective if currently attempting to reconnect to Steam
v4.13.0
- Added
inviteDuration
option tocreateQuickInviteLink
v4.12.6
v4.12.5
- Added check to make sure that provided options are of the expected type
- If an option of an unexpected type is passed, you will get a warning in
stderr
and it will be reset to its default value - Although not recommended, you can still pass numbers as strings and things will work as expected with no warnings
- If an option of an unexpected type is passed, you will get a warning in
- Fixed deprecated call to
fs.truncate
with a file descriptor (thanks @Dahlgren in PR #272) - Fixed rare crash caused by an unusual message sent from Steam (issue #283)