Skip to content

v0.8.0

Compare
Choose a tag to compare
@chrisdrackett chrisdrackett released this 09 Apr 16:42
c76bc37
  • Allow LIST to be optional in TS. 174 - Aryk
  • Generate model names that match JS conventions by default, add escape hatch option to opt-out - 155 - beepsoft
  • Better error handling around reserved model names. 192 - Matth10
  • Remove example project yarn.lock files to reduce the "github auto PR" noise.

⚠️ Note

mst-gql now generates model names matching JS conventions by default. If you are upgrading from a pre-0.8.0 release this may result in different names being geneated when you scaffold. If you don't wish to update your names or want to wait, use the new --dontRenameModels option to keep your current model names.