Skip to content

Latest commit

 

History

History
64 lines (39 loc) · 3.89 KB

CHANGELOG.md

File metadata and controls

64 lines (39 loc) · 3.89 KB

CHANGELOG

0.7.1

  • update how optional types are generated. 150

0.7.0

  • 🎉 add new code to fix circular ref issues in typescript code. #140 - godness84

0.6.0

  • 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

0.5.0

  • Update example 5. #93 thanks zenflow!
  • Stop generating input types when format is js. #96
  • Drop the raw option for queries #103 - zenflow
  • Deduplicate identical concurrent query requests #100 - zenflow

0.4.1

0.4.0

Note

This release has changed how the user editable model files are generated when using typescript.

See https://github.com/mobxjs/mst-gql/pull/76/commits/6d98650f82934fdd47a6cf998119560ca306823c for an example of migrating these files to the new version.

0.3.5

  • fix types on data returned from userQuery 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

0.2.0

  • support input types, see #36 by elie222
  • support interface and union field types, see #23 by dpnolte