Skip to content

Releases: scolladon/sfdx-git-delta

sgd cli retro compatibility

21 Oct 17:27
Compare
Choose a tag to compare

Changelog

Make sgd-cli available to install via npm

Migrate to sfdx plugin architecture

21 Oct 13:17
Compare
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
Compare
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

Various fixes and Improvements

30 Jul 12:29
Compare
Choose a tag to compare

Changelog

Fix CustomLabels inFile generation for modification type of changes
Fix security
Improve code maintenance and performance
Now it must run with node engine >=14.6.0

Added

  • New javascript 7 operators (?? and ?.)

Changed

  • Metadatamanager is create once and shared
  • DirectoryName for inFile type in order to avoid key intersection
  • Use eslint 7
  • Upgrade every dependencies possible

Fixed

  • CustomLabels inFile generation when file modified

v49.0 metadata definition

29 Jul 14:09
Compare
Choose a tag to compare

Changelog

Upgrade from the Summer Release '20

Added

  • v49.0 metadata definition file
  • Territory2 support in all version

Translation Handler

12 Jul 12:12
Compare
Choose a tag to compare

Changelog

Add support for the special source format of CustomObjectTranslation and CustomFieldTranslation

Added

  • New Translation source format Handler

Changed

  • Add git version to Pull Request template
  • Improve this handling in handlers