Protobuf Ts Versions Save

Protobuf and RPC for TypeScript

v2.9.4

2 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/timostamm/protobuf-ts/compare/v2.9.3...v2.9.4

v2.9.3

5 months ago

What's Changed

Full Changelog: https://github.com/timostamm/protobuf-ts/compare/v2.9.2...v2.9.3

v2.9.2

5 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/timostamm/protobuf-ts/compare/v2.9.1...v2.9.2

v2.9.1

9 months ago

What's Changed

Repository and documentation cleanup 🧹

New Contributors

Full Changelog: https://github.com/timostamm/protobuf-ts/compare/v2.9.0...v2.9.1

v2.9.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/timostamm/protobuf-ts/compare/v2.8.3...v2.9.0

v2.8.3

1 year ago

Bug fixes:

  • plugin: fix generated fromJson for google.protobuf.Value #500
    Thanks to @hugebdu for the contribution!

v2.8.2

1 year ago

Bug fixes:

  • Avoid overwriting a set oneof field in target with an unset oneof field in source #395
    Thanks to @jcready for the contribution!

This release is available on the BSR.

v2.8.1

1 year ago

Bug fixes:

  • fix for int64toString #367
    Thanks to @tpcstld and @ajpalkovic for the investigation and contributing a fix!

This release is available on the BSR.

v2.8.0

1 year ago

Bug fixes:

  • grpcweb-transport: fix handling responses with empty body and status in headers #331
    Thanks to @eKazim for the contribution!

  • Make repeated field merging consistent #335 Thanks to @jcready for the contribution!

New features and improvements:

  • Relax constraints on runtime-angular to include Angular 14 #358 Thanks to @ColinLaws for the contribution!

  • Clarify mergePartial() behavior in the documentation #361

  • Do not strip byte-order mark when decoding text from binary #362 Thanks to @kivancguckiran and @jcready for the investigation!

This release is available on the BSR.

v2.7.0

1 year ago

New Features:

  • Added force_disable_services option to protobuf-ts/plugin for disabling service metadata generation, see #268
    Thanks to @ColinLaws for the contribution!

Bug fixes:

  • Guard access of response.type to support Cloudflare Workers, see #321
    Thanks to @mikeylemmon for the fix!

  • find protoc in path also in windows, see #334
    Thanks to @tannera for the fix!

  • Update baseURL in example, see #333 Thanks to @GRB3NW for the fix!

This release is available on the BSR.