sfdx-hardis 4.19.1 → 4.20.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/README.md +87 -87
- package/lib/commands/hardis/lint/metadatastatus.d.ts +25 -0
- package/lib/commands/hardis/lint/metadatastatus.js +54 -10
- package/lib/commands/hardis/lint/metadatastatus.js.map +1 -1
- package/lib/commands/hardis/org/monitor/backup.js +2 -1
- package/lib/commands/hardis/org/monitor/backup.js.map +1 -1
- package/oclif.manifest.json +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,14 @@
|
|
|
4
4
|
|
|
5
5
|
Note: Can be used with `sfdx plugins:install sfdx-hardis@beta` and docker image `hardisgroupcom/sfdx-hardis@beta`
|
|
6
6
|
|
|
7
|
+
## [4.20.0] 2023-12-04
|
|
8
|
+
|
|
9
|
+
- Add feature in metadatastatus command to verify if a validation rule is inactive in the source
|
|
10
|
+
- **hardis:lint:metadatastatus**
|
|
11
|
+
- Check inactive validation rules
|
|
12
|
+
- Add js documentation
|
|
13
|
+
- Monitoring: Fix crash when a package name contains a slash
|
|
14
|
+
|
|
7
15
|
## [4.19.1] 2023-12-03
|
|
8
16
|
|
|
9
17
|
- Output CSV mirror XLS files reports in a xls folder for easier browsing
|