Releases: khaosdoctor/gotql
Releases · khaosdoctor/gotql
Using Jest
This release does not include any breaking change for the user.
🦋 Improvements:
v1.8.4
🐛 Bugs:
- Add support for array arguments (#35)
v1.8.3
🐛 Bugs:
- Add support for null arguments (#33)
- Fix problem with wrong parsing of non-string arguments (#33)
v1.8.1
🐛 Bugs:
- Add support for null arguments (#33)
- Fix problem with wrong parsing of non-string arguments (#33)
v1.7.0
🌵 Features:
- Add support for nested arguments (#29)
v1.6.1
🐛 Bugfixes:
- Fix empty declaration file in
index.ts
(#23)
v1.6.0
🌵 New Features:
- Allow fields and nested fields to have arguments within them (#20)
🦋 Improvements:
- All dependencies have been updated to the latest version
v1.5.0
🦋 Improvements:
- Makes Got instance customizable (#17)
Refactor to Typescript
🌵 Features:
- GotQL now uses
debug
to internally debug the code
🦋 Improvements:
- Full refactor to Typescript, fixing #6