Skip to content

Releases: DoctorMcKay/node-steam-tradeoffer-manager

v2.11.7

02 Nov 07:19
e8c8b25
Compare
Choose a tag to compare
  • TradeOffer.loadPartnerInventory() now uses the trading endpoint which includes CS2 items that aren't normally visible
    • This method is still deprecated and I discourage you from using it unless you absolutely must

Full Changelog: v2.11.6...v2.11.7

v2.11.6

05 Oct 22:55
Compare
Choose a tag to compare

Full Changelog: v2.11.5...v2.11.6

v2.11.5

27 Jul 23:36
7d27ae1
Compare
Choose a tag to compare
  • Fixed issue where offer data isn't updated in poll data if a value is set that passes an equality check to the previous value

Full Changelog: v2.11.4...v2.11.5

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