Skip to content

Releases: stephenh/ts-proto

v2.4.2

28 Nov 16:27
Compare
Choose a tag to compare

2.4.2 (2024-11-28)

Performance Improvements

  • Replacing "else if" with a "switch case" statement to improve Typescript performance (#1142) (de1a616), closes #1135 #1141

v2.4.1

26 Nov 16:15
Compare
Choose a tag to compare

2.4.1 (2024-11-26)

Performance Improvements

v2.4.0

25 Nov 14:10
Compare
Choose a tag to compare

2.4.0 (2024-11-25)

Features

  • Avoid adding empty trailing comments to oneof unions (#1140) (5359e8d), closes #1136

v2.3.0

16 Nov 12:19
Compare
Choose a tag to compare

2.3.0 (2024-11-16)

Features

  • add support for comments on union fields in generateOneofProperty (#1136) (c933c9c), closes #1122

v2.2.7

11 Nov 14:28
Compare
Choose a tag to compare

2.2.7 (2024-11-11)

Bug Fixes

  • problem with verbatimModuleSyntax for grpc-js (#1132) (bedfa31)

v2.2.6

11 Nov 14:17
Compare
Choose a tag to compare

2.2.6 (2024-11-11)

Bug Fixes

  • Schema generation: ensure Buffer api is only used when in nodejs environment (#1134) (49035a4)

v2.2.5

22 Oct 23:47
Compare
Choose a tag to compare

2.2.5 (2024-10-22)

Bug Fixes

v2.2.4

15 Oct 18:27
Compare
Choose a tag to compare

2.2.4 (2024-10-15)

Bug Fixes

v2.2.3

06 Oct 12:34
Compare
Choose a tag to compare

2.2.3 (2024-10-06)

Bug Fixes

v2.2.2

04 Oct 02:25
Compare
Choose a tag to compare

2.2.2 (2024-10-04)

Bug Fixes

  • prefix and suffixes were not being applied to to/fromTimestamp resulting in compile error (#1118) (22c2905)