Skip to content

v1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Jan 19:48

💥 Breaking Change

With this release, the as-proto-gen package has made a change in the way it nests messages in the output. Instead of using namespace, it will now generate a separate .ts file for each message or enum, and use ESM modules to connect them. This update brings better compatibility with current web practices and helps to avoid excessively large output files.

Related PR: Per-message/enum file output #44 (@piotr-oles)

Authors: 1