-
-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: release 0.17.0 #382
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* style: update .prettierignore * style: run files inside `src` dir through Prettier * style: run `examples` directory through Prettier * refactor: check-in models generated by example 6 * feat: add a centralized logger with colour support * refactor: add missing change notes for v0.16.0 * refactor: UX improvements, see CHANGELOG.md for v0.17.0 apologies to anyone looking for several smaller commits, this started as a bugfix and ended up a polishing operation * refactor: add GitHub CI workflow file * chore: update yarn.lock * fix: regenerate models for example 4, including PatchSize * feat: wait for API servers to be online, then launch clients * fix: upgrade example 1 to Parcel v2 * refactor: use gql-sdl instead of apollo CLI * fix(examples): skip checking Typescript libraries * fix(generator): follow HTTP redirects, send JSON header * chore: check Yarn release v3.2.1 into VCS * feat: add .editorconfig * feat: upgrade to Yarn v3, enable Yarn workspaces * refactor: migrate to Husky v8 * fix: remove presets from .babelrc to appease Parcel * fix: give each example a unique package name * refactor: break apart test command into smaller pieces * style: format RootStore.base.ts, package.json bin entry * feat: integrate syncpack to keep library versions consistent * refactor: harmonize dependency versions across every package.json * fix: Yarn-ify CRA test, add patch to force CRA to use Yarn * refactor: run format command as part of tests * fix(ci): use proper Yarn 3 install command * fix(ci): typo in script name * refactor(ci): break apart test job * fix: don't run redundant Yarn installs * fix(ci): build mst-gql before attempting to test it * refactor(ci): remove CircleCI * style: format package.json files using Syncpack * chore: update CHANGELOG.md
One more fragment in fieldOverrides allows to import type definition from file. May be used for custom scalars support with MST type.custom()
…ments. Subscribe for graphql-ws client no longer throws on error, only does console.error
# Conflicts: # examples/5-nextjs/package.json
This was referenced Jul 19, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.