Skip to content

Releases: mobxjs/mst-gql

v0.12.2

28 Jul 20:03
Compare
Choose a tag to compare
  • Support using union types in actions in RootStore.base #257

v0.12.1

28 Jul 19:01
Compare
Choose a tag to compare
v0.12.1

v0.12.0

08 Jul 20:53
104d0a9
Compare
Choose a tag to compare
  • Suppot for non-object return values. These currently are not stored in the store automatically. #246
  • Add Type suffix to MST enum types to avoid clash with typescript value #238 - beepsoft

v0.11.1

19 May 16:24
4c0ead4
Compare
Choose a tag to compare

v0.11.0

08 May 16:03
3b0d4a5
Compare
Choose a tag to compare

v0.9.0

09 Apr 16:57
923c618
Compare
Choose a tag to compare
  • Enum's no longer get Model added to their name. This is a small breaking change from 0.8.0.

⚠️ Note (repeated from 0.8.0)

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.

v0.8.0

09 Apr 16:42
c76bc37
Compare
Choose a tag to compare
  • 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.

v0.7.1

04 Dec 23:43
635da9f
Compare
Choose a tag to compare
  • update how optional types are generated. 150

v0.7.0

20 Nov 22:15
7902a33
Compare
Choose a tag to compare
  • 🎉 add new code to fix circular ref issues in typescript code. #140 - godness84

v0.6.0

04 Oct 21:43
Compare
Choose a tag to compare
  • add a new ModelBase file that all models extend that can be edited. #106 - zenflow
  • CLI alert on unexpected files in models folder. #113 - RXminuS
  • Use undefined to mean not loaded, use null to mean gql null #102 - zenflow