Releases: DoctorMcKay/node-steam-tradeoffer-manager
Releases · DoctorMcKay/node-steam-tradeoffer-manager
v2.11.7
TradeOffer.loadPartnerInventory()
now uses the trading endpoint which includes CS2 items that aren't normally visible- This method is still deprecated and I discourage you from using it unless you absolutely must
Full Changelog: v2.11.6...v2.11.7
v2.11.6
Full Changelog: v2.11.5...v2.11.6
v2.11.5
- Fixed issue where offer data isn't updated in poll data if a value is set that passes an equality check to the previous value
Full Changelog: v2.11.4...v2.11.5
v2.11.4
- Fixed issue where boolean properties of EconItem might not be properly decoded
v2.11.3
- Fixed an unhandled error that may be thrown if a network error occurs
Full Changelog: v2.11.2...v2.11.3
v2.11.2
What's Changed
Full Changelog: v2.11.1...v2.11.2
v2.11.1
useAccessToken
now works as expected if you manually assign an API key to theapiKey
property (which isn't officially supported and is discouraged in the docs)
Full Changelog: v2.11.0...v2.11.1
v2.11.0
- Added ability to use an access token against the WebAPI rather than an API key
- See here for more info
- Contributed by @Sadzurami in #345
- Added
minimumPollInterval
option- Contributed by @Sadzurami in #346
- Added
pollFullUpdateInterval
option - Added sanity checks with warnings for polling interval options
Full Changelog: v2.10.6...v2.11.0
v2.10.6
- Added 'br' language for Brazilian Portuguese by @matheustav in #332
- Removed deprecated appdirectory dependency
Full Changelog: v2.10.5...v2.10.6
v2.10.5
- Fixed
cancel()
anddecline()
TradeOffer methods