Skip to content

Latest commit

 

History

History
458 lines (228 loc) · 20.2 KB

CHANGELOG.md

File metadata and controls

458 lines (228 loc) · 20.2 KB

Changelog

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

5.2.0 (2024-11-04)

Features

  • rename decomposed workflows for sfdx-git-delta detection (8d6a61f)

Bug Fixes

  • include workflow send suffix (a09048b)

5.1.1 (2024-11-01)

Bug Fixes

  • deps: bump @salesforce/source-deploy-retrieve (aeb5d48)

5.1.0 (2024-10-28)

Features

  • remove dependency on git repos (39e83db)

5.0.1 (2024-10-09)

Bug Fixes

  • rename decomposed labels in yaml and json format with label suffix (c95ed2d)

5.0.0 (2024-10-04)

⚠ BREAKING CHANGES

  • rename decomposed labels to align with salesforce's decomposed labels

Features

  • rename decomposed labels to align with salesforce's decomposed labels (90bc332)

Bug Fixes

  • deps: bump @salesforce/source-deploy-retrieve from 12.1.8 to 12.7.3 (ae0e188)

4.1.8 (2024-07-28)

Bug Fixes

  • switch to isomorphic-git (e483bef)

4.1.7 (2024-07-27)

Bug Fixes

  • upgrade sf-plugins-core (0119f34)

4.1.6 (2024-07-27)

Bug Fixes

  • add unique ID element for loyaltyProgramSetup (1c72ac9)
  • upgrade salesforce dependencies (b813332)

4.1.5 (2024-06-14)

Bug Fixes

  • cleaner warning message (4e22408)

4.1.4 (2024-06-12)

Bug Fixes

  • switch Node working directory to repo root folder (fa2f0bb)

4.1.3 (2024-05-22)

Bug Fixes

  • fix logger warning for ignore file path (6e790da)

4.1.2 (2024-05-22)

Bug Fixes

  • rename ignore file to .sfdecomposerignore (de5260a)

4.1.1 (2024-05-22)

Bug Fixes

  • post disclaimer to state this plugin must be ran in the root folder (5ba6bf5)

4.1.0 (2024-05-22)

Features

  • process an ignore file when decomposing (f7d72f7)

4.0.1 (2024-04-30)

Bug Fixes

  • add project deploy prerun hook for recompose command (c073993)

4.0.0 (2024-04-29)

Features

  • rename package to sf-decomposer (f03134d)

BREAKING CHANGES

  • renamed from sfdx-decomposer to sf-decomposer

3.3.10 (2024-04-29)

Bug Fixes

  • deprecate this package. this will be renamed to sf-decomposer. (1305913)

3.3.9 (2024-04-29)

Bug Fixes

  • rename hook JSON to .sfdecomposer.config.json (ecb6140)

3.3.8 (2024-04-29)

Bug Fixes

  • read a new JSON file for post retrieve hook variables (7a2b39f)

3.3.7 (2024-04-29)

Bug Fixes

  • add env variable for decomposed file format to post retrieve hook (5c22ef9)

3.3.6 (2024-04-29)

Bug Fixes

  • fix postpurge hook name in readme (9c3a9b7)

3.3.5 (2024-04-29)

Bug Fixes

  • add post retrieve hook to run decompose command (64ede9e)

3.3.4 (2024-04-24)

Bug Fixes

  • fix promises in commands (02f1470)

3.3.3 (2024-04-24)

Bug Fixes

  • allow --metadata-type to be declared multiple times in a command (e4d489a)
  • upgrade disassemblers (d1cc730)

3.3.2 (2024-04-24)

Bug Fixes

  • upgrade disassemblers to fix multi-line leaf content sorting (d9e4672)

3.3.1 (2024-04-23)

Bug Fixes

  • use simple-git to get sfdx-project.json path, remove --sfdx-configuration flag (9bfe341)

3.3.0 (2024-04-17)

Features

  • allow decomposed files to be XMLs, JSONs, or YAMLs (0256e68)

3.2.3 (2024-04-08)

Bug Fixes

  • log xml disassembler errors as warnings when running both commands (117cf60)

3.2.2 (2024-04-08)

Bug Fixes

  • add --postpurge flag to recompose, refactor imports, upgrade disassembler (ee8a52b)

3.2.1 (2024-04-07)

Bug Fixes

  • fix leaf file indenting by upgrading xml disassembler (ed170f8)

3.2.0 (2024-04-02)

Bug Fixes

  • deps: bump @oclif/core from 3.19.4 to 3.26.0 (437a306)
  • deps: bump @salesforce/source-deploy-retrieve from 10.5.2 to 10.7.1 (8b26d08)

Features

  • read sfdx-project.json for directories and process multiple directories in a command (518243d)

