Skip to content
This repository has been archived by the owner on Mar 31, 2021. It is now read-only.

v0.6.0

Compare
Choose a tag to compare
@seishun seishun released this 20 Jul 16:48
· 105 commits to master since this release

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