Skip to content

Releases: stephenh/ts-proto

v1.165.0

28 Nov 02:05
Compare
Choose a tag to compare

1.165.0 (2023-11-28)

Features

v1.164.2

28 Nov 00:45
Compare
Choose a tag to compare

1.164.2 (2023-11-28)

Bug Fixes

  • Don't close client if we've already aborted (#968) (7ee1507)

v1.164.1

24 Nov 01:23
Compare
Choose a tag to compare

1.164.1 (2023-11-24)

Bug Fixes

  • revert useDate=false behaviour; add useJsonTimestamp option (#969) (15ae516)

v1.164.0

09 Nov 01:13
Compare
Choose a tag to compare

1.164.0 (2023-11-09)

Features

  • add before and after request methods to base service (#961) (19ba6a5)

v1.163.0

02 Nov 02:56
Compare
Choose a tag to compare

1.163.0 (2023-11-02)

Features

  • generate type namespaces for enums as literals (#960) (e2619f6)

v1.162.2

26 Oct 22:02
Compare
Choose a tag to compare

1.162.2 (2023-10-26)

Bug Fixes

  • return types and optional chaining in field masks when useOptionals=all (#957) (a3d7bd4)

v1.162.1

13 Oct 01:23
Compare
Choose a tag to compare

1.162.1 (2023-10-13)

Bug Fixes

v1.162.0

13 Oct 00:54
Compare
Choose a tag to compare

1.162.0 (2023-10-13)

Features

  • support json_name defined in a proto file (#943) (de989af)

v1.161.1

10 Oct 18:43
Compare
Choose a tag to compare

1.161.1 (2023-10-10)

Bug Fixes

  • use optional chaining when both forceLong=long and useOptionals=all options are set in the generated fromTimestamp function (#949) (b00db6f)

v1.161.0

10 Oct 14:48
Compare
Choose a tag to compare

1.161.0 (2023-10-10)

Features

  • add unrecognizedEnumName and unrecognizedEnumValue options (#946) (cd61e90)