Skip to content

Releases: DoctorMcKay/node-steamstore

v2.4.0

03 Sep 02:21
680f370
Compare
Choose a tag to compare

What's Changed

  • Fixed claiming free-on-demand licenses (thanks @FurriousFox in #34)
  • Fixed creating wallet (thanks @Wnzl in #28)
  • #15 Fixed redeemable property in createWallet() 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

Full Changelog: v2.3.0...v2.4.0

v2.3.0

27 Jun 04:36
44e2481
Compare
Choose a tag to compare

Full Changelog: v2.2.1...v2.3.0

v2.2.1

01 Sep 07:17
95a0ee9
Compare
Choose a tag to compare
  • Fixed redeemWalletCode for Steam update (issue #25)
    • checkWalletCode is no longer functional and returns an error always

v2.2.0

05 Sep 09:25
Compare
Choose a tag to compare
  • Added removeLicense method

v2.1.0

26 Jan 01:14
Compare
Choose a tag to compare
  • Added getWalletBalance

v2.0.1

26 Jan 01:00
Compare
Choose a tag to compare
  • Fixed crash when using getAccountData

v2.0.0

21 Jan 23:41
Compare
Choose a tag to compare

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

23 Dec 06:00
Compare
Choose a tag to compare
  • Fixed gift card-related methods not working

v1.7.3

11 Jul 06:26
Compare
Choose a tag to compare
  • Fixed steamID property not being set

v1.7.2

11 Jul 06:26
Compare
Choose a tag to compare