• v3.0.0 983215b540

    v3.0.0 Stable

    gucheen released this 2018-11-27 15:01:58 +08:00 | 23 commits to master since this release

    • 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)
    Downloads
  • v2.3.0 fc86574e52

    gucheen released this 2018-09-01 10:30:27 +08:00 | 29 commits to master since this release

    Downloads
  • v2.2.1 0f4d1779da

    v2.2.1 Stable

    gucheen released this 2018-03-06 14:49:32 +08:00 | 32 commits to master since this release

    fix minor bugs

    Downloads
  • v2.2.0 cca5cc0d24

    gucheen released this 2017-11-30 09:26:41 +08:00 | 46 commits to master since this release

    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.

    Downloads
  • v2.1.0 bf56205526

    Stable

    gucheen released this 2017-07-25 16:32:38 +08:00 | 57 commits to master since this release

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

    Downloads
  • v2.0.1 4d08c683b4

    2.0.1 Stable

    gucheen released this 2017-02-21 10:13:25 +08:00 | 60 commits to master since this release

    • 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.
    Downloads
  • v2.0.0 ec2935290c

    2.0.0 Stable

    gucheen released this 2016-12-12 10:53:39 +08:00 | 69 commits to master since this release

    • 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.
    Downloads