Skip to content

Releases: cesarParra/apexdocs

v2.0.0-alpha.14

21 Oct 23:51
Compare
Choose a tag to compare
v2.0.0-alpha.14 Pre-release
Pre-release

Ground up refactoring using the Apex Reflection library for Apex code parsing.

v1.13.4

10 Sep 11:22
Compare
Choose a tag to compare
  • Encoding HTML characters for anything outputted by the Markdown generator. 35f4887

v1.13.2...v1.13.4

Method types with `<>` and spaces now returned correctly.

27 Apr 13:44
Compare
Choose a tag to compare

Fixes issue #12 where method types with <> and spaces in between were not correctly generating the return type.

v1.11.0

01 Dec 13:38
Compare
Choose a tag to compare
  • Issue #9 where the @return param was missing from the generated docs was fixed. Thanks to @NicolasGach for reporting and submitting the fix!

v1.10.2

26 Sep 12:50
Compare
Choose a tag to compare

Fixed rendering issues with void private methods where the description was showing as a stand-alone title.

V1.10.1

21 Sep 14:46
Compare
Choose a tag to compare
  • Fixed issue #4
  • yargs dependecy updated to latest available version.

v1.10.0

07 Sep 14:07
Compare
Choose a tag to compare

Added support for the namespaceaccessble scope.

When this scope is defined any code marked as @NamespaceAccessible will be included as part of the documentation, even if the additional scope of the code is not specified. For example, if you have a NamespaceAccessible public class and specify the namespaceaccessble scope but not the public scope, the code will still be picked up.

v1.9.0

27 May 12:24
Compare
Choose a tag to compare
  • A default group name can now be set for classes that do not have an @group annotation to override the default "Miscellaneous"
  • Can now specify the programming language to use when generating code example blocks, which gives you the ability to add syntax highlighting to the generated files.
  • Support for @throws annotation
  • Support for {@link ClassName} syntax to generate a hyperlink between classes.

v1.6.1

28 Mar 12:10
Compare
Choose a tag to compare
  • Fixing issue where single line enums caused parsing issues with the following block

v1.4.1

12 Mar 11:44
Compare
Choose a tag to compare
  • Method parameters are rendered as tables