Releases: mobxjs/mst-gql
Releases · mobxjs/mst-gql
v0.17.3
What's Changed
- fix parse config fieldOverrides by @AlanDellonSchwartzman in #449
New Contributors
- @AlanDellonSchwartzman made their first contribution in #449
v0.17.2
v0.17.1
v0.17.0
- Passing the
--header
flag multiple times is now supported - Download remote schemas using a POST request instead of Apollo
- Add a centralized logger with colour support, toggleable via
--disableLogColors
flag or equivalent config option - Add a debug mode, toggleable by the
--debug
flag orDEBUG
environment variable - Add a
--help
flag and improve the existing help dialog - Improve CLI experience when user provides no schema
- Re-add support for GraphQL 14 and 15
- Upgrade to React 18
- Switch CI from CircleCI to GitHub Actions
- Add support of type import to --fieldOverrides #375 - dmytro-shpak
- Update next.js mobx, mobx-react and mobx-state-tree versions #376 - Amosel
- Scaffold nullable types as "(type | null)" #378 - smokku
- Add support for
graphql-ws
(subscriptions only) #381 - ChrisABryant
v0.15.0
0.14.1
0.14.0
- Fix interface generation/references. #288 - special-character
- Fix ts-node-dev option in example. #293 - yasinuslu
- Add MobX 6 Support. #294 - BradenM
- Fix for comma between lines importing union types in RootStore.Base.ts. #300 - emckay
- Expose Clients for later initiation. #303 - BradenM
- Bump node-notifier from 8.0.0 to 8.0.1. #307 - dependabot
- Fix broken snapshot. #315 - emckay