Releases: scolladon/sfdx-git-delta
Releases · scolladon/sfdx-git-delta
v4.4.0
v4.3.2
v4.3.1
v4.3.0
Fix custom label generation regression
Changelog
Fixed
- Fix CustomLabels package and delta generation regression introduced with #102
- Fix InFile later add in the file algorithm
Manage moved file
Changelog
Added
- Do not add metadata component in the destructiveChanges.xml when file are moved (thanks @MaciekLeks)
Workaround explicit SharingRule and Workflow subtype deployability using package.xml and sfdx force:source:deploy -x
Changelog
Changed
- Package.xml type generation when subtype component are changed also add parent type for deployability sake (thx @DougMidgley)
Fixed
- CustomLabel file addition generated wrong package.xml type element
Adding sub folder support to every sfdx sources using it
Changelog
Added
- Support for sub folder sfdx source handling
Fixed
- Handle not present "fields" folder for custom object
Fixing ignore fetaure and classes sub folder handling
Changelog
Fixed
- ignore feature when path do not start with wildcard (thanks @alexmodis)
- "classes" sub folder handling (thanks @dgalindo001)
Hierarchical Categorization of Apex Classes support
Changelog
Added
- "classes" folder (only) sub folder support (thanks @dgalindo001)
Fixed
- Typos on destructiveChanges in the readme