You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue 13 - Enhanced the generated documentation for custom SObject fields to include field metadata information. Note that at present, the format of this documentation is static, though I may extract it into another Velocity template to allow it to be customized.
Issue 14 - Fixed an issue with link resolution for an unqualified type name in a project with a namespace.
Updated highlight.js to the latest version and incorporated support for David Schach's highlightjs-apex Apex grammar extension. These updates can be found in the headInclude.vm Velocity template. While optional, it is recommended that custom versions of that template be updated with the respective changes.
Org-only custom Apex type bodies are now queried using the Salesforce CLI command sf data query instead of the older sfdx force:data:soql:query command. If you encounter issues with this feature, please make sure that your Salesforce CLI install is up-to-date and valid, potentially uninstalling and reinstalling it if necessary.
Fixed an issue with Markdown links to standard Apex types with explicit link text, e.g., [some text](StandardTypeName).
Fixed an issue with types that implement or extend the standard Apex System.Comparator interface where it would not be properly included in the type inheritance signature.
Updated the Apex jorje parser to the latest version.
Updated standard API documentation URLs for Spring '24 and the Slack namespace.