Skip to content

Releases: cloudnc/grpc-web-testing-toolbox

v2.3.0

21 Dec 07:46
a594b0d
Compare
Choose a tag to compare

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

2.3.0-feat-allow-to-pass-promise-as-response.1 (2023-12-18)

Features

  • allow to pass a promise as a response (1879753)

v2.2.0

28 Jun 09:02
fed66fe
Compare
Choose a tag to compare

2.2.0 (2023-06-28)

Features

  • playwright: mock route at context level (a553d63)

v2.1.0

28 Feb 10:14
7efc91d
Compare
Choose a tag to compare

2.1.0 (2023-02-28)

Features

  • observeGrpcUnary: add capability to observe (not mock) a grpc call. (5094c66)

v2.0.1

23 Aug 09:02
91c51a1
Compare
Choose a tag to compare

2.0.1 (2022-08-23)

Bug Fixes

  • missing peer dependency (734cf97)

v2.0.0

23 Aug 08:05
2268158
Compare
Choose a tag to compare

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

17 Jul 23:13
d3eb480
Compare
Choose a tag to compare

1.2.0 (2022-07-17)

Features

  • mockGrpcUnary: Add functionality to make the mocked response affected by the request data (b50df75)

v1.1.6

13 Jun 06:55
c9cfe9a
Compare
Choose a tag to compare

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

02 Jun 08:39
Compare
Choose a tag to compare

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

02 Jun 07:46
Compare
Choose a tag to compare

1.1.4 (2022-06-02)

Bug Fixes

  • build as module commonjs instead of esnext (0ce80e9)