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
v3.0.4
v3.0.1
v3.0.0
Breaking changes
- Dropped support for io.js
- Removed callback from
.setup()
. Since 2.0.0 setup is sync so there is no need in it - Removed
debug
event - Added timeouts to all requests. Optional param is added to
.setup()
that allows to change the default - Calling any methods before
.setup()
will throw an error now. - Changed error handling in the trade hold duration methods
Additions
.getOfferUrl(callback)
for obtaining full Trade URL- Callback for
loadInventory
methods is now invoked with raw inventory objects as the third argument
v2.2.0
v2.1.0
v2.0.0
Breaking changes
- Removed Web API key retrieval since it is outside of the library scope. It was moved to separate module steam-web-api-key
- Removed Family View Unlock. It was moved to separate module steam-parental
setup()
now requires newAPIKey
param.