Releases: khaosdoctor/gotql
Releases · khaosdoctor/gotql
v2.2.0
What's Changed
- add initial support for fragments by @khaosdoctor in #81
Full Changelog: v2.0.8...v2.2.0
v2.0.8
What's Changed
- added support for array args with more than one item by @gregdrizz in #80
New Contributors
- @gregdrizz made their first contribution in #80
Full Changelog: v2.0.7...v2.0.8
[ALPHA] Fragment support
🌵 Features:
- Add initial support for fragments (#55)
v2.0.6
🐛 Bugs:
- Fix small typo on jsdoc
v2.0.5
🐛 Bugs:
- Fix issue where falsy variables are treated as undefined when using JS (#56 thanks @vaidkaran)
v2.0.4
Publish release
2.0.3
No changes, just for testing purposes
v2.0.2
v2.0.1
GotQL arrives to version 2! 🥳
Breaking Changes
💥 Since this new version only supports Node 10+, so does GotQL.
Other changes
🌵 Features:
- Add support for HTTP2 flag as of got release 11
🦋 Improvements:
- Fix a bunch of small bugs
- Fix audit warnings
- Remove unused typings
- Update to TS 3.9
v1.9.0
🌵 Features:
- Add new template helper called
literal
as suggested by @franciscolourenco on #36 (thanks @tiago154) [#47]