Releases: maloguertin/msw-trpc
Releases · maloguertin/msw-trpc
v2.0.0-beta.1
What's Changed
- Bug fix: Replaced
output
withinput
inside getMutationInput by @Tomomi-K1 in #39 - fix: Allow mocking procedures with no return value by @danilofuchs in #36
- fix: Throwing errors with superjson (msw 2) by @danilofuchs in #34
New Contributors
- @Tomomi-K1 made their first contribution in #39
- @danilofuchs made their first contribution in #36
Full Changelog: v1.3.4...v2.0.0-beta.1
v2.0.0-beta.0
What's Changed
- Msw trpc 2.0 (publish pre release) by @madi-tracksuit in #31
New Contributors
- @madi-tracksuit made their first contribution in #31
Full Changelog: v1.3.4...v2.0.0-beta.0
v1.3.4
What's Changed
- fix: ctx.data arguments type with output parser by @swallowtail62 in #21
New Contributors
- @swallowtail62 made their first contribution in #21
Full Changelog: v1.3.3...v1.3.4
v1.3.3
What's Changed
- fix: ctx.data returns correct type by @maloguertin in #16
- fix: mutation getInput typed as promise by @maloguertin in #18
Full Changelog: v1.3.2...v1.3.3
v1.3.2
What's Changed
- fix: bug where vitest would fail because of type: module and commonjs by @maloguertin
Full Changelog: v1.3.1...v1.3.2
v1.3.1
v1.3.0
What's Changed
- fix: ctx should properly be typed when installing the package against any version of msw by @maloguertin
- feat: handle transformers properly and add getInput to mutation by @maloguertin
Full Changelog: v1.2.1...v1.3.0
Readme fix
What's Changed
- fix variable name in README by @kondo0602 in #11
New Contributors
- @kondo0602 made their first contribution in #11
Full Changelog: v1.2.0...v1.2.1
v1.2.0
What's Changed
- chore: use >= instead of ^ for peer deps by @maloguertin in #5
Full Changelog: v1.1.2...v1.2.0
v1.1.2
What's Changed
- Fix/prevent serializing symbols by @maloguertin in #3
Full Changelog: v1.1.1...v1.1.2