Skip to content

Releases: tocsoft/GraphQLCodeGen

Rollforward cli tool runtime

01 Apr 07:35

Choose a tag to compare

Pre-release

Internal CLi is build targetign netcoreapp3.1 to allow the msbuild strep to extecute it on linux when only net5.0 is installed we pass the rollforward "latest major" flag to allow it to run without retargeting.

Linux build issue

30 Mar 16:20

Choose a tag to compare

Linux build issue Pre-release
Pre-release

Fixes an issue while running under linux where it was using windows paths.

fix missing header

08 Mar 18:54

Choose a tag to compare

fix missing header Pre-release
Pre-release

add missing header for function flavor client

bug fix

08 Mar 17:36

Choose a tag to compare

bug fix Pre-release
Pre-release

fixed bug in typescript functions client that stops is generating compliable code.

npm script fix

07 Mar 22:37

Choose a tag to compare

npm script fix Pre-release
Pre-release

Fix issue where npm package thought it is in dev mode post publish

Updated parser + typescript flavors

07 Mar 22:03

Choose a tag to compare

Pre-release

uses an updated graphql parser (hotchocolates one) and adds build in client 'flavors' so i.e. the typescript client has a default class client based generator or a 'functions' flavor which exports a function instead.

Updated parser + typescript flavors

07 Mar 21:30

Choose a tag to compare

Pre-release

uses an updated graphql parser (hotchocolates one) and adds build in client 'flavors' so i.e. the typescript client has a default class client based generator or a 'functions' flavor which exports a function instead.

Updated parser + typescript flavors

07 Mar 21:15

Choose a tag to compare

Pre-release

uses an updated graphql parser (hotchocolates one) and adds build in client 'flavors' so i.e. the typescript client has a default class client based generator or a 'functions' flavor which exports a function instead.

actaully fix regression issue

23 Jul 09:52

Choose a tag to compare

Pre-release
v0.1-beta24

fix ifTemplate set

fix regression with template testing

23 Jul 09:49

Choose a tag to compare

Pre-release
v0.1-beta23

fall back scalers to strings where there isn't a well known alternative