Releases: stephenh/ts-proto
Releases · stephenh/ts-proto
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)
v1.84.0
1.84.0 (2021-11-02)
Features
- Reduce code size by using nullish coalescing operator in fromPartial (#376) (19d2ded)
v1.83.3
1.83.3 (2021-10-28)
Bug Fixes
- fix codegen for maps with wrapper value type (#370) (dd2481d)
v1.83.2
1.83.2 (2021-10-26)
Bug Fixes
- Add missing defaults to fromPartial if options.oneof is UNIONS (#375) (21781e9)