Skip to content

Releases: almic/steam-js-api

Version 1.1.0

13 Jan 20:39
1126576
Compare
Choose a tag to compare

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

27 Jan 05:47
d529155
Compare
Choose a tag to compare

Officially the real first release. Nothing major however since the previous release.

Changes

  • The items property from getGameItemPrices() in SteamEconomy 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() and getServerStatus(). 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

23 Jan 02:06
8b130b7
Compare
Choose a tag to compare

Changes

  • Add Travis CI building

New Stuff

  • Check prices of purchasable in-game items for economy apps

Version 0.2.0

20 Jan 23:40
6196018
Compare
Choose a tag to compare

Breaking Changes

  • Fixed appID and appid naming inconsistency. Will always be appID from now on.

New Stuff

  • Trade history
  • Item lookup

Version 0.1.5

19 Jan 02:35
b814eaa
Compare
Choose a tag to compare

Changes

  • Added custom object definition for CS: GO stats, read more here
  • Reduced size of wiki pages

Version 0.1.4

16 Jan 05:01
ec28748
Compare
Choose a tag to compare

So I guess this is the first actual release, how exciting!

Features

  • IPlayerService supported
  • ISteamUser supported
  • ISteamUserStats 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.