0.2.7 (2022-06-02)
- Allow rxjs 7 as peer dependency (20d8359)
0.2.6 (2021-05-27)
- Upgrade protobufjs to support newer grpc versions (d375b71)
0.2.5 (2019-12-21)
- Extract addServerBuildMethods function to utils (c5cfe9f)
- Add experimental rawServerBuilder (61c57c9)
0.2.4 (2019-03-21)
- Export experimental types (CodecsFactory, RawClientFactory, RawService) (f536f49)
0.2.3 (2019-03-19)
0.2.2 (2019-03-19)
- Extract generic functions from index.ts to utils.ts (3c50d39)
- Add experimental rawClientFactory and service codecs (495ebfc)
- Add notes about the experimental API (5b05e51)
0.2.1 (2019-03-13)
- Add optional server instance parameter to serverBuilder (closes #20) (2c1841a)
- Fix all current dependency audit alerts (9347d54)
0.2.0 (2019-03-05)
- Handle server side errors (0e0f8d1)
- Fix protobufjs 6.7.0 compatibility issues (fixes #7) (15bd7f7)
- Fix addProtoService deprecation warning (needs grpc >= 1.7, fixes #12 #23) (f073e76)
- Change build from prepublish to prepublishOnly script (dca14bd)
- Use @types/jscodeshift and make cli code typesafe (24aed05)
- Install and configure prettier (82725e8)
- Upgrade tslint and update lint rules (1e9d4dd)
- Use official grpc types instead of any in the index.ts (3de00ad)
- Exclude unnecessary files from npm release (3fb5040)
- Upgrade to latest protobufjs and adjust cli for it (fixes #32) (26048d4)
- Upgrade to rxjs6 (fixes #29) (d629242)
- Upgrade grpc to latest and fix deprecation warnings (5bae279)
- Support optional metadata in service calls (fixes #11) (84a9e61)
- Fix dependency audit alerts (18c4a93)
rxjs
dependency is^6.0.0
(RxJS v5.x to v6 Update Guide)