Skip to content

Version: 1.3.0

Compare
Choose a tag to compare
@g9d g9d released this 09 Dec 07:31
· 715 commits to master since this release
4b7839c

1.3.0 - Dec 8, 2020

New

  • net.query method . Performs custom graphql query that can be copied directly from the playground.
  • net.suspend and net.resume methods for disabling and enabling network activity. One of the possible use-cases is to manage subscriptions when a mobile application is brought to the background and into the foreground again.
  • Inline JSDoc comments.

Fix

  • Failed downloads issues.