-
v3.0.0 Stable
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
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
released this
2018-09-01 10:30:27 +08:00 | 29 commits to master since this releaseDownloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
v2.2.1 Stable
released this
2018-03-06 14:49:32 +08:00 | 32 commits to master since this releasefix minor bugs
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
released this
2017-11-30 09:26:41 +08:00 | 46 commits to master since this releaseNow FetchQL distribute an ES module(
./lib/fetchql.es.js) by default and you can simplely import FetchQL byimport fetchql from 'fetchql'.For details, please refer to PR: Added support for ES modules by default.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
released this
2017-07-25 16:32:38 +08:00 | 57 commits to master since this releasefeature: 'requestOptions' to set default fetch request options and change it in query method
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
2.0.1 Stable
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
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
2.0.0 Stable
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
./srcand distributed file goes to./lib; - breaking changes: Distributed file(
./lib/fetchql.js) is unminified now. - feature: remove empty string(
'') ornullvalues in query variables.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- breaking changes: Source code has been moved into