Skip to content

Releases: scolladon/sfdx-git-delta

v4.4.0

21 Apr 06:56
Compare
Choose a tag to compare

Features

  • filter deletion for case insensitive file renaming (#133) (d8c8fbf)
  • create gh-action to trigger new release (#130) (3f4f7bd)
  • add integration test to CI (#129) (6af29ac5)

v4.3.2

19 Apr 07:53
Compare
Choose a tag to compare

Bug Fixes

  • use "/" for package member separator (#128) (b75445a)

v4.3.1

05 Apr 18:02
Compare
Choose a tag to compare

Bug Fixes

  • silent SfdxCommand compilation issue (#121) (d3af15a)

v4.3.0

04 Apr 13:03
Compare
Choose a tag to compare

Features

Bug Fixes

  • ignore reference the right files (3082176)
  • Custom Label Addition package.xml generation (#114) (1447b5c)
  • Make sure destructiveChanges.xml does not contains package.xml element (#113) (9729e2f)

Fix custom label generation regression

22 Mar 12:37
Compare
Choose a tag to compare

Changelog

Fixed

  • Fix CustomLabels package and delta generation regression introduced with #102
  • Fix InFile later add in the file algorithm

Manage moved file

01 Mar 11:24
Compare
Choose a tag to compare

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

22 Feb 15:29
Compare
Choose a tag to compare

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

13 Jan 14:46
Compare
Choose a tag to compare

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

22 Dec 18:06
Compare
Choose a tag to compare

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

05 Dec 10:46
Compare
Choose a tag to compare

Changelog

Added

Fixed

  • Typos on destructiveChanges in the readme