Fixed crash if author data isn't available in a group announcement (issue #182, fixed by @borianm in PR #183)Deprecated getInventoryHistory, which will stop working in the near future and won't be updatedUse the WebAPI's GetTradeHistory method instead View on GitHub
Added disk persistence, which reduces memory usage for the asset cache (when a language is set in the constructor)Added constructor options: dataDirectory, gzipData, savePollData View on GitHub
In getExchangeDetails output, if you have a language set in your constructor, item objects will be EconItem objects with item description detailsFixed market_actions in EconItem objects being an object with numeric keys instead of an array View on GitHub
Fixed Chinese languages not workingUse tzh for traditional ChineseUse szh for simplified ChineseFixed item descriptions retrieved using getUserInventoryContents not being localized in selected language View on GitHub
Added force option to gamesPlayedAdded playingState eventAdded kickPlayingSession methodFixed getOwnedApps, getOwnedDepots, ownsApp, and ownsDepot not taking into account package expiration times (e.g. free weekends) View on GitHub