Releases: bufbuild/protobuf-es
Releases · bufbuild/protobuf-es
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/protobufto 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
toPlainMessageto convertMessageobjects to theirPlainMessagevariants by @srikrsna-buf in #511 - Remove usage of globalThis in generated code by @smaye81 in #504
- Use
typeof BigIntto 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
v1.2.1
v1.2.0
This release contains the following:
Enhancements
- Add
safeIdentifierandsafeObjectPropertyhelpers by @dimitropoulos in #391.
Full Changelog: v1.1.1...v1.2.0