Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Releases: timkendall/tql

v1.0.0-rc.10

29 Jul 03:14
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

Generated by auto-changelog.

v1.0.0-rc.10

28 July 2022

  • Update yargs and accept output file path in CLI #116
  • Bump to 1.0.0-rc.10 822fc17

v1.0.0-rc.9

04 Jun 20:19
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

Generated by auto-changelog.

v1.0.0-rc.9

4 June 2022

  • Add support to pass http headers when running codegen cli #113
  • Bump to 1.0.0-rc.9 05a8117

v1.0.0-rc.8

30 Apr 06:22
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

Generated by auto-changelog.

v1.0.0-rc.8

29 April 2022

v1.0.0-rc.7

29 Apr 01:58
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

Generated by auto-changelog.

v1.0.0-rc.7

28 April 2022

  • Add SelectionResult type to make type alias extraction easier #111
  • Bump to 1.0.0-rc.7 f253d17

v1.0.0-rc.6

15 Apr 17:33
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

Generated by auto-changelog.

v1.0.0-rc.6

15 April 2022

  • Add support for latest graphql-js #108
  • Faster codeformatter #94
  • Add examples of basic usage e31ecb6
  • Upgrade to Jest 27 7bcde9b
  • Upgrade to typescript@4.5.4 f9071b5

v1.0.0-rc.5

02 Jan 22:36
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

Generated by auto-changelog.

v1.0.0-rc.5

2 January 2022

  • Properly print list scalar input types (closes #93) #93
  • Don't require schema definition in SDL for codegen (closes #91) #91
  • Strip directive definitions from codegen output (closes #92) #92

v1.0.0-rc.4

11 Dec 18:30
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

Generated by auto-changelog.

v1.0.0-rc.4

11 December 2021

  • Fix buildVariableDefinitions to use proper root type 30c3114
  • Bump to 1.0.0-rc.4 08bdb62
  • Bump to 1.0.0-rc.3 a40c729

v1.0.0-rc.3

09 Dec 15:55
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

Generated by auto-changelog.

v1.0.0-rc.3

9 December 2021

  • Configure website google analytics #90
  • Create docs/ and website/ #89
  • Use PNPM in CI workflows 61f15c1
  • Fix buildVariableDefinitions 36d5abb
  • Update current limitations doc 4e77c4e

v1.0.0-rc.2

25 Nov 21:31
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

Generated by auto-changelog.

v1.0.0-rc.2

25 November 2021

  • Highlight core features in README ae2934f
  • Correctly build GraphQLSchema object in generated SDK 6813a65
  • Exclude test files from release builds 1b56242

v1.0.0-rc.1

25 Nov 20:54
fe1a113
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

Generated by auto-changelog.

v1.0.0-rc.1

25 November 2021

  • Ast rewrite #88