Releases: DoctorMcKay/node-steamcommunity
Releases · DoctorMcKay/node-steamcommunity
v2.5.0
v2.4.0
- Added ability to spoof chat UI mode icon
v2.3.0
- Added CMarketItem
v2.2.1
- Steam logins are now "remembered" so they won't be invalidated when logged in elsewhere or expired (within a relatively short time period)
v2.2.0
- Added Steam web chat
v2.1.0
- The
request
object thatnode-steamcommunity
uses is now available as arequest
property
v2.0.0
This update has a breaking change, so the major version has been incremented.
The breaking change is that the steamguard
argument of login
's callback is now a string, and should be passed to login
's details
object as a steamguard
property. This makes Steam Guard sessions quite a bit easier to save and resume.
v1.0.8
- Fixed WebAPI key registration not working
v1.0.7
- Added
getNotifications
method - Added
resetItemNotifications
method
v1.0.6
- Fixed repository URL in package.json