Skip to content

Releases: DoctorMcKay/node-steam-tradeoffer-manager

v1.16.0

16 Dec 02:14
Compare
Choose a tag to compare
  • Added TradeOffer#rawJson property
  • Added cancelOfferCount and cancelOfferCountMinAge constructor options/TradeOfferManager properties
  • Added reason argument to sentOfferCanceled event
  • Fixed case where the callback to TradeOffer#cancel could fire twice on failure (issue #52)

v1.15.1

12 Dec 18:31
Compare
Choose a tag to compare
  • Fixed multilingual support (issue #48)

v1.15.0

11 Dec 02:17
Compare
Choose a tag to compare
  • Added TradeOffer#duplicate method
  • Added TradeOffer#update method
    • This is now called before the callback of TradeOffer#accept on success, so the new offer data will be completely accurate
    • This fixes escrowed trades not appearing as InEscrow after you accept them, and populates the escrowEnds property
  • Fixed the confirmationMethod property always being null

v1.14.1

09 Dec 18:30
Compare
Choose a tag to compare

v1.14.0

08 Dec 01:29
Compare
Choose a tag to compare
  • Added TradeOffer#getEscrowDuration (issue #38)
  • Added pendingCancelTime option and sentPendingOfferCanceled event (issue #39)
  • Fixed inability to cancel unsent-but-needs-confirmation offers
  • Fixed cancelTime using created time instead of updated time

v1.13.1

06 Dec 05:39
Compare
Choose a tag to compare
  • Fixed incorrect No session error in getReceivedItems

v1.13.0

01 Dec 06:44
Compare
Choose a tag to compare
  • Updated ETradeOfferState and EConfirmationMethod with official Valve values and new InEscrow value
  • Added escrowEnds property to TradeOffer

v1.12.0

26 Nov 08:15
Compare
Choose a tag to compare
  • Added getEscrowDuration method to TradeOfferManager

v1.11.0

21 Nov 05:30
Compare
Choose a tag to compare
  • Updated EResult
  • Added confirmationMethod property to TradeOffer
    • Added EConfirmationMethod
  • Added 3-second delay between offers are created and unknownOfferSent is emitted

v1.10.1

03 Nov 22:56
Compare
Choose a tag to compare
  • After unknownOfferSent is fired, offers are recorded so it isn't fired again in the future