All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
3.3.10 (2026-04-12)
Note: Version bump only for package nice-grpc-web
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
3.3.9 (2025-11-12)
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
3.3.8 (2025-08-20)
Note: Version bump only for package nice-grpc-web
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
3.3.7 (2025-03-26)
Note: Version bump only for package nice-grpc-web
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
3.3.6 (2025-02-18)
Note: Version bump only for package nice-grpc-web
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
3.3.5 (2024-09-24)
Note: Version bump only for package nice-grpc-web
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
3.3.4 (2024-06-06)
Note: Version bump only for package nice-grpc-web
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
3.3.3 (2024-03-11)
Note: Version bump only for package nice-grpc-web
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
- chore: fix hanging and erroring tests (#466) (0d169ec), closes #466
- chore(deps-dev): bump jasmine and @types/jasmine (#464) (deb51bc), closes #464
- chore(deps-dev): upgrade mkdirp to 3.0.1 (#463) (02772e8), closes #463
- chore(nice-grpc-web): fix failing tests (#467) (0509986), closes #467
- chore(nice-grpc-web): update error message (226b599), closes #446
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
3.3.1 (2023-07-16)
- nice-grpc-web: don't put stack traces to internal and transport error messages (#406) (27c6230), closes #386
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
3.3.0 (2023-05-02)
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
3.2.4 (2023-04-18)
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
3.2.3 (2023-03-31)
Note: Version bump only for package nice-grpc-web
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
3.2.2 (2023-03-28)
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
3.2.1 (2023-03-28)
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
3.2.0 (2023-03-25)
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
3.1.1 (2023-03-21)
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
3.1.0 (2023-03-08)
- nice-grpc-web: add FetchTransportConfig to support credentials in FetchTransport (#313) (c531c95), closes #312
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
3.0.0 (2023-03-05)
-
@improbable-eng/grpc-webtransports are replaced by built-in analogs -
feat!(nice-grpc-web): rewrite from scratch, removing
@improbable-eng/grpc-webdependency (#274) (82881b7), closes #274 #199 #226 #232 #246
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
2.0.2 (2023-01-18)
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
2.0.1 (2022-11-02)
Note: Version bump only for package nice-grpc-web
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
AbortControllerinstead ofnode-abort-controller(#178)
- add missing
requestStreamandresponseStreamtoMethodDescriptor(2d92e40)