3.31.1
(fix): Fix generator to not generate CONTRIBUTING.md file if config.whitelabel is true.
3.31.0
(feat): Add generateSubpackageExports configuration option to enable direct imports of subpackage clients.
This allows JavaScript bundlers to tree-shake and include only the imported subpackage code, resulting in much smaller bundle sizes.
Example:
To enable this feature, add the following configuration to your generators.yml file: