Skip to content

Releases: mobxjs/mst-gql

v0.17.2

04 Feb 16:24
0b7b51f
Compare
Choose a tag to compare
  • Fix tests
  • Bump version of various packages suggested by dependabot
  • Fix MSTGQLStore.subscribe() when a DocumentNode is passed as query by @beepsoft in #396

Full Changelog: 0.17.1...0.17.2

v0.17.1

19 Jul 21:23
74dfa56
Compare
Choose a tag to compare
  • Use Pinst to fix postinstall scripts running when installing mst-gql

v0.17.0

19 Jul 03:18
49f5714
Compare
Choose a tag to compare
v0.17.0 Pre-release
Pre-release
  • 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 or DEBUG 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

19 Apr 21:40
1ee335c
Compare
Choose a tag to compare
  • Fix handling of union of root types. #348 - smokku
  • Introduced support for AbortController in GraphQL HTTP requests #355 - wtuminski
  • Added support for field parameters #349 - smokku
  • Package version upgrades, fixed TS errors, other bugs #337 - jkolyer

0.14.1

19 Apr 22:20
Compare
Choose a tag to compare

0.14.0

27 Mar 05:58
Compare
Choose a tag to compare

v0.13.0

23 Sep 19:43
0b4dba6
Compare
Choose a tag to compare

v0.12.5

23 Sep 19:46
Compare
Choose a tag to compare
  • Fix running scaffold when installing with npm. #265 - jvcmanke

v0.12.3

30 Jul 17:50
51df724
Compare
Choose a tag to compare
  • Add ability to handle errors yourself when using subscriptions. #261 - zpalin

v0.12.2

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