Releases: stephenh/ts-proto
Releases · stephenh/ts-proto
v1.110.1
Bug Fixes
- Use a module star import for protobuf types. (#540) (f5b7700)
v1.110.0
Features
- Add generic metadata parameter to the generic service definition interface. (#530) (0f5525a)
v1.109.0
Features
- import proto as type import if onlyTypes is set (25d8e8b)
v1.107.0
Features
- Allow simultaneous services and generic service definitions (#512) (680831e)
v1.106.1
Bug Fixes
- support json_name containing hyphen on all field types (#521) (8d9e78e)
v1.106.0
Features
- Support json names containing non-alphanumeric characters (#520) (ce44668)
v1.105.2
Bug Fixes
- Fix snakeToCamel single value parsing. (#513) (e1ad866)