Skip to content

Releases: timostamm/protobuf-ts

v2.11.1

18 Jun 20:00
3f14440

Choose a tag to compare

What's Changed

  • Work around global Object.prototype pollution by @jcready in #725

Full Changelog: v2.11.0...v2.11.1

v2.11.0

26 May 11:11
7a99aba

Choose a tag to compare

What's Changed

  • Switch descriptor implementation in @protobuf-ts/plugin by @timostamm in #710
  • Deprecate @protobuf-ts/plugin-framework by @timostamm in #717

Full Changelog: v2.10.0...v2.11.0

v2.10.0

01 May 18:49
8cf9995

Choose a tag to compare

What's Changed

  • Make field writing order consistent between CODE_SIZE and SPEED by @jcready in #577
  • Maintain field order in generated type and reflection info by @timostamm in #707
  • Allow GrpcWebFetchTransport to use a custom fetch function by @jcready in #578
  • fix: always initialize iterator state in RpcOutputStreamController by @jsaguet in #662
  • Fix field info repeat type for repeated message field by @timostamm in #713

New Contributors

Full Changelog: v2.9.6...v2.10.0

v2.9.6

19 Mar 18:58
0a6dff4

Choose a tag to compare

What's Changed

  • Ensure non-negative nanos in Timestamp.fromDate() by @jcready in #690

Full Changelog: v2.9.5...v2.9.6

v2.9.5

09 Mar 08:18
f28d9f2

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.9.4...v2.9.5

v2.9.4

13 Mar 12:26

Choose a tag to compare

What's Changed

  • Extend Object prototype for message instances by @erichiggins0 in #618
  • Fix formatting typo by @dimo414 in #630
  • Update go version for twirp compat tests by @timostamm in #636

New Contributors

  • @erichiggins0 made their first contribution in #618

Full Changelog: v2.9.3...v2.9.4

v2.9.3

07 Dec 19:49

Choose a tag to compare

What's Changed

  • Fix messagePrototype for exactOptionalProperties: true by @jcready in #615

Full Changelog: v2.9.2...v2.9.3

v2.9.2

05 Dec 10:08

Choose a tag to compare

What's Changed

  • Update MANUAL.md by @QingfengLee in #575
  • Swap "he" for "they" in example by @dimo414 in #602
  • ref Object from globalThis in speed-optimized code for serializing map fields by @lesomnus in #611
  • Improve from Binary/Json/Partial performance by roughly 30% by @jcready in #582

New Contributors

Full Changelog: v2.9.1...v2.9.2

v2.9.1

31 Jul 19:19

Choose a tag to compare

What's Changed

  • Make protobuf-ts as conformant as protobuf-es by @jcready in #567
  • Make FieldMask JSON read/write (snake_case <-> camelCase) conforming by @jcready in #552
  • Test pb-long without BI support and fix found issues by @jcready in #573

Repository and documentation cleanup 🧹

New Contributors

Full Changelog: v2.9.0...v2.9.1

v2.9.0

24 Apr 21:14

Choose a tag to compare

What's Changed

  • feat: update arch for fetching binary by @daboxu in #517
  • Use conformance runner binary for conformance tests by @smaye81 in #520

New Contributors

Full Changelog: v2.8.3...v2.9.0