Skip to content

Releases: jzimr/steam-market-api

Small bug fix where "==" was used instead of "equals" to compare two string values in enum

Choose a tag to compare

@jzimr jzimr released this 28 Jul 11:48
v1.041

fix: comparing two strings by using "==" instead of "equals"

Add possibility to convert AppID and ItemType raw enum values to enum class object

Choose a tag to compare

@jzimr jzimr released this 28 Jul 11:00
v1.04

feat: add possibility to convert raw enum value to enum class

Ensure only CSGO items can be categorized into "type". Other game items will currently be put into "Uncategorized"

Choose a tag to compare

@jzimr jzimr released this 24 Jun 12:05
v1.03

fix: ensure categorization only works for csgo, other applications sh…

Add item type to market search API and fix cookie issue

Choose a tag to compare

@jzimr jzimr released this 23 Jun 08:16
v1.02

feat: add 'type' field to market search items

First release

Choose a tag to compare

@jzimr jzimr released this 21 Jun 12:34
e61373f

The .jar includes dependencies as well, so no need to add via Maven

Better .jar file

Choose a tag to compare

@jzimr jzimr released this 21 Jun 15:58
900f6c9
v1.01

Update README.md