v1.0.0
💥 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
- Piotr Oleś (@piotr-oles)