Releases: bufbuild/protobuf-es
Releases · bufbuild/protobuf-es
v1.5.1
What's Changed
- Add explicit exports for Node by @smaye81 in #645
- Honor experimental editions in the preamble generated by
@bufbuild/protoplugin
by @timostamm in #644 - Fix typing error in
@bufbuild/protoplugin
, improve error messages by @timostamm in #642 - Support for proto2 groups by @timostamm in #640
Full Changelog: v1.5.0...v1.5.1
v1.5.0
This release includes preliminary support for editions. Please note that it's still an experimental feature.
What's Changed
- Match typeUrls with leading slash in google.protobuf.Any by @grod220 in #618
- Expose experimental syntax "editions" in descriptor sets by @timostamm in #621
- Expose experimental edition features in descriptor sets by @timostamm in #627
New Contributors
Full Changelog: v1.4.2...v1.5.0
v1.4.2
What's Changed
- Add
@bufbuild/protobuf
to the direct dependencies of protoc-gen-es by @timostamm in #601 - Update to google protobuf v25.0 by @timostamm in #608
Full Changelog: v1.4.1...v1.4.2
v1.4.1
What's Changed
- Fix Node16 module resolution with @bufbuild/protoplugin by @timostamm in #598
Full Changelog: v1.4.0...v1.4.1
v1.4.0
v1.3.3
What's Changed
- Add ESM wrapper to avoid dual package hazard by @timostamm in #566
Full Changelog: v1.3.2...v1.3.3
v1.3.2
v1.3.1
What's Changed
- Allow number[] for bytes fields in constructor by @srikrsna-buf in #533
- Update debugJsonValue to accept unknown by @GauBen in #535
New Contributors
Full Changelog: https://github.com/bufbuild/protobuf-es/compare/v1.3.0..v1.3.1
v1.3.0
What's Changed
- Add
toPlainMessage
to convertMessage
objects to theirPlainMessage
variants by @srikrsna-buf in #511 - Remove usage of globalThis in generated code by @smaye81 in #504
- Use
typeof BigInt
to check for BigInt support by @lukasIO in #488
New Contributors
Full Changelog: https://github.com/bufbuild/protobuf-es/compare/v1.2.1..v1.3.0