node-steam-tradeoffer-manager

Simple and sane Steam trade offer management

MIT License

Downloads
11K
Stars
475

Bot releases are hidden (Show)

node-steam-tradeoffer-manager - v2.11.4 Latest Release

Published by DoctorMcKay 6 months ago

  • Fixed issue where boolean properties of EconItem might not be properly decoded
node-steam-tradeoffer-manager - v2.11.3

Published by DoctorMcKay 6 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

node-steam-tradeoffer-manager - v2.11.2

Published by DoctorMcKay 6 months ago

What's Changed

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

node-steam-tradeoffer-manager - v2.11.1

Published by DoctorMcKay 7 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

node-steam-tradeoffer-manager - v2.11.0

Published by DoctorMcKay 7 months ago

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

node-steam-tradeoffer-manager - v2.10.6

Published by DoctorMcKay over 1 year ago

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

node-steam-tradeoffer-manager - v2.10.5

Published by DoctorMcKay over 2 years ago

  • Fixed cancel() and decline() TradeOffer methods
node-steam-tradeoffer-manager - v2.10.4

Published by DoctorMcKay almost 3 years ago

  • The trade offers response will now be de-paginated when using getOffers and in polling
node-steam-tradeoffer-manager - v2.10.3

Published by DoctorMcKay over 3 years ago

  • Fixed deprecation warning
node-steam-tradeoffer-manager - v2.10.2

Published by DoctorMcKay over 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)
node-steam-tradeoffer-manager - v2.10.1

Published by DoctorMcKay about 5 years ago

  • Removed anonymous usage statistics reporting
node-steam-tradeoffer-manager - v2.10.0

Published by DoctorMcKay over 5 years ago

node-steam-tradeoffer-manager - v2.9.5

Published by DoctorMcKay over 5 years ago

  • Fixed crash resulting from malformed pollData json on disk (#280)
node-steam-tradeoffer-manager - v2.9.4

Published by DoctorMcKay about 6 years ago

  • Now returns a "Not Logged In" error if you try to get your own inventory contents without yet being logged in
  • Updated EResult
node-steam-tradeoffer-manager - v2.9.3

Published by DoctorMcKay about 6 years ago

  • Ignore responses from the WebAPI that indicate they failed but actually seem to contain valid data
node-steam-tradeoffer-manager - v2.9.2

Published by DoctorMcKay about 6 years ago

  • Fixed cancelTime not being able to be set for offers that need to be confirmed
node-steam-tradeoffer-manager - v2.9.1

Published by DoctorMcKay almost 7 years ago

  • Fixed problems with poll timers at startup (PRs #237, #238)
  • Updated getOfferToken to use node-steamcommunity's new getTradeURL method
  • Updated EResult
node-steam-tradeoffer-manager - v2.9.0

Published by DoctorMcKay about 7 years ago

  • Added disk persistence, which reduces memory usage for the asset cache (when a language is set in the constructor)
  • Added constructor options: dataDirectory, gzipData, savePollData
node-steam-tradeoffer-manager - v2.8.1

Published by DoctorMcKay about 7 years ago

  • Standardized EconItem tag data
  • Restored market_fee_app in EconItem objects if it's missing and shouldn't be
node-steam-tradeoffer-manager - v2.8.0

Published by DoctorMcKay over 7 years ago

  • In getExchangeDetails output, if you have a language set in your constructor, item objects will be EconItem objects with item description details
  • Fixed market_actions in EconItem objects being an object with numeric keys instead of an array