Skip to content

Releases: scolladon/sfdx-git-delta

Workaround explicit SharingRule and Workflow subtype deployability using package.xml and sfdx force:source:deploy -x

22 Feb 15:29

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

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

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

Choose a tag to compare

Changelog

Added

Fixed

  • Typos on destructiveChanges in the readme

Consistent output

26 Nov 21:53

Choose a tag to compare

Changelog

Changed

  • Output "warnings" attribute is now always an array (@arafesthain suggestion)

Deprecated

  • Put CustomObject type on top of {package|destructiveChanges}.xml to workaround deployment issue (to be removed when fixed by sfdx-cli)

Fixes and typos correction

28 Oct 08:24

Choose a tag to compare

Changelog

Added

  • Disclaimer about the node version required for runtime execution of the command

Changed

  • Regex refactoring for Wave metadata types

Fixed

  • Folder metadata type package generation
  • Pull request github action

Fix linking issue

21 Oct 17:37

Choose a tag to compare

Changelog

Fix linking issue after typescript compilation and artefact stored on npm

sgd cli retro compatibility

21 Oct 17:27

Choose a tag to compare

Changelog

Make sgd-cli available to install via npm

Migrate to sfdx plugin architecture

21 Oct 13:17

Choose a tag to compare

Changelog

Move to the sfdx plugin architecture!
sfdx plugins:install sfdx-git-delta
sgd command line is still supported

Added

  • sfdx sgd:source:delta command via sfdx plugin
  • v50.0 API

Changed

  • -V parameter of sgd command is handled by sfdx plugins command
  • Migrate from npm to yarn command line for development tooling
  • Migrate from travis-ci to gh-actions
  • -r parameter default value is now '.' instead of 'repo'

Deprecated

  • warnings output attribut is not null anymore when no warnings are encountered. It is empty array.

inFile fix, filename detection improvement and ignore path pattern

23 Sep 08:43

Choose a tag to compare

Changelog

Fix generation of inFile (Workflow) when one element is changed (not an array)
Improve syntactic coloration in the README
Improve regex to handle filename detection containing self extension
Ability to use an ignore file to avoid generate delta for the elements to ignore.

Added

  • Ignore parameter to input .forceignore file path and not consider matching files for treatment thanks to @jjulicher
  • Wave metadata support (Einstein Analytics)

Changed

  • README Syntactic coloration thanks to @pozil
  • Filename containing its extension regex improvement thanks to @jjulicher

Fixed

  • InFile generation for unitary subtype element handling