Releases: DoctorMcKay/node-steamstore
Releases · DoctorMcKay/node-steamstore
v2.4.0
What's Changed
- Fixed claiming free-on-demand licenses (thanks @FurriousFox in #34)
- Fixed creating wallet (thanks @Wnzl in #28)
- #15 Fixed
redeemable
property increateWallet()
response not always being accurate - #31 Fixed
sendGift()
not working due to updated checkout domain - #35 Fixed malformed responses not always being properly detected in
redeemWalletCode()
- Cookies are now set properly if they include a domain attribute
New Contributors
- @FurriousFox made their first contribution in #34
- @Wnzl made their first contribution in #28
Full Changelog: v2.3.0...v2.4.0
v2.3.0
Full Changelog: v2.2.1...v2.3.0
v2.2.1
v2.2.0
- Added
removeLicense
method
v2.1.0
- Added
getWalletBalance
v2.0.1
- Fixed crash when using
getAccountData
v2.0.0
This is a major release with breaking changes.
- [BREAKING] Node.js v8 or higher is now required
- Updated module user-agent to latest Chrome user-agent
- All methods that take a callback now also return a
Promise
- Callbacks are still supported
- See the readme for more info on how to use this
- Added
addFreeLicense
method
v1.7.4
- Fixed gift card-related methods not working
v1.7.3
- Fixed
steamID
property not being set