Skip to content

v0.0.12

Compare
Choose a tag to compare
@tatethurston tatethurston released this 05 Oct 22:51
· 42 commits to main since this release
89ee926

v0.0.12

Protocol Buffers Well-Known Types are now exported from protoscript. References to well-known types are now imported from protoscript rather than being generated. This is a non breaking change. If you have well-known types in your project, you can remove the google/protobuf directory that was generated in previous versions alongside your other .pb.js/ts files.

The output location of google/protobuf was a common reason for using dest in proto.config.mjs so this change should facilitate zero configuration for a greater number of projects.

Full Changelog: v0.0.11...v0.0.12