Skip to content

Releases: cesarParra/apexdocs

v3.21.4

16 Apr 11:35

Choose a tag to compare

What's Changed

Full Changelog: v3.21.3...v3.21.4

v3.21.3

08 Apr 13:54
798420d

Choose a tag to compare

What's Changed

  • Bump yaml from 2.8.1 to 2.8.3 by @dependabot[bot] in #340
  • Bump brace-expansion from 5.0.3 to 5.0.5 in /examples/vitepress by @dependabot[bot] in #341
  • Bump handlebars from 4.7.8 to 4.7.9 in /examples/imported by @dependabot[bot] in #348
  • Bump brace-expansion from 2.0.2 to 2.0.3 in /examples/changelog by @dependabot[bot] in #349
  • Bump brace-expansion from 5.0.3 to 5.0.5 in /examples/markdown-jsconfig by @dependabot[bot] in #347
  • Bump brace-expansion in /examples/imported by @dependabot[bot] in #346
  • Bump brace-expansion from 5.0.3 to 5.0.5 in /examples/open-api by @dependabot[bot] in #345
  • Bump brace-expansion from 5.0.2 to 5.0.5 in /examples/markdown by @dependabot[bot] in #344
  • Bump handlebars from 4.7.8 to 4.7.9 by @dependabot[bot] in #342
  • Bump yaml from 2.8.2 to 2.8.3 in /examples/imported by @dependabot[bot] in #343
  • Bump fast-xml-parser from 5.4.1 to 5.5.7 in /examples/imported by @dependabot[bot] in #334
  • Bump flatted from 3.3.3 to 3.4.2 by @dependabot[bot] in #336
  • Bump picomatch from 2.3.1 to 2.3.2 in /examples/docsify by @dependabot[bot] in #338
  • Reflection macos bump by @cesarParra in #350

Full Changelog: v3.21.2...v3.21.3

v3.21.2

12 Mar 10:56
a7c3b0c

Choose a tag to compare

What's Changed

Full Changelog: v3.21.1...v3.21.2

v3.21.1

12 Mar 10:51
0c8da4d

Choose a tag to compare

What's Changed

Full Changelog: v3.21.0...v3.21.1

v3.21.0

27 Feb 12:51
ba0df13

Choose a tag to compare

What's Changed

  • Bump @isaacs/brace-expansion from 5.0.0 to 5.0.1 by @dependabot[bot] in #311
  • Bump fast-xml-parser from 4.5.3 to 5.3.4 by @dependabot[bot] in #310
  • Bump fast-xml-parser and @salesforce/source-deploy-retrieve by @dependabot[bot] in #312
  • Bump ajv from 8.17.1 to 8.18.0 in /examples/imported by @dependabot[bot] in #313
  • Bump minimatch and rimraf in /examples/markdown by @dependabot[bot] in #314
  • Bump minimatch and rimraf in /examples/markdown-jsconfig by @dependabot[bot] in #316
  • Bump minimatch and rimraf in /examples/vitepress by @dependabot[bot] in #315
  • Bump minimatch from 9.0.5 to 9.0.7 in /examples/markdown-custom-templates by @dependabot[bot] in #319
  • Bump rollup from 4.22.4 to 4.59.0 in /examples/vitepress by @dependabot[bot] in #321
  • Bump rollup from 4.48.1 to 4.59.0 by @dependabot[bot] in #324
  • Bump minimatch from 9.0.5 to 9.0.8 in /examples/open-api by @dependabot[bot] in #323
  • Bump minimatch from 9.0.5 to 9.0.8 in /examples/translation by @dependabot[bot] in #322
  • Bump basic-ftp from 5.0.5 to 5.2.0 by @dependabot[bot] in #320
  • Bump minimatch by @dependabot[bot] in #318
  • Bump minimatch in /examples/imported by @dependabot[bot] in #317

Full Changelog: v3.20.0...v3.21.0

v3.20.0

12 Jan 16:28
d8ef61f

Choose a tag to compare

What's Changed

Full Changelog: v3.19.0...v3.20.0

v3.19.0

24 Dec 19:30
63863e0

Choose a tag to compare

What's Changed

  • Upgrade to latest Apex Reflection package for performance improvements by @cesarParra in #306

By using the latest changes from the Apex Reflection package, performance should be vastly improved. Performance increases will vary depending on the size of the codebase (the larger the codebase, the more noticeable the improvements), the power of the machine running it, and whether running the parser in parallel or not (using the parallel reflection enabled flag), but running on a large codebase yielded the following results:

Previous - Parallel reflection off: 12.25 mins
Previous - Parallel reflection on: 4 mins
Now - Parallel reflection off: 2.5 mins
Now - Parallel reflection on: 38 seconds

Full Changelog: v3.18.0...v3.19.0

v3.18.0

24 Dec 14:21
75f47cf

Choose a tag to compare

What's Changed

Full Changelog: v3.17.0...v3.18.0

v3.17.0

21 Dec 14:47
59593de

Choose a tag to compare

What's Changed

To improve performance on large codebases, parallel processing support for reflection was implemented using worker threads by @cesarParra in #302

This should be backwards compatible so it was turned on by default, but flags were added to all endpoints to turn off this functionality in case of issues.

Full Changelog: v3.16.1...v3.17.0

v3.16.1

16 Dec 23:24
b91d853

Choose a tag to compare

What's Changed

  • Add support for custom templates in markdown generation by @cesarParra in #299

For full feature documentation, visit:
https://github.com/cesarParra/apexdocs/wiki/5.-Custom-Templates

Full Changelog: v3.15.1...v3.16.1