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.27.2

Published by DoctorMcKay about 8 years ago

  • Made it possible to disable well-formed JSON check
node-steamcommunity - v3.27.1

Published by DoctorMcKay about 8 years ago

  • Fixed previous profile URL being cached after a SteamCommunity object is logged into another account (thanks @Pavelas in PR #130)
node-steamcommunity - v3.27.0

Published by DoctorMcKay about 8 years ago

  • Added acceptConfirmationForObject convenience method
  • Added accountAlerts to getNotifications (thanks @Ne3tCode for the insight)
  • Fixed problem retrieving WebAPI key when using non-English language (thanks @SzymonLisowiec in PR #128)
node-steamcommunity - v3.26.1

Published by DoctorMcKay about 8 years ago

  • Fixed cookies not being set for non-steamcommunity.com domains following login
  • Fixed cookie secure flag not being set
node-steamcommunity - v3.26.0

Published by DoctorMcKay about 8 years ago

  • Cookies are now set for all Steam domains
  • getNotifications now uses the new JSON endpoint, which contains additional notification types (gameTurns, moderatorMessages, helpRequestReplies)
node-steamcommunity - v3.25.0

Published by DoctorMcKay about 8 years ago

  • Pull trade offer and market listing IDs directly from the confirmations page, eliminating the need for a second request
node-steamcommunity - v3.24.0

Published by DoctorMcKay about 8 years ago

  • Fixed getInventoryHistory to work with Steam's new paging mechanism
    • It's a bit confusing now. See the wiki for info on how it works.
node-steamcommunity - v3.23.3

Published by DoctorMcKay about 8 years ago

  • Fixed double HTTP request callbacks for some HTTP errors
node-steamcommunity - v3.23.2

Published by DoctorMcKay about 8 years ago

  • Fixed potential crashes when JSON endpoints respond with non-JSON (issue #122)
node-steamcommunity - v3.23.1

Published by DoctorMcKay about 8 years ago

  • Fixed some cases where the session could expire while using webchat and we wouldn't know
node-steamcommunity - v3.23.0

Published by DoctorMcKay over 8 years ago

  • Added ability to act on multiple confirmations in respondToConfirmation
  • Added acceptAllConfirmations method
node-steamcommunity - v3.22.0

Published by DoctorMcKay over 8 years ago

  • Added getUserAliases method (thanks to @andrewda in PR #117)
node-steamcommunity - v3.21.2

Published by DoctorMcKay over 8 years ago

  • Fixed market search results including very incorrect prices
  • Fixed market search results including query strings in market_hash_name (bug #113)
node-steamcommunity - v3.21.1

Published by DoctorMcKay over 8 years ago

  • Requests now give a Family View Restricted error instead of HTTP error 403 if the source of the error was Family View
node-steamcommunity - v3.21.0

Published by DoctorMcKay over 8 years ago

node-steamcommunity - v3.20.0

Published by DoctorMcKay over 8 years ago

  • Added ability to edit group events (thanks @luop90 in PR #105)
  • Fixed inability to pass an object containing a server IP and password to scheduleGroupEvent (also fixed in PR #105)
node-steamcommunity - v3.19.10

Published by DoctorMcKay over 8 years ago

  • Fixed a crash if no data is received from a webchat poll
  • Added chatLogOnFailure event
node-steamcommunity - v3.19.9

Published by DoctorMcKay over 8 years ago

  • Fixed Error objects originating from trade errors having their messages start with "Error: "
node-steamcommunity - v3.19.8

Published by DoctorMcKay over 8 years ago

  • Fixed profile URL cache always being deleted when editing profile
node-steamcommunity - v3.19.7

Published by DoctorMcKay over 8 years ago

  • Steam profile URL is now cached for a short time so it doesn't need to be requested all the time in methods that require it