3.2.0-beta.1 (2024-04-02)

Features

  • read sfdx-project.json for directories and process multiple directories in a command (518243d)

3.1.2-beta.2 (2024-04-02)

Bug Fixes

  • deps: bump @oclif/core from 3.19.4 to 3.26.0 (437a306)

3.1.2-beta.1 (2024-04-01)

Bug Fixes

  • deps: bump @salesforce/source-deploy-retrieve from 10.5.2 to 10.7.1 (8b26d08)

3.1.1 (2024-03-15)

Bug Fixes

  • load json using fs (54f4853)
  • readd resolveJsonModule to tsconfig.json (9532e2f)
  • update @salesforce/source-deploy-retrieve (d48871d)

3.1.1-beta.3 (2024-03-15)

Bug Fixes

  • readd resolveJsonModule to tsconfig.json (9532e2f)

3.1.1-beta.2 (2024-03-15)

Bug Fixes

3.1.1-beta.1 (2024-03-14)

Bug Fixes

  • update @salesforce/source-deploy-retrieve (d48871d)

3.1.0 (2024-03-12)

Bug Fixes

  • only disassemble the original custom labels file (1d6d502)

Features

  • rename purge flag to prepurge and add postpurge flag (2fd7ff6)

3.1.0-beta.1 (2024-03-12)

Bug Fixes

  • only disassemble the original custom labels file (1d6d502)

Features

  • rename purge flag to prepurge and add postpurge flag (2fd7ff6)

3.0.2 (2024-03-07)

Bug Fixes

  • upgrade xml-disassembler to ensure consistent sorting in recomposed files on linux (4230f95)

3.0.2-beta.1 (2024-03-07)

Bug Fixes

  • upgrade xml-disassembler to ensure consistent sorting in recomposed files on linux (4230f95)

3.0.1 (2024-02-24)

Bug Fixes

  • delete empty custom label temp directory created during recompose process (f27c211)

3.0.0 (2024-02-24)

Bug Fixes

  • rename bot version meta files and delete recomposed files during test to ensure they are remade (f6b4675)

Features

  • add xml-disassembler package (e5f6173)

BREAKING CHANGES

  • Decompose files will need to be re-generated.

2.2.0 (2024-02-18)

Features

  • expand supported metadata types to the majority of metadata types supported by SDR (02fb119)

2.1.5 (2024-02-17)

Bug Fixes

  • if root element key is an array of leaf elements, add to leaf file (3259d85)

2.1.4 (2024-02-16)

Bug Fixes

  • fix how decompose sets unique id elements (2a0d78a)

2.1.3 (2024-02-15)

Bug Fixes

  • use short SHA-256 hash if no unique ID elements are found (4ac65a0)

2.1.2 (2024-02-14)

Bug Fixes

  • resolve lint issues on buildNestedElements (e1bd33d)

2.1.1 (2024-02-14)

Bug Fixes

  • adjust comment prop name to allow comments in translations (e3d9279)

2.1.0 (2024-02-14)

Features

  • add marketing app extensions and CDATA support (38d6941)

2.0.2 (2024-02-14)

Bug Fixes

2.0.1 (2024-02-14)

Bug Fixes

  • deps: bump @salesforce/sf-plugins-core from 7.1.3 to 7.1.9 (7b48afc)

2.0.0 (2024-02-11)

Bug Fixes

  • deps: bump @salesforce/core from 6.5.1 to 6.5.3 (0eff76c)
  • deps: bump fast-xml-parser from 4.3.3 to 4.3.4 (654d939)

Features

BREAKING CHANGES

  • rename 'compose' command to 'recompose'

2.0.0-beta.1 (2024-02-11)

Features

BREAKING CHANGES

  • rename 'compose' command to 'recompose'

1.1.2-beta.2 (2024-02-11)

Bug Fixes

  • deps: bump @salesforce/core from 6.5.1 to 6.5.3 (0eff76c)

1.1.2-beta.1 (2024-02-11)

Bug Fixes

  • deps: bump fast-xml-parser from 4.3.3 to 4.3.4 (654d939)

1.1.1 (2024-02-06)

Bug Fixes

  • add logging from salesforce core (3f80ca8)

1.1.1-beta.1 (2024-02-06)

Bug Fixes

  • add logging from salesforce core (3f80ca8)

1.1.0 (2024-02-02)

Features

  • import SDR for metadata types (9b7b08a)

1.0.0 (2024-01-31)

Features

  • beta release (808e88c)
  • trigger new beta release with async updates (81e6792)

BREAKING CHANGES

  • beta

1.0.0-beta.2 (2024-01-31)

Features

  • trigger new beta release with async updates (81e6792)

1.0.0-beta.1 (2024-01-30)

Features

BREAKING CHANGES

  • beta