This repository has been archived by the owner on Mar 31, 2021. It is now read-only.
Releases: seishun/node-steam
Releases · seishun/node-steam
v0.6.4
v0.6.3
v0.6.2
Additions
- 'tradeOffers' event
v0.6.1
v0.6.0
Breaking changes
- logOn now accepts an object as the only argument to allow for future extensibility;
- webLogOn now calls back with an array of cookies, rather than a single string joined with a semicolon - no need for
split(';')
anymore when adding to a request jar or working with node-steam-trade; - 'relationship' event removed and replaced with 'friend' and 'group' (not to be confused with the new 'relationships' event);
- 'disconnected' event removed, now 'loggedOff' is emitted when the connection closes unexpectedly too, not just when Steam sends a ClientLoggedOff packet;
- 'personaState' renamed into 'user';
- toGC no longer accepts a callback - instead, you can provide any number of extra arguments, and they will be passed to the 'fromGC' handler with the response
Additions
- logOff method
loggedOn
propertyfriends
andgroups
properties and 'relationships' event