node-steamcommunity

Interact with various interfaces on Steam Community from Node.js

MIT License

Downloads
13.4K
Stars
475

Bot releases are visible (Hide)

node-steamcommunity - v3.41.8

Published by DoctorMcKay about 4 years ago

  • Fixed bug preventing parentalUnlock from working (thanks to @theanht1 in PR #258)
node-steamcommunity - v3.41.7

Published by DoctorMcKay about 4 years ago

  • Fixed bug in CSteamUser#getInventoryContents (thanks to @timi-owo in PR #257)
node-steamcommunity - v3.41.6

Published by DoctorMcKay over 4 years ago

  • Added a workaround for a Node.js memory usage issue when loading very large inventories (issue #254)
node-steamcommunity - v3.41.5

Published by DoctorMcKay over 4 years ago

  • Added openBoosterPack method (thanks to @itsjfx in PR #250)
  • Fixed editProfile and profileSettings to work with new Steam update
    • Some options to editProfile don't work for the moment:
      • background
      • featuredBadge
      • primaryGroup
node-steamcommunity - v3.41.4

Published by DoctorMcKay over 4 years ago

  • Fixed issue holding app open if everything else has shut down
node-steamcommunity - v3.41.3

Published by DoctorMcKay almost 5 years ago

  • Fixed hidden parameter missing from CSteamGroup#postAnnouncement
node-steamcommunity - v3.41.2

Published by DoctorMcKay almost 5 years ago

  • Added workaround for Steam error 2 when uploading the same image to chat twice
  • Added hidden parameter to postGroupAnnouncement (thanks to @Revadike in PR #233)
  • Fixed wrong year for user account creation date (thanks to @Heartz66 in PR #237)
node-steamcommunity - v3.41.0

Published by DoctorMcKay about 5 years ago

node-steamcommunity - v3.40.2

Published by DoctorMcKay about 5 years ago

  • Fixed cache_expiration being missing from own CS:GO items via getUserInventoryContents (it being missing from other users' items is unfortunately not fixable; blame Valve)
node-steamcommunity - v3.40.1

Published by DoctorMcKay about 5 years ago

  • Added better error handling if getUserInventoryContents is called with an invalid SteamID (thanks @Revadike in PR #225)
  • Removed anonymous usage statistics reporting
node-steamcommunity - v3.40.0

Published by DoctorMcKay over 5 years ago

node-steamcommunity - v3.39.0

Published by DoctorMcKay over 5 years ago

node-steamcommunity - v3.38.0

Published by DoctorMcKay almost 6 years ago

node-steamcommunity - v3.37.1

Published by DoctorMcKay over 6 years ago

  • Fixed issue with steamID property not being set if you either disable mobile login, or resume a session using cookies
node-steamcommunity - v3.37.0

Published by DoctorMcKay over 6 years ago

  • Added getUserProfileBackground method (thanks to @mert574)
  • Added postProfileStatus and deleteProfileStatus methods (issue #200)
node-steamcommunity - v3.36.2

Published by DoctorMcKay over 6 years ago

  • Bumped required request version due to possible vulnerabilities
  • Fixed "HTTP error 302" when editing your custom profile URL (issue #178)
node-steamcommunity - v3.36.1

Published by DoctorMcKay over 6 years ago

  • Fixed crash due to extra require for form-data module
node-steamcommunity - v3.36.0

Published by DoctorMcKay over 6 years ago

  • Fixed profileSettings for new profile settings UI
  • Added gameDetails and playtime to profileSettings
node-steamcommunity - v3.35.2

Published by DoctorMcKay over 6 years ago

  • Fixed getMarketItem not being fully-functional for non-CS:GO items (issue #196)
  • Fixed crashes if marketSearch finds some really broken items (well done Valve) (issue #197)
node-steamcommunity - v3.35.1

Published by DoctorMcKay over 6 years ago

  • Fixed some methods failing with error "options.uri is a required argument"