Skip to content

Releases: DoctorMcKay/node-steam-tradeoffer-manager

v2.11.4

18 Apr 04:26
5405fbe
Compare
Choose a tag to compare
  • Fixed issue where boolean properties of EconItem might not be properly decoded

v2.11.3

11 Apr 23:23
9d5509c
Compare
Choose a tag to compare
  • Fixed an unhandled error that may be thrown if a network error occurs

Full Changelog: v2.11.2...v2.11.3

v2.11.2

11 Apr 03:53
04f6058
Compare
Choose a tag to compare

What's Changed

  • Fixed sessionExpired event not always being properly triggered (by @Noobgam in #352)

Full Changelog: v2.11.1...v2.11.2

v2.11.1

04 Apr 06:22
d04af9d
Compare
Choose a tag to compare
  • useAccessToken now works as expected if you manually assign an API key to the apiKey property (which isn't officially supported and is discouraged in the docs)

Full Changelog: v2.11.0...v2.11.1

v2.11.0

29 Mar 11:15
194f3d0
Compare
Choose a tag to compare
  • Added ability to use an access token against the WebAPI rather than an API key
  • Added minimumPollInterval option
  • Added pollFullUpdateInterval option
  • Added sanity checks with warnings for polling interval options

Full Changelog: v2.10.6...v2.11.0

v2.10.6

07 Jul 01:46
3652b13
Compare
Choose a tag to compare
  • Added 'br' language for Brazilian Portuguese by @matheustav in #332
  • Removed deprecated appdirectory dependency

Full Changelog: v2.10.5...v2.10.6

v2.10.5

11 May 22:00
c32dc57
Compare
Choose a tag to compare
  • Fixed cancel() and decline() TradeOffer methods

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)