Skip to content

Latest commit

 

History

History
66 lines (37 loc) · 3.26 KB

CHANGELOG.md

File metadata and controls

66 lines (37 loc) · 3.26 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

4.4.0 (2021-04-20)

Features

  • filter deletion for case insensitive file renaming (#133) (d8c8fbf)

4.3.2 (2021-04-19)

Bug Fixes

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

4.3.1 (2021-04-05)

Bug Fixes

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

4.3.0 (2021-04-04)

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)

4.3.0 (2021-04-04)

Features

Bug Fixes

  • ignore reference the right files (3082176)

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'