Skip to content

Releases: gucheen/fetchql

v3.0.0

27 Nov 07:05
983215b
Compare
Choose a tag to compare
  • add: new TypeScript declaration file(.tsd). #9
  • fix: eslint issues
  • update deps: npm-run-all, to prevent security problems caused by event-stream(detail: dominictarr/event-stream#116)

v2.3.0: Fix ts declaration file

01 Sep 02:32
fc86574
Compare
Choose a tag to compare
v2.3.0: Fix ts declaration file

v2.2.1

06 Mar 06:53
Compare
Choose a tag to compare

fix minor bugs

Added support for ES modules by default

01 Dec 02:38
Compare
Choose a tag to compare

Now FetchQL distribute an ES module(./lib/fetchql.es.js) by default and you can simplely import FetchQL by import fetchql from 'fetchql'.

For details, please refer to PR: Added support for ES modules by default.

v2.1.0

26 Jul 09:55
Compare
Choose a tag to compare

feature: 'requestOptions' to set default fetch request options and change it in query method

2.0.1

21 Feb 09:53
Compare
Choose a tag to compare
  • fix: omitEmptyVariables haven’t remove properties correctly.
  • update: now reject errors will have a default error message, if server-side doesn’t throw any errors.

2.0.0

09 Feb 09:37
Compare
Choose a tag to compare
  • breaking changes: Source code has been moved into ./src and distributed file goes to ./lib;
  • breaking changes: Distributed file(./lib/fetchql.js) is unminified now.
  • feature: remove empty string('') or null values in query variables.