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.7.5

Published by DoctorMcKay over 7 years ago

  • Fixed Chinese languages not working
    • Use tzh for traditional Chinese
    • Use szh for simplified Chinese
  • Fixed item descriptions retrieved using getUserInventoryContents not being localized in selected language
node-steam-tradeoffer-manager - v2.7.4

Published by DoctorMcKay over 7 years ago

node-steam-tradeoffer-manager - v2.7.3

Published by DoctorMcKay over 7 years ago

  • Added id property to objects pushed to itemsToGive and itemsToReceive when building a trade offer (PR #225)
  • Made the TradeOffer class exportable for use with Bluebird (PR #227)
    • This still isn't officially supported and may break in the future if you rely on it
  • Updated getExchangeDetails to use new WebAPI method which has greater reliability
node-steam-tradeoffer-manager - v2.7.2

Published by DoctorMcKay over 7 years ago

  • Fixed callback not being fired if accepting a trade offer when the web session has expired (thanks to @eblanshey in PR #223)
node-steam-tradeoffer-manager - v2.7.1

Published by DoctorMcKay over 7 years ago

  • Fixed getExchangeDetails not taking into account 2-day hold periods
  • All data associated with a trade offer will now be returned when you call data() without any arguments (thanks to @Johnix1337 in PR #211)
node-steam-tradeoffer-manager - v2.7.0

Published by DoctorMcKay over 7 years ago

  • Added OfferLimitExceeded and ItemServerUnavailable offer failure causes
node-steam-tradeoffer-manager - v2.6.1

Published by DoctorMcKay over 7 years ago

  • Fixed v2.6.0 crashing the application immediately after being required
node-steam-tradeoffer-manager - v2.6.0

Published by DoctorMcKay over 7 years ago

node-steam-tradeoffer-manager - v2.5.0

Published by DoctorMcKay almost 8 years ago

  • Added argument to doPoll to trigger at full update (thanks @blazej00 in PR #189)
  • Removed unnecessary clone dependency
  • Added TradeOfferManager#getInventoryContents, TradeOfferManager#getUserInventoryContents, and TradeOffer#getPartnerInventoryContents
  • TradeOfferManager#loadInventory, TradeOfferManager#loadUserInventory, and TradeOffer#loadPartnerInventory are all deprecated now and will be removed in a future release.
node-steam-tradeoffer-manager - v2.4.0

Published by DoctorMcKay almost 8 years ago

  • Updated dependencies
  • Added skipStateUpdate argument to TradeOffer#accept (thanks @tuktun in PR #180)
node-steam-tradeoffer-manager - v2.3.3

Published by DoctorMcKay almost 8 years ago

  • Disabled automatic poll data cleanup for now due to issues in Steam's API
node-steam-tradeoffer-manager - v2.3.2

Published by DoctorMcKay about 8 years ago

  • Fixed crash resulting from HTTP error when sending offer (fixes DoctorMcKay/node-steamcommunity#131)
node-steam-tradeoffer-manager - v2.3.1

Published by DoctorMcKay about 8 years ago

  • Fixed some cryptic errors that result from trying to send/accept an offer while not logged in
node-steam-tradeoffer-manager - v2.3.0

Published by DoctorMcKay about 8 years ago

  • Added realTimeTradeConfirmationRequired and realTimeTradeCompleted events
node-steam-tradeoffer-manager - v2.2.3

Published by DoctorMcKay about 8 years ago

  • Now checks timestamps before purging old trade offers
  • Fixed a problem with trade offer purging
node-steam-tradeoffer-manager - v2.2.2

Published by DoctorMcKay about 8 years ago

  • Fixed issue where Active offers could be prematurely cleared from poll data
node-steam-tradeoffer-manager - v2.2.1

Published by DoctorMcKay over 8 years ago

  • Fixed an issue where crafted names could cause false err.cause values
node-steam-tradeoffer-manager - v2.2.0

Published by DoctorMcKay over 8 years ago

  • Added avatar URLs to getUserDetails
node-steam-tradeoffer-manager - v2.1.0

Published by DoctorMcKay over 8 years ago

  • Added ability to supply Family View PIN to setCookies
  • Fixed callback never firing to parentalUnlock if there was no error
node-steam-tradeoffer-manager - v2.0.1

Published by DoctorMcKay over 8 years ago

  • Fixed a crash when adding item descriptions (thanks to @deStrO in PR #150)
  • Fixed getOfferToken after Valve broke it