Releases: cesarParra/apexdocs
v3.21.4
What's Changed
- Bump picomatch from 2.3.1 to 2.3.2 by @dependabot[bot] in #351
- Bump basic-ftp from 5.2.0 to 5.2.1 in /examples/imported by @dependabot[bot] in #352
- Bump basic-ftp from 5.2.0 to 5.2.1 by @dependabot[bot] in #353
- Setting up release.yaml by @cesarParra in #358
- Bump basic-ftp from 5.2.1 to 5.2.2 by @dependabot[bot] in #355
- Update release.yaml by @cesarParra in #359
- Apex-reflection version bump by @cesarParra in #360
- Renaming refs => main to master by @cesarParra in #361
- Bump basic-ftp from 5.2.1 to 5.2.2 in /examples/imported by @dependabot[bot] in #356
- Bumping fast-xml-parser by @cesarParra in #362
Full Changelog: v3.21.3...v3.21.4
v3.21.3
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
v3.21.1
What's Changed
- Upgrading to latest Apex Reflection version by @cesarParra in #330
Full Changelog: v3.21.0...v3.21.1
v3.21.0
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
What's Changed
- Reflection update by @cesarParra in #308
- Parsing and debugging improvements by @cesarParra in #309
Full Changelog: v3.19.0...v3.20.0
v3.19.0
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
What's Changed
- Best effort and debug flag support. by @cesarParra in #305
Full Changelog: v3.17.0...v3.18.0
v3.17.0
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
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