Skip to content

Releases: jd1378/deno-steam-trader

v0.4.0

12 Jul 11:03
Compare
Choose a tag to compare

fixes issues that prevent from importing and using this module

v0.3.0

10 Jul 11:04
Compare
Choose a tag to compare

updated fetch goody dependency and evt to use the latest deno features. I recommend updating to this version as fast as possible if you are using this steam trader.

v0.2.0

22 Mar 17:31
Compare
Choose a tag to compare
  • use EVT instead of event emitter, which enforces type safety.

v0.1.4

11 Feb 13:21
Compare
Choose a tag to compare
  • updated another_cookiejar to v4.0.0

v0.1.3

11 Feb 11:29
Compare
Choose a tag to compare
  • await internal offer _update call. fixes issue with getDescription: true not working.

v0.1.2

11 Feb 10:26
Compare
Choose a tag to compare
  • allow overriding default options such as saveCookies, loadCookies and ... when using createTradeManager helper function

also from unreleased v0.1.1:

  • updated fetch_goody to v3.0.1
  • correctly handle forms as form url encoded string instead of multipart/form-data

v0.1.0

10 Feb 07:58
Compare
Choose a tag to compare

Initial release