Releases: stephenh/ts-proto
Releases · stephenh/ts-proto
v1.92.1
1.92.1 (2021-12-02)
Bug Fixes
- Respect stringEnums option in wrap function (#420) (7adf90c)
v1.91.0
1.91.0 (2021-11-27)
Bug Fixes
- use Long.fromValue instead of Long.fromString for improved robustness regarding already parsed objects (#405) (7bdc3ee)
Features
v1.90.1
1.90.1 (2021-11-27)
Bug Fixes
- code-generation for Services with Struct response types (#407) (f041fa1)
v1.89.0
1.89.0 (2021-11-24)
Features
- Improve map reading (fromJSON/fromPartial) (#410) (057d438)
v1.88.0
1.88.0 (2021-11-22)
Features
- Support for Google.Protobuf.Value, ListValue and Struct (#396) (7dd9c16)
v1.87.1
1.87.1 (2021-11-21)
Bug Fixes
- code generation for int64 map values in fromPartial and fromJson (#395) (d3ea8eb)
v1.87.0
1.87.0 (2021-11-16)
Features
- Use ternary operator for conditional assignments (#394) (d84c084)