Skip to main content
Module

x/steam_trader/CHANGELOG.md

https://deno.land/x/steam_trader
Latest
File

Changelog

v0.2.0

  • use EVT instead of event emitter, which enforces type safety.

v0.1.4

  • updated another_cookiejar to v4.0.0

v0.1.3

  • await internal offer _update call. fixes issue with getDescription: true not working.

v0.1.2

  • allow overriding default options such as saveCookies, loadCookies and … when using createTradeManager helper function

v0.1.1

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