Skip to content

Latest commit

 

History

History
186 lines (123 loc) · 13.5 KB

CHANGELOG.md

File metadata and controls

186 lines (123 loc) · 13.5 KB

Changelog

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

1.1.5 (2022-03-11)

1.1.4 (2022-03-07)

Bug Fixes

  • clearer messaging and legacy accommodation (9f14e0f)

1.1.3 (2022-03-07)

Bug Fixes

  • revert beta/legacy mapping (4d3380c)

1.1.2 (2022-03-02)

Bug Fixes

  • more metadata polling exclusions based on telemetry (ae5adf3)

1.1.1 (2022-02-23)

Bug Fixes

  • message formatting for GA (194ba4b)

1.1.0 (2022-02-16)

Features

Bug Fixes

  • handle lwc in a pkgDir of the same name (621d8cf)
  • increase max-fetch default (9854ed8)
  • lastIndexOf handles foo/lwc/foo (8632ee6)
  • smarter polling and excluded files (6df02a7)

1.0.2 (2022-01-25)

Bug Fixes

  • handle gitignore outside pkgDirs (23a65c8)

1.0.1 (2022-01-25)

Bug Fixes

  • emailTempalteFolder via aliased types (f4c88f9)

1.0.0 (2022-01-20)

Bug Fixes

  • handle element count errors (8817329)
  • lightning EmailTemplateFolder (554c766)
  • remove emailtf attempt (262839d)
  • sourceMember excepton for nondecomposed children (05db59e)

0.5.2 (2022-01-05)

Features

Bug Fixes

  • distributed .gitignore and loose pkgDir matching (a148a36)
  • remove singleton behavior for localShadowRepo (887bb68)

0.5.1 (2021-12-03)

Bug Fixes

  • support addressable child types (8251095)

0.5.0 (2021-12-02)

⚠ BREAKING CHANGES

  • mpd suport (array of componentSets for localChanges)

Features

  • delete bundle member but not the bundle (fbb81f2)
  • delete bundle members instead of bundle (0aedbd5)
  • mpd suport (array of componentSets for localChanges) (dd072bb)
  • trackingFiles handle deleted bundle members (137cd39)

Bug Fixes

  • deploy by pkgDir groupings, not all (7f1262e)
  • windows paths when pkgDir path has separators in it (b0ab346)

0.4.4 (2021-12-01)

Features

  • update version of core and sdr (977ab56)

0.4.3 (2021-11-11)

Features

  • emit warnings for types not pulled (fdeabbf)

Bug Fixes

  • don't pull remote changes where type isn't in SDR registry (46250ee)
  • don't pull things not in the registry (38136bb)

0.4.2 (2021-10-28)

0.4.1 (2021-10-28)

Bug Fixes

  • better conflict handling (can match filenames or type/name) (4441a0a)
  • gitignore stashing location (5145545)
  • polling exclusion logic for aura meta.xml was wrong (2d40b2e)

0.4.0 (2021-10-22)

⚠ BREAKING CHANGES

  • remove retrieve simplifier

Features

  • add commitlint and sample circleci config (43e7fa4)
  • add new tests and upadte readme (6a7ad54)
  • add option to get remoteChanges with filePaths, use for Conflicts (350a0d6)
  • basic using isogit (f39e6c5)
  • conflict detection (3e22774)
  • consolidate conflict handling, return data in error (45178c7)
  • delete handling public for pull (eb87eb7)
  • finish status, add clear/reset (c71e66f)
  • handle status ignore marking from STL (2ec6fad)
  • ignorewarnings flag for push (b13fd05)
  • migrate messages/descriptions (8fea6e5)
  • most of sourceStatus logic, code cleanup (f100cb8)
  • non-delete push works (487a20e)
  • push supporting bundle types (639d459)
  • remote and conflicts (f98ecf1)
  • remote tracknig with UT (cb805e5)
  • source tracking from toolbelt (6c2ebb4)
  • sourcemember polling like toolbelt (abdd7b3)
  • spinners while waiting on pull (dfe5aea)
  • status result sorting (b7b109c)
  • sync customObj when their fields sync (3ded96d)
  • throws if "old" source files are present (4b868d8)
  • typed push (6e76812)
  • virtualTree for deletes (b425d77)

Bug Fixes

  • again with the promises (ad9dec5)

  • another attempt at node12 support (c8736d0)

  • case of empty orgId dir (1cb6333)

  • case on formatter filename (02adf22)

  • casing on imports (d4425d9)

  • correct statusCommand description (b834a2f)

  • don't commit empty changelists (67b9772)

  • export compatibility (c6e5f7c)

  • fix vscode image in readme (441c15f)

  • handle org:create's single tracking file (008793d)

  • handle stash failures (09dacc9)

  • leif .yml merge [skip-validate-pr] (ff10f84)

  • local ST uses graceful via core2 (3ba883f)

  • match server subfiles with forward slash (c2489a6)

  • normalize windows paths on commit, too (4339e46)

  • one more fs/promises fixed for node12 (71bafcf)

  • path normalizing for metadata keys (6190590)

  • path normalizing from iso-git (b8cddaf)

  • status output on windows uses backslash (78ac398)

  • support windows path on commits with \ (5712af4)

  • there could be nested LWC templates (d833981)

  • turns bundle parts of SourceMembers into real MDtypes (5646042)

  • use correct var name (0708312)

  • remove retrieve simplifier (bd71eef)