Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 626 Bytes

CHANGELOG.md

File metadata and controls

26 lines (15 loc) · 626 Bytes

Change Log

Konnektid Fork

  • Passing down all http options from constructor to fetch

v1.3.2

  • Some code cleanup and potentially fix: #3

v1.3.0

  • Add react native support. See: 1598111

v1.2.0

  • Able to require normally via require('lokka-transport-http').Transport;

v1.1.0

  • Handle 200 and 400 status code separately. Throw errors for others.
    • 200 is for success
    • 400 is for when there is a GraphQL Error

v1.0.0

  • Initial release