Releases: almic/steam-js-api
Releases · almic/steam-js-api
Version 1.1.0
i hate github tagging, stupid "unverified" tag on a verified commit like how???
Changes
- Test updates: more color, debug option, and a new test
- Error results no longer squash data
- Requests return the URI now, to assist in error handling for devs
Version 1.0.0
Officially the real first release. Nothing major however since the previous release.
Changes
- The
items
property fromgetGameItemPrices()
inSteamEconomy
is an array now, like it should've been.
New Stuff
- Individual trade offer lookup does exist, and it's at
getTradeOffer()
now! - Loads of CSGO functions, specifically
getMapPlaytime()
andgetServerStatus()
. However, the following functions are also available in the CSGO object, which are identical to the existing functions, but don't need an appID:getGlobalAchievements()
getCurrentPlayers()
getAchievements()
getGameSchema()
getStats()
getItemInfo()
getGameItemPrices()
And everything from the past, too.
Version 0.2.1
Changes
- Add Travis CI building
New Stuff
- Check prices of purchasable in-game items for economy apps
Version 0.2.0
Breaking Changes
- Fixed
appID
andappid
naming inconsistency. Will always beappID
from now on.
New Stuff
- Trade history
- Item lookup
Version 0.1.5
Changes
- Added custom object definition for CS: GO stats, read more here
- Reduced size of wiki pages
Version 0.1.4
So I guess this is the first actual release, how exciting!
Features
IPlayerService
supportedISteamUser
supportedISteamUserStats
partially supported- A special
getGroupInfo
function to get detailed group info
Please look at the wiki for detailed documentation on how to use this.
Trust me, it is at least 10x better than Volvo's documentation.