Releases: mobxjs/mst-gql
Releases · mobxjs/mst-gql
v0.5.0
v0.4.1
- stop removing related fields with args. #86 by beepsoft
- further updates on type for
data
fromuserQuery
#89 by mattiasewers
v0.4.0
- update example 1, 2, 3, and 5 so they run #69 by mweststrate / chrisdrackett
- Fixed generated types for all queries and helpers #69 by mweststrate
- Fixed generation of input types #69 by mweststrate
- Fixed generation for recursive types #69 by mweststrate
Note
This release has changed how the user editable model files are generated when using typescript.
See 6d98650 for an example of migrating these files to the new version.
v0.3.5
- fix types on
data
returned fromuserQuery
to match the shape of data. Thanks mattiasewers for #77 and #81
0.3.4
- fix
promise.finally
issue that caused an error when used in react-native, see #79 by chrisdrackett
0.3.3
- update
localStorageMixin
to support being used with react native, see #64 by chrisdrackett
0.3.0
- switch from
maybe
tomaybeNull
to better match graphql standards, see #52 by pvpshoot - add better support for enums in typescript #56, #58 by chrisdrackett
- support for outputting into folders vs. flat #60 by Zyc0017
- added support for using a config file #14 by JoviDeCroock