Releases: hardisgroupcom/sfdx-hardis
Releases · hardisgroupcom/sfdx-hardis
v5.18.1
v5.18.0
What's Changed
- fix(deps): bump fs-extra from 11.2.0 to 11.3.0 by @dependabot in #1049
- fix(deps): bump papaparse from 5.5.1 to 5.5.2 by @dependabot in #1050
- chore(dev-deps): bump @types/ws from 8.5.13 to 8.5.14 by @dependabot in #1051
- fix(deps): bump mega-linter-runner from 8.3.0 to 8.4.1 by @dependabot in #1052
- new command to retrieve custom fields usage by @Mehdi-Cloudity in #1047
Full Changelog: v5.17.4...v5.18.0
v5.17.4
v5.17.3
What's Changed
- hardis:doc:project2markdown: Improve Apex docs markdown
- Upgrade apexdocs version
- Fix auth message when selecting default org
Pull Requests
Full Changelog: v5.17.2...v5.17.3
v5.17.2
What's Changed
- hardis:org:configure:files: Add examples when configuring file export format
- hardis:doc:project2markdown: Avoid the command to crash if apexdocs generation fails
Pull Requests
- Fix doc gen when apexdocs is failing + improve file export configuration messages by @nvuillam in #1044
Full Changelog: v5.17.1...v5.17.2
v5.17.1
What's Changed
- hardis:doc:project2markdown: Add type of Lightning Pages in tables
- hardis:org:monitor:backup: Fix issue when there is an empty metadata type
Pull Requests
- Add type of Lightning Pages in doc by @nvuillam in #1039
- Backup :Fix issue when there is an empty metadata type by @nvuillam in #1042
Full Changelog: v5.17.0...v5.17.1
v5.17.0
What's Changed
- hardis:doc:project2markdown enhancements:
- Generate Apex classes documentation using
@cparra/apexdocs
, and describe them using AI if available - Generate Lightning Pages documentation and describe them using AI if available
- Generate Apex classes documentation using
- Display error message in case of XML parsing error
- Do not raise issues when managed items fields don't have descriptions
- Do not raise inactive validation rule issue when the VR is from a managed package
- Fix New JSON coverage formatter is selecting wrong JSON from sf project deploy command
- Upgrade dependencies
Pull requests
- Display error message in case of XML parsing error by @nvuillam in #1031
- chore(dev-deps): bump @oclif/plugin-command-snapshot from 5.2.24 to 5.2.28 by @dependabot in #1032
- chore(dev-deps): bump eslint-plugin-sf-plugin from 1.20.9 to 1.20.14 by @dependabot in #1035
- fix(deps): bump @oclif/core from 4.2.3 to 4.2.4 by @dependabot in #1036
- chore(dev-deps): bump oclif from 4.17.7 to 4.17.17 by @dependabot in #1033
- Exclude managed items from monitoring warnings by @nvuillam in #1037
- Generate Apex classes documentation using
@cparra/apexdocs
, and describe them using AI + Lightning Pages doc by @nvuillam in #1038 - fix: get locally created coverage file for deploy command by @mcarvin8 in #999
New Contributors
Full Changelog: v5.16.4...v5.17.0
v5.16.4
v5.16.3
What's Changed
- Do not post comments with Flows if there is no real differences
- Truncate the number of flows git diff displayed in Pull Request comments to 30 (override the number using MAX_FLOW_DIFF_TO_SHOW )
- Keep history link in main flow doc if available and history not recalculated
- Remove Flows History mkdocs menu if present from an old sfdx-hardis doc generation
- QuickFix AI Generated Summary text in PRs
Pull Requests
Full Changelog: v5.16.2...v5.16.3
v5.16.2
What's Changed
- Strip XML to save prompts tokens
- Fix issue when parsing CustomObject metadata
- Install latest version of plugin @salesforce/plugin-deploy-retrieve in Dockerfile to avoid the bug of its current version
- Fix: Do not recalculate Flow History doc if flow has not been updated
- Skip Data Cloud objects from documentation (enforce using variable INCLUDE_DATA_CLOUD_DOC=true)
Pull Requests
- Doc + AI: Save prompt tokens + fix CustomObject parsing + force install latest @salesforce/plugin-deploy-retrieve by @nvuillam in #1023
- Fix: Do not recalculate Flow History doc if flow has not been updated by @nvuillam in #1024
Full Changelog: v5.16.1...v5.16.2