Skip to content

Releases: DoctorMcKay/node-steam-tradeoffer-manager

v2.10.4

02 Nov 05:00
dc44de4
Compare
Choose a tag to compare
  • The trade offers response will now be de-paginated when using getOffers and in polling

v2.10.3

29 Mar 03:33
7637eff
Compare
Choose a tag to compare
  • Fixed deprecation warning

v2.10.2

03 May 03:02
Compare
Choose a tag to compare
  • Added body property to some Error objects
    • This property may be undefined, string, or object (it's an object if the response was valid JSON)

v2.10.1

07 Sep 09:13
Compare
Choose a tag to compare
  • Removed anonymous usage statistics reporting

v2.10.0

21 Jun 06:01
Compare
Choose a tag to compare

v2.9.5

05 Feb 10:33
Compare
Choose a tag to compare
  • Fixed crash resulting from malformed pollData json on disk (#280)

v2.9.4

05 Aug 03:37
Compare
Choose a tag to compare
  • Now returns a "Not Logged In" error if you try to get your own inventory contents without yet being logged in
  • Updated EResult

v2.9.3

05 Aug 03:36
Compare
Choose a tag to compare
  • Ignore responses from the WebAPI that indicate they failed but actually seem to contain valid data

v2.9.2

05 Aug 03:35
Compare
Choose a tag to compare
  • Fixed cancelTime not being able to be set for offers that need to be confirmed

v2.9.1

02 Nov 05:51
Compare
Choose a tag to compare
  • Fixed problems with poll timers at startup (PRs #237, #238)
  • Updated getOfferToken to use node-steamcommunity's new getTradeURL method
  • Updated EResult