Skip to content

Releases: DoctorMcKay/node-steam-tradeoffer-manager

v1.2.4

24 Jul 22:51
Compare
Choose a tag to compare
  • Fixed trade token regex in getOfferToken not including dash

v1.2.3

24 Jul 22:50
Compare
Choose a tag to compare
  • Fixed trade offer token regex in getOfferToken not including underscore (thanks to @kinsi55 in pull request #8)

v1.2.2

22 Jul 16:04
Compare
Choose a tag to compare
  • Bumped required steamcommunity version
    • Fixes issues where a poll would fail and never resume

v1.2.1

21 Jul 17:39
Compare
Choose a tag to compare
  • Added support for node-steam 1.0.0 and node-steam-user.

v1.2.0

24 Jun 21:40
Compare
Choose a tag to compare

v1.1.0

24 Jun 21:41
Compare
Choose a tag to compare
  • Added EResult enum
  • Added eresult property to various Error objects returned in callbacks

v1.0.2

24 Jun 21:42
Compare
Choose a tag to compare
  • Fixed an issue where an outstanding poll timer wouldn't be cleared before creating a new one

v0.1.9

24 Jun 21:43
Compare
Choose a tag to compare
  • Backported the fix from v1.0.2 to v0.1.x.

v1.0.1

24 Jun 21:50
Compare
Choose a tag to compare
  • 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.

v1.0.0

09 Jun 19:49
Compare
Choose a tag to compare

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.