-
-
Notifications
You must be signed in to change notification settings - Fork 553
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: mswjs/msw
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.45.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: mswjs/msw
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.47.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 9 commits
- 27 files changed
- 7 contributors
Commits on Aug 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b93aca9 - Browse repository at this point
Copy the full SHA b93aca9View commit details
Commits on Aug 30, 2022
-
feat(package): update typescript to v4.8 (#1375)
* feat(package): update typescript to v4.8 * ci: add ts 4.8 to build matrix * chore(jest): remove unused import * fix(ts): correct types * chore(deps): update type-fest to v2
Configuration menu - View commit details
-
Copy full SHA for 631f629 - Browse repository at this point
Copy the full SHA 631f629View commit details -
feat: fix a typo in the worker script
Co-authored-by: Artem Zakharchenko <kettanaito@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 62f7c4d - Browse repository at this point
Copy the full SHA 62f7c4dView commit details -
fix: add "listHandlers" method to server and worker (#1369)
* feat(createsetupserver.ts): add listHandlers method that returns active handlers * fix(setupServer): return readonly array in "listHandlers()" * feat(setupWorker): add "listHandlers()" method * test(toReadonlyArray): ensure source is intact Co-authored-by: Artem Zakharchenko <kettanaito@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 18f5778 - Browse repository at this point
Copy the full SHA 18f5778View commit details
Commits on Aug 31, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 083dd9a - Browse repository at this point
Copy the full SHA 083dd9aView commit details
Commits on Sep 1, 2022
-
fix(deps): include "graphql" as a dependency (#1381)
* fix(package.json): make graphql non-optional peerDependency this makes the graphql peer dependency required. While the hope is to eventually avoid the need to require the graphql library for users who don't declare graphql requests directly, the current architecture means that many tools fails to properly compile without error/warning without this. Since NPM 7, npm will automatically install peer dependencies, which should avoid consumers of msw having to manually install graphql. re #1371 * refactor: graphql imported by import instead of require removes the previous attempt at making graphql optional by lazily requiring it instead of importing it. This didn't have the intended affect of helping to avoid parsing in many environments, and might be confusing and/or cause friction with a future migration to using native modules and providing an export that can be treeshaken in all environments. re #1371 * fix: use type import for graphql types * fix: make graphql a dependency instead of peer
Configuration menu - View commit details
-
Copy full SHA for 8436515 - Browse repository at this point
Copy the full SHA 8436515View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d9f3b4 - Browse repository at this point
Copy the full SHA 2d9f3b4View commit details
Commits on Sep 3, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5e1c1a6 - Browse repository at this point
Copy the full SHA 5e1c1a6View commit details
Commits on Sep 4, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ed05a73 - Browse repository at this point
Copy the full SHA ed05a73View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.45.0...v0.47.0