Releases: DoctorMcKay/node-steam-tradeoffer-manager
Releases · DoctorMcKay/node-steam-tradeoffer-manager
v0.1.9
v1.0.1
- HTTP errors returned by TradeOffer#getReceivedItems will now be of the format
HTTP error xxx
instead of justxxx
, which is consistent with the rest of the module.
v1.0.0
The first non-beta release, this has one breaking change from v0.x.x
(which is still available on the v0.x.x
branch).
- The constructor takes a single object argument containing options for the TradeOfferManager. See the wiki for information. The old constructor documentation is also still available.
v0.1.7
- Added pollFailure event