Releases: gucheen/fetchql
Releases · gucheen/fetchql
v3.0.0
27 Nov 07:05
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
v2.3.0: Fix ts declaration file
v2.2.1
06 Mar 06:53
Compare
Sorry, something went wrong.
No results found
Added support for ES modules by default
01 Dec 02:38
Compare
Sorry, something went wrong.
No results found
v2.1.0
26 Jul 09:55
Compare
Sorry, something went wrong.
No results found
feature: 'requestOptions' to set default fetch request options and change it in query method
2.0.1
21 Feb 09:53
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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.