Skip to content

Releases: DoctorMcKay/node-steam-user

v4.15.2

06 May 22:54
Compare
Choose a tag to compare
  • Fixed rare case where logging on can hang forever

v4.15.1

24 Apr 05:46
Compare
Choose a tag to compare
  • Options are now always checked for validity

v4.15.0

24 Apr 05:24
Compare
Choose a tag to compare
  • If no protocol is passed in the value of httpProxy, http:// is now assumed

v4.14.0

16 Apr 09:20
Compare
Choose a tag to compare
  • More IDEs should properly understand that SteamUser extends EventEmitter now
  • Warnings are now delivered through Node.js' warning system

v4.13.3

15 Apr 23:10
Compare
Choose a tag to compare
  • Updated jsdoc to suppress some warnings in IDEs

v4.13.2

12 Mar 05:05
1f8761f
Compare
Choose a tag to compare
  • Fixed issue where calling logOff() may be ineffective if currently attempting to reconnect to Steam

v4.13.0

05 Mar 06:57
Compare
Choose a tag to compare
  • Added inviteDuration option to createQuickInviteLink

v4.12.6

20 Feb 07:08
Compare
Choose a tag to compare
  • Added anonymous account logon warning if a loginKey is specified to logOn
  • Fixed generated app session tickets not being properly activated (issue #288)

v4.12.5

11 Jan 04:34
Compare
Choose a tag to compare
  • 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
  • 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)

v4.12.4

07 Sep 09:04
Compare
Choose a tag to compare
  • Fixed a rare crash that can occur when calling getServerList (issue #270)
  • Removed anonymous usage statistics reporting