Releases: stephenh/ts-proto
Releases · stephenh/ts-proto
v2.6.0
2.6.0 (2024-12-09)
Features
v2.5.1
2.5.1 (2024-12-09)
Bug Fixes
- google protobuf timestamps don't properly get suffixed when useDate=false and prefix/suffix (#1146) (53f799e)
v2.5.0
2.5.0 (2024-12-03)
Features
- Add options to limit generation of encode and decode methods to only specific message types (#1085) (c7372fa), closes #1084
v2.4.2
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
2.4.1 (2024-11-26)
Performance Improvements
v2.4.0
2.4.0 (2024-11-25)
Features
v2.3.0
2.3.0 (2024-11-16)
Features
- add support for comments on union fields in generateOneofProperty (#1136) (c933c9c), closes #1122
v2.2.7
2.2.7 (2024-11-11)
Bug Fixes
- problem with verbatimModuleSyntax for grpc-js (#1132) (bedfa31)
v2.2.6
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
2.2.5 (2024-10-22)
Bug Fixes