See PR #165 Changes from beta 2: Reverted new protobuf-decoding behavior of filling in default values instead of null for omitted fieldsFixes #207last_seen_online is now a Date object in the user eventMade all enums inside the .proto files available through SteamUser (e.g. SteamUser.EChatRoomJoinState)Wrote most of the docs for the new chat room clientFixed some issues with data not being properly formatted in the new chat room clientAdded new methods to the new chat room clientgetClanChatGroupInfodeleteChatMEssagesinviteUserToGroupkickUserFromGroup View on GitHub
See PR #165 Changes from beta 1: Fixed crash resulting from improper variable capitalization (thanks @fjexe in PR #201)/commands sent by bots in chat will now be properly interpreted by SteamAll callbacks are now appropriately marked as optional in jsdoc View on GitHub
requestPasswordChangeEmail and changePassword are now deprecated as they no longer workImproved error handling when using proxies that aren't working properly View on GitHub
Fixed errors if you pass appID and depotID as strings instead of ints to getDepotDecryptionKeyFixed crash if a cached local file is corrupt when trying to retrieve depot decryption keys View on GitHub
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) View on GitHub
Fixed getMarketApps not returning everythingFixed Node.js process being kept running unnecessarilyAdded getGemValue and turnItemIntoGemsAdded getGiftDetails and redeemGift View on GitHub