v2.10.0
General updates
Namespace support
A new property has been added to allow for a package namespace to be specified. When set, the generated files will be created with the prepended namespace.
When generating an OpenApi definition, the namespace will be added to the file's server URL section, complying with how REST APIs for managed packages are exposed by Salesforce.
Upgraded to use the latest version of the Apex Reflection library
This version includes support for methods named void, which (for some reason) is allowed by Apex even though it is a keyword that should be reserved