v2.0.0-beta.1
Pre-release
Pre-release
What's Changed
This is the first beta release for version 2. See v2.0.0-alpha.1 for an introduction. To install beta packages, run npm install @bufbuild/protobuf@beta @bufbuild/protoc-gen-es@beta
.
- Bump
typescript
version in protoplugin by @srikrsna-buf in #879 - Improve parameter parsing by @srikrsna-buf in #880
- Throw errors in ReflectMessage instead of returning them by @timostamm in #882
- Add typeOnly argument to GeneratedFile.import by @timostamm in #887
- Fix create() with wrapper oneof field by @timostamm in #889
- Improve clash resolution in generated names by @timostamm in #888
- Use suffix "Schema" for generated descriptors by @timostamm in #890
- Use JsonObject to represent google.protobuf.Struct by @timostamm in #893
- JSON Types by @timostamm in #866
- Add mutable registry by @timostamm in #898
- Avoid the prototype chain with editions if possible by @timostamm in #897
Full Changelog: v2.0.0-alpha.4...v2.0.0-beta.1