Skip to content

Releases: DoctorMcKay/node-steam-tradeoffer-manager

v1.7.0

08 Sep 03:12
Compare
Choose a tag to compare
  • Added shutdown method

v1.6.3

03 Sep 03:19
Compare
Choose a tag to compare
  • Fixed problem when passing null for token in TradeOffer#send
  • The pollData event is now only emitted when the data changes

v1.6.2

03 Sep 03:18
Compare
Choose a tag to compare
  • Fixed crash when removing items from offers

v1.6.1

15 Aug 19:56
Compare
Choose a tag to compare
  • Removed support for item announcement-based polling for node-steam.
    • This still works for node-steam-user.
    • This was modifying the prototype, and was therefore causing problems.
    • It also wasn't properly checking if the object passed into steam was a node-steam SteamUser or a node-steam-user SteamUser.
    • Thanks to @kinsi55 for reporting this.

v1.6.0

14 Aug 17:24
Compare
Choose a tag to compare
  • Added steamID property to TradeOfferManager
  • Added manager property to TradeOffer
  • Added removeMyItem, removeMyItems, removeTheirItem, removeTheirItems methods to TradeOffer
  • Added pollInterval property to TradeOfferManager
  • Added cancelTime property to TradeOfferManager
  • Fixed not being able to use items with a contextid or assetid of 0

v1.5.2

11 Aug 05:57
Compare
Choose a tag to compare
  • Updated dependency versions

v1.5.1

08 Aug 20:02
Compare
Choose a tag to compare
  • Fixed EOfferFilter.All not working
  • Fixed first poll using current time instead of 0 (so no new offers will be found on the first poll)
  • Disabled protobuf requests for GetTradeOffers for now, as the message structure is incorrect
    • Protobuf responses are still enabled

v1.5.0

08 Aug 20:00
Compare
Choose a tag to compare
  • If Steam returns an error message when loading inventories, that message will now be exposed to the callback
  • Now uses protobuf API requests and responses, which are more bandwidth efficient
  • All items will now have both id and assetid properties
  • Fixed item announcement-based polling for node-steam 0.6.x

v1.4.0

31 Jul 06:14
Compare
Choose a tag to compare

v1.3.0

30 Jul 01:23
Compare
Choose a tag to compare
  • Added cause parameter to Error events received in TradeOffer#send or TradeOffer#accept, if cause is known and no eresult is available
  • Module will no longer continually attempt to retry accepting offers if the failure cause is known