v2.10.0
What's Changed
- Make field writing order consistent between CODE_SIZE and SPEED by @jcready in https://github.com/timostamm/protobuf-ts/pull/577
- Maintain field order in generated type and reflection info by @timostamm in https://github.com/timostamm/protobuf-ts/pull/707
- Allow GrpcWebFetchTransport to use a custom fetch function by @jcready in https://github.com/timostamm/protobuf-ts/pull/578
- fix: always initialize iterator state in RpcOutputStreamController by @jsaguet in https://github.com/timostamm/protobuf-ts/pull/662
- Fix field info repeat type for repeated message field by @timostamm in https://github.com/timostamm/protobuf-ts/pull/713
New Contributors
- @jsaguet made their first contribution in https://github.com/timostamm/protobuf-ts/pull/662
Full Changelog: https://github.com/timostamm/protobuf-ts/compare/v2.9.6...v2.10.0