Releases: DoctorMcKay/node-steam-tradeoffer-manager
Releases · DoctorMcKay/node-steam-tradeoffer-manager
v2.9.0
- Added disk persistence, which reduces memory usage for the asset cache (when a
language
is set in the constructor) - Added constructor options:
dataDirectory
,gzipData
,savePollData
v2.8.1
- Standardized
EconItem
tag data - Restored
market_fee_app
inEconItem
objects if it's missing and shouldn't be
v2.8.0
- In
getExchangeDetails
output, if you have a language set in your constructor, item objects will beEconItem
objects with item description details - Fixed
market_actions
inEconItem
objects being an object with numeric keys instead of an array
v2.7.5
- Fixed Chinese languages not working
- Use
tzh
for traditional Chinese - Use
szh
for simplified Chinese
- Use
- Fixed item descriptions retrieved using
getUserInventoryContents
not being localized in selected language
v2.7.4
- Added
stats-reporter
integration
v2.7.3
- Added
id
property to objects pushed toitemsToGive
anditemsToReceive
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
v2.7.2
- Fixed callback not being fired if accepting a trade offer when the web session has expired (thanks to @eblanshey in PR #223)
v2.7.1
v2.7.0
- Added
OfferLimitExceeded
andItemServerUnavailable
offer failure causes
v2.6.1
- Fixed v2.6.0 crashing the application immediately after being required