Releases: khaosdoctor/gotql
Releases · khaosdoctor/gotql
[ALPHA] Fragment support
🌵 Features:
- Add initial support for fragments (#55)
v2.0.6
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]