Skip to content

Releases: khaosdoctor/gotql

v1.8.3

01 May 02:04
v1.8.3
9e3cb04
Compare
Choose a tag to compare

🐛 Bugs:

  • Add support for null arguments (#33)
  • Fix problem with wrong parsing of non-string arguments (#33)

v1.8.1

01 May 01:54
v1.8.1
e5b21ab
Compare
Choose a tag to compare

🐛 Bugs:

  • Add support for null arguments (#33)
  • Fix problem with wrong parsing of non-string arguments (#33)

v1.7.0

11 Oct 20:31
v1.7.0
d705e91
Compare
Choose a tag to compare

🌵 Features:

  • Add support for nested arguments (#29)

v1.6.1

24 Sep 14:50
v1.6.1
2c77d88
Compare
Choose a tag to compare

🐛 Bugfixes:

  • Fix empty declaration file in index.ts (#23)

v1.6.0

07 Sep 21:43
v1.6.0
97b539d
Compare
Choose a tag to compare

🌵 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

07 Sep 21:41
v1.5.0
dabbf01
Compare
Choose a tag to compare

🦋 Improvements:

  • Makes Got instance customizable (#17)

Refactor to Typescript

19 Aug 22:46
v1.4.1
7166452
Compare
Choose a tag to compare

🌵 Features:

  • GotQL now uses debug to internally debug the code

🦋 Improvements:

  • Full refactor to Typescript, fixing #6

v1.3.12

23 Apr 17:55
v1.3.12
c92d56e
Compare
Choose a tag to compare

Alias to 1.3.11

v1.3.11

23 Apr 17:43
v1.3.11
11b5edf
Compare
Choose a tag to compare

Changelog

🐛 Bugs:

  • Fixes issue when boolean arguments were passed, described on #4

Stable

12 Apr 14:20
a111963
Compare
Choose a tag to compare

Some issues were reported on linters and transpilers. So, since I'm fixing node version >=7 there's no need to use babel, so I removed it from the package and updated all the references to get straight from src

Changelog

+ Add file list to package.json so useless files won't come along on download
* Fix bug with Babel that was causing the entire package to fail to build
- Removed dist folder