Skip to content

v2.12.0

Choose a tag to compare

@cesarParra cesarParra released this 27 Dec 13:21
· 359 commits to master since this release
f070832

General Improvements

Upgraded to latest version of the Apex Reflection library, which now ignores ApexDoc blocks in unexpected places of the code. This should improve the noise when parsing files with regular comments throughout the source code that are not meant to be apex docs, but still use the ApexDoc comment syntax /** ... */

OpenApi Improvements

RestResource annotations ending in a wildcard character are now cleanedup during the generation of the OpenApi definition file. e.g /Accounts/* will now simply be /Accounts/