Skip to content

Releases: hardisgroupcom/sfdx-hardis

v5.18.1

04 Feb 09:00
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.18.0...v5.18.1

v5.18.0

03 Feb 10:15
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.17.4...v5.18.0

v5.17.4

31 Jan 02:06
Compare
Choose a tag to compare

What's Changed

  • Doc: Fix menu link in branch name + stealth feature by @nvuillam in #1048

Full Changelog: v5.17.3...v5.17.4

v5.17.3

29 Jan 22:56
Compare
Choose a tag to compare

What's Changed

Pull Requests

Full Changelog: v5.17.2...v5.17.3

v5.17.2

29 Jan 07:34
Compare
Choose a tag to compare

What's Changed

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

27 Jan 12:33
Compare
Choose a tag to compare

What's Changed

Pull Requests

Full Changelog: v5.17.0...v5.17.1

v5.17.0

26 Jan 02:26
Compare
Choose a tag to compare

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
  • 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

22 Jan 15:53
Compare
Choose a tag to compare

What's Changed

  • Doc: Exclude not relevant md from search
  • Upgrade npm dependencies
  • Add more logs to login command

Pull Requests

  • Doc: Exclude not relevant md from search + more login logs by @nvuillam in #1030

Full Changelog: v5.16.3...v5.16.4

v5.16.3

21 Jan 23:01
Compare
Choose a tag to compare

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

20 Jan 23:18
Compare
Choose a tag to compare

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