Releases: cloudnc/grpc-web-testing-toolbox
Releases · cloudnc/grpc-web-testing-toolbox
v2.3.0
2.3.0 (2023-12-21)
Features
- allow to pass a promise as a response (1879753)
v2.3.0-feat-allow-to-pass-promise-as-response.1
Features
- allow to pass a promise as a response (1879753)
v2.2.0
2.2.0 (2023-06-28)
Features
- playwright: mock route at context level (a553d63)
v2.1.0
2.1.0 (2023-02-28)
Features
- observeGrpcUnary: add capability to observe (not mock) a grpc call. (5094c66)
v2.0.1
2.0.1 (2022-08-23)
Bug Fixes
v2.0.0
2.0.0 (2022-08-23)
Bug Fixes
- mockGrpcUnary: ensure route registration is awaited to avoid race conditions where a route might be attempted before registration completes (e5f32ed)
BREAKING CHANGES
- mockGrpcUnary:
mockGrpcUnary
is now an async function
, and so must be awaited to get the MockedGrpcCall
v1.2.0
1.2.0 (2022-07-17)
Features
- mockGrpcUnary: Add functionality to make the mocked response affected by the request data (b50df75)
v1.1.6
1.1.6 (2022-06-13)
Bug Fixes
- deps: Relax peer dependencies to allow any patch or minor version. Remove redundant dependencies entry, add required peer for grpc-web (787cb32)
v1.1.5
1.1.5 (2022-06-02)
Bug Fixes
- copy the readme and license files in the dist folder so that the readme is available directly on NPM and the license as well (71f15f0)
v1.1.4
1.1.4 (2022-06-02)
Bug Fixes
- build as module commonjs instead of esnext (0ce80e9)