Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 1.49 KB

CHANGELOG.md

File metadata and controls

28 lines (15 loc) · 1.49 KB

v0.9.3, 2019-Mar-25

  • Return _headers in stream creation errors as well

v0.9.1, 2019-Jan-16

  • Fix encoding of special characters in direct messages (#38)

v0.9, 2019-Jan-06

Breaking changes

  • .post() now only takes two parameters: the resource and the body/parameters. If you were previously passing null for the body, just delete that, and the next parameter will become the body.

Changes

v0.8, 2018-Dec-13

  • Encode special characters in the POST body (fix #36)

v0.7, 2018-Jul-26

Breaking changes