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

Releases: seishun/node-steam-trade

v0.2.6

26 Dec 18:04
Compare
Choose a tag to compare
  • Maintenance release

v0.2.5

26 Dec 18:04
Compare
Choose a tag to compare
  • Added support for trades with email confirmations

v0.2.4

27 Oct 16:25
Compare
Choose a tag to compare
  • Updated for cookie API changes in request (again)

v0.2.3

27 Sep 16:04
Compare
Choose a tag to compare
  • Updated for cookie API changes in request (again)

v0.2.2

22 Jan 15:58
Compare
Choose a tag to compare
  • Fixed crash when calling loadInventory while GC is down
  • Fixed using old cookie API with new request versions

v0.2.1

19 Oct 16:04
Compare
Choose a tag to compare
  • Fixed being unable to have multiple SteamTrade instances;
  • Fixed overwriting item slots when inadvertently calling addItems multiple times in the same tick;
  • Re-added addItem and deprecated addItems.

v0.2.0

08 Jul 22:51
Compare
Choose a tag to compare

Breaking changes:

  • getContexts, loadInventory and getItems will callback with a falsy value in case of a lost session (instead of crashing);
  • cancel prevents the 'end' event from being emitted;
  • themAssets is now a property, rather than a method (which crashed if _themAssets was empty or sparse).

Other changes:

  • The 'end' event now gets 'empty' as the first argument if neither side added any items (only possible when two bots trade).