Skip to content

Latest commit

 

History

History
88 lines (54 loc) · 3.09 KB

CHANGELOG.md

File metadata and controls

88 lines (54 loc) · 3.09 KB

Change Log

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

Change Log

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

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2.0.0 (2022-08-11)

⚠ BREAKING CHANGES

  • use built-in AbortController instead of node-abort-controller (#178)

Features

  • use built-in AbortController instead of node-abort-controller (#178) (4c4bc4e), closes #158

1.1.0 (2022-04-18)

Features

  • nice-grpc-common: support extending ServerError and ClientError (#119) (08887a8)

1.0.6 (2022-03-09)

Bug Fixes

  • nice-grpc-common: fix issues with ServerError and ClientError when transpiling to older environments (#92) (8875aa8)

1.0.5 (2022-03-05)

Bug Fixes

  • nice-grpc-common: fix issues with ServerError and ClientError when transpiling to older environments (#88) (4bff076)

1.0.4 (2022-01-16)

Bug Fixes

  • nice-grpc-common: ClientError and ServerError now correctly work when transpiled to ES5 (#34) (c8e095f)

1.0.3 (2021-09-21)

1.0.2 (2021-06-30)

Bug Fixes

  • nice-grpc-common: check availability of Error.captureStackTrace before using it (#17) (358d18d)

1.0.1 (2021-06-29)

Bug Fixes

  • add missing requestStream and responseStream to MethodDescriptor (2d92e40)

1.0.0 (2021-06-29)