Node Steam Tradeoffer Manager Versions Save

Simple and sane Steam trade offer management

v2.11.4

2 months ago
  • Fixed issue where boolean properties of EconItem might not be properly decoded

v2.11.3

2 months ago
  • Fixed an unhandled error that may be thrown if a network error occurs

Full Changelog: https://github.com/DoctorMcKay/node-steam-tradeoffer-manager/compare/v2.11.2...v2.11.3

v2.11.2

2 months ago

What's Changed

Full Changelog: https://github.com/DoctorMcKay/node-steam-tradeoffer-manager/compare/v2.11.1...v2.11.2

v2.11.1

3 months ago
  • 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: https://github.com/DoctorMcKay/node-steam-tradeoffer-manager/compare/v2.11.0...v2.11.1

v2.11.0

3 months ago

Full Changelog: https://github.com/DoctorMcKay/node-steam-tradeoffer-manager/compare/v2.10.6...v2.11.0

v2.10.6

11 months ago

Full Changelog: https://github.com/DoctorMcKay/node-steam-tradeoffer-manager/compare/v2.10.5...v2.10.6

v2.10.5

2 years ago
  • Fixed cancel() and decline() TradeOffer methods

v2.10.4

2 years ago
  • The trade offers response will now be de-paginated when using getOffers and in polling

v2.10.3

3 years ago
  • Fixed deprecation warning

v2.10.2

4 years ago
  • 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)