Releases: mobxjs/mst-gql
Releases · mobxjs/mst-gql
v0.12.2
v0.12.1
v0.12.1
v0.12.0
v0.11.1
- Reset query error after successful query #231 - reekris
- Add typescript enums for actions #233 - special-character
v0.11.0
- Adds support for --header flag to CLI. #209 - mwarger
- Update
localStorageMixin
to prevent stale local data. #225 - special-character
v0.9.0
- 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
- 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.