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
Fixed default (question mark) avatar URLs (thanks @LulzFTW in PR #150)Added deprecation notice to createAccount and made it throw an Error when called since it doesn't work anymoreAdded getAssetClassInfo methodAdded experimental app auth stuff; see documentation View on GitHub
Fixed CDN auth token retrieval (thanks @Step7750 in PR #147)Removed unnecessary console.log which was left over from debugging (thanks @Robinlemon in PR #149)Fixed corrupt currency symbols (thanks @welwood08 in PR #120)Added optional boolean parameter to getProductInfo to automatically retrieve access tokens as needed (thanks @Royalgamer06 in PR #129)Fixed issue with getOwnedApps and getOwnedDepots causing them to take a very long time for accounts which own many licenses (issue #144) View on GitHub
Fixed problems with poll timers at startup (PRs #237, #238)Updated getOfferToken to use node-steamcommunity's new getTradeURL methodUpdated EResult View on GitHub