All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
2.0.2 (2023-03-31)
Note: Version bump only for package nice-grpc-common
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
2.0.1 (2023-01-18)
Note: Version bump only for package nice-grpc-common
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
2.0.0 (2022-08-11)
- use built-in
AbortController
instead ofnode-abort-controller
(#178)
- nice-grpc-common: fix issues with
ServerError
andClientError
when transpiling to older environments (#92) (8875aa8)
- nice-grpc-common: fix issues with
ServerError
andClientError
when transpiling to older environments (#88) (4bff076)
- nice-grpc-common:
ClientError
andServerError
now correctly work when transpiled to ES5 (#34) (c8e095f)
- add missing
requestStream
andresponseStream
toMethodDescriptor
(2d92e40)