Releases: DoctorMcKay/node-steam-user
Releases · DoctorMcKay/node-steam-user
v3.25.2
v3.25.1
- Worked around a Steam backend bug by suppressing
tradeOffers
events if they're re-emitted with the same count
v3.25.0
- Fixed default (question mark) avatar URLs (thanks @LulzFTW in PR #150)
- Added deprecation notice to
createAccount
and made it throw anError
when called since it doesn't work anymore - Added
getAssetClassInfo
method - Added experimental app auth stuff; see documentation
v3.24.0
- Fixed CDN auth token retrieval (thanks @Step7750 in PR #147)
- Removed unnecessary console.log which was left over from debugging (thanks @Robinlemon in PR #149)
- Fixed corrupt currency symbols (thanks @welwood08 in PR #120)
- Added optional boolean parameter to
getProductInfo
to automatically retrieve access tokens as needed (thanks @Royalgamer06 in PR #129) - Fixed issue with
getOwnedApps
andgetOwnedDepots
causing them to take a very long time for accounts which own many licenses (issue #144)
v3.23.2
v3.23.1
v3.23.0
- Added
nickname
event - Added
getNicknames
method
v3.22.0
- Added
friendPersonasLoaded
event
v3.21.8
- Fixed
requestValidationEmail
sending empty payload to Steam
v3.21.7
- Use
@doctormckay/proxy-agent
for proxied HTTP(S) requests instead of bundling the code directly