Skip to content
This repository has been archived by the owner on Mar 21, 2021. It is now read-only.

Releases: alex7kom/node-steam-tradeoffers

v1.2.0

07 Jan 19:36
Compare
Choose a tag to compare

Breaking changes

  • Error handling was revised, the library no longer try to guess what happened wrong on Steam side and only returns actual errors.

Additions

  • loadMyInventory method: optional tradableOnly param you can set to false to return all items not only tradable
  • setup method: PIN param required if account uses Family View

Various other fixes and optimizations.

v1.1.0

04 Jan 19:44
Compare
Choose a tag to compare

Additions

  • New getOfferToken method for obtaining trade offer token.

v1.0.0

14 Nov 18:07
Compare
Choose a tag to compare

Breaking changes

  • All public methods are now accepting object with params as first argument
  • setup and loadInventory methods no longer auto-retry in case of error so you'll need to do it manually in your code

Additions

  • loadInventory methods: optional language param to set the language for item descriptions (by popular demand)
  • loadPartnerInventory: optional tradeOfferId to be able to load private inventory for counter offer

Various other fixes and optimizations.

v0.2.2

05 Aug 09:44
Compare
Choose a tag to compare

Finally published to npm.

v0.2.1

05 Aug 09:19
Compare
Choose a tag to compare

Various fixes.

v0.2.0

30 Mar 16:27
Compare
Choose a tag to compare

Additions

  • makeOffer: Optional counteredTradeOffer param for creating counter offers
  • makeOffer: Optional message to include in the offer

Fixes

  • Various changes to how inventory loading works

v0.1.0

31 Dec 17:19
Compare
Choose a tag to compare

Breaking changes

  • makeOffer method now accepts an object with options instead of list of arguments.

Additions

  • Support for public Trade URL tokens