Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 544 Bytes

CHANGELOG.md

File metadata and controls

23 lines (12 loc) · 544 Bytes

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