node-steam-tradeoffer-manager

Simple and sane Steam trade offer management

MIT License

Downloads
11K
Stars
475

Bot releases are visible (Hide)

node-steam-tradeoffer-manager - v1.2.4

Published by DoctorMcKay about 9 years ago

  • Fixed trade token regex in getOfferToken not including dash
node-steam-tradeoffer-manager - v1.2.3

Published by DoctorMcKay about 9 years ago

  • Fixed trade offer token regex in getOfferToken not including underscore (thanks to @kinsi55 in pull request #8)
node-steam-tradeoffer-manager - v1.2.2

Published by DoctorMcKay about 9 years ago

  • Bumped required steamcommunity version
    • Fixes issues where a poll would fail and never resume
node-steam-tradeoffer-manager - v1.2.1

Published by DoctorMcKay about 9 years ago

  • Added support for node-steam 1.0.0 and node-steam-user.
node-steam-tradeoffer-manager - v0.1.7

Published by DoctorMcKay over 9 years ago

node-steam-tradeoffer-manager - v1.0.1

Published by DoctorMcKay over 9 years ago

  • HTTP errors returned by TradeOffer#getReceivedItems will now be of the format HTTP error xxx instead of just xxx, which is consistent with the rest of the module.
node-steam-tradeoffer-manager - v0.1.9

Published by DoctorMcKay over 9 years ago

  • Backported the fix from v1.0.2 to v0.1.x.
node-steam-tradeoffer-manager - v1.0.2

Published by DoctorMcKay over 9 years ago

  • Fixed an issue where an outstanding poll timer wouldn't be cleared before creating a new one
node-steam-tradeoffer-manager - v1.1.0

Published by DoctorMcKay over 9 years ago

  • Added EResult enum
  • Added eresult property to various Error objects returned in callbacks
node-steam-tradeoffer-manager - v1.2.0

Published by DoctorMcKay over 9 years ago

node-steam-tradeoffer-manager - v1.0.0

Published by DoctorMcKay over 9 years ago

The first non-beta release, this has one breaking change from v0.x.x (which is still available on the v0.x.x branch).

  • The constructor takes a single object argument containing options for the TradeOfferManager. See the wiki for information. The old constructor documentation is also still available.