Skip to content

Releases: tocsoft/GraphQLCodeGen

Rollforward cli tool runtime

Pre-release

Choose a tag to compare

@tocsoft tocsoft released this 01 Apr 07:35

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

Linux build issue Pre-release
Pre-release

Choose a tag to compare

@tocsoft tocsoft released this 30 Mar 16:20

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

fix missing header

fix missing header Pre-release
Pre-release

Choose a tag to compare

@tocsoft tocsoft released this 08 Mar 18:54

add missing header for function flavor client

bug fix

bug fix Pre-release
Pre-release

Choose a tag to compare

@tocsoft tocsoft released this 08 Mar 17:36

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

npm script fix

npm script fix Pre-release
Pre-release

Choose a tag to compare

@tocsoft tocsoft released this 07 Mar 22:37

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

Updated parser + typescript flavors

Pre-release

Choose a tag to compare

@tocsoft tocsoft released this 07 Mar 22:03

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

Pre-release

Choose a tag to compare

@tocsoft tocsoft released this 07 Mar 21:30

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

Pre-release

Choose a tag to compare

@tocsoft tocsoft released this 07 Mar 21:15

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

Pre-release

Choose a tag to compare

@tocsoft tocsoft released this 23 Jul 09:52
v0.1-beta24

fix ifTemplate set

fix regression with template testing

Pre-release

Choose a tag to compare

@tocsoft tocsoft released this 23 Jul 09:49
v0.1-beta23

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