This repository has been archived by the owner on Mar 21, 2021. It is now read-only.
Releases: alex7kom/node-steam-tradeoffers
Releases · alex7kom/node-steam-tradeoffers
v1.2.0
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: optionaltradableOnly
param you can set to false to return all items not only tradablesetup
method:PIN
param required if account uses Family View
Various other fixes and optimizations.
v1.1.0
v1.0.0
Breaking changes
- All public methods are now accepting object with params as first argument
setup
andloadInventory
methods no longer auto-retry in case of error so you'll need to do it manually in your code
Additions
loadInventory
methods: optionallanguage
param to set the language for item descriptions (by popular demand)loadPartnerInventory
: optionaltradeOfferId
to be able to load private inventory for counter offer
Various other fixes and optimizations.