sf-package-list
Version:
Convert Salesforce manifest files (package.xml) into list format.
109 lines (50 loc) • 4.8 kB
Markdown
<!-- markdownlint-disable MD024 MD025 -->
<!-- markdown-link-check-disable -->
# Changelog
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
## [1.2.11](https://github.com/mcarvin8/sf-package-list/compare/v1.2.10...v1.2.11) (2025-07-14)
### Bug Fixes
* upgrade node requirement to 20 ([3df55d2](https://github.com/mcarvin8/sf-package-list/commit/3df55d20d12f7518202b1d2a4232446ad3c5c6ac))
## [1.2.10](https://github.com/mcarvin8/sf-package-list/compare/v1.2.9...v1.2.10) (2025-07-01)
### Bug Fixes
* **deps:** bump @oclif/core from 4.3.0 to 4.4.0 ([#36](https://github.com/mcarvin8/sf-package-list/issues/36)) ([6fc9a1e](https://github.com/mcarvin8/sf-package-list/commit/6fc9a1e63e5a64c510e3e1af1f2fd289364c9ebd))
* **deps:** bump @salesforce/source-deploy-retrieve ([#40](https://github.com/mcarvin8/sf-package-list/issues/40)) ([79c4e97](https://github.com/mcarvin8/sf-package-list/commit/79c4e97da6d6af0c165b0d2b992119882fe38049))
## [1.2.9](https://github.com/mcarvin8/sf-package-list/compare/v1.2.8...v1.2.9) (2025-06-13)
### Bug Fixes
* add jest to hit full coverage and move cmd logic into functions ([#34](https://github.com/mcarvin8/sf-package-list/issues/34)) ([b8b11bf](https://github.com/mcarvin8/sf-package-list/commit/b8b11bf7e9cee79f1f49d97f054aa86cc3c88231))
## [1.2.8](https://github.com/mcarvin8/sf-package-list/compare/v1.2.7...v1.2.8) (2025-06-01)
### Bug Fixes
* **deps:** bump @salesforce/core from 8.10.2 to 8.11.4 ([#28](https://github.com/mcarvin8/sf-package-list/issues/28)) ([3e75fc0](https://github.com/mcarvin8/sf-package-list/commit/3e75fc05d86575295fc0353bc6980f68a5a523f1))
* **deps:** bump @salesforce/sf-plugins-core from 12.2.1 to 12.2.2 ([5787654](https://github.com/mcarvin8/sf-package-list/commit/57876540caf14fa34dbc739e10f6c3a9017b44b8))
## [1.2.7](https://github.com/mcarvin8/sf-package-list/compare/v1.2.6...v1.2.7) (2025-05-28)
### Bug Fixes
* move writeFile to functions ([0b3fd95](https://github.com/mcarvin8/sf-package-list/commit/0b3fd95ea10fb719641fdd9d064cb3efb41a55a0))
## [1.2.6](https://github.com/mcarvin8/sf-package-list/compare/v1.2.5...v1.2.6) (2025-05-26)
### Bug Fixes
* use component set to build package list ([#24](https://github.com/mcarvin8/sf-package-list/issues/24)) ([bba031b](https://github.com/mcarvin8/sf-package-list/commit/bba031b89716db830a1018d0a00ae19e080c9531))
## [1.2.5](https://github.com/mcarvin8/sf-package-list/compare/v1.2.4...v1.2.5) (2025-05-06)
### Bug Fixes
* **deps:** bump @salesforce/sf-plugins-core from 12.2.0 to 12.2.1 ([ca19282](https://github.com/mcarvin8/sf-package-list/commit/ca192823c106812261c0a3f51010839a09c5de17))
* **deps:** bump @salesforce/source-deploy-retrieve ([392b76c](https://github.com/mcarvin8/sf-package-list/commit/392b76c2f578c35a0394ed5eafeedf834d94218f))
## [1.2.4](https://github.com/mcarvin8/sf-package-list/compare/v1.2.3...v1.2.4) (2025-04-15)
### Bug Fixes
* only allow commas to separate members in list ([87444dd](https://github.com/mcarvin8/sf-package-list/commit/87444ddd8bafee6490c48d5cb75099ed7288f510))
* only allow commas to separate members in list ([c27f7b8](https://github.com/mcarvin8/sf-package-list/commit/c27f7b80134d0e393b05fb328e5cabd9b6f2d87b))
## [1.2.3](https://github.com/mcarvin8/sf-package-list/compare/v1.2.2...v1.2.3) (2025-04-14)
### Bug Fixes
* default to empty package or list output ([911c3c8](https://github.com/mcarvin8/sf-package-list/commit/911c3c8a27cd4268513f15f1ace6bf2383b4a18d))
## [1.2.2](https://github.com/mcarvin8/sf-package-list/compare/v1.2.1...v1.2.2) (2025-04-01)
### Bug Fixes
* **deps:** bump @salesforce/source-deploy-retrieve ([476c939](https://github.com/mcarvin8/sf-package-list/commit/476c93945783a24d528d468cf340b5ad00150209))
## [1.2.1](https://github.com/mcarvin8/sf-package-list/compare/v1.2.0...v1.2.1) (2025-03-24)
### Bug Fixes
* add warnings for invalid packages or lists ([ab099c3](https://github.com/mcarvin8/sf-package-list/commit/ab099c32081daff5f66d3ce19b9c2cd9db6e0ba9))
## [1.2.0](https://github.com/mcarvin8/sf-package-list/compare/v1.1.0...v1.2.0) (2025-03-24)
### Features
* add `no-api-version` flag ([1e5d7ab](https://github.com/mcarvin8/sf-package-list/commit/1e5d7abd6b23b4e8da642dbad2957dac8f1ba28c))
## [1.1.0](https://github.com/mcarvin8/sf-package-list/compare/v1.0.0...v1.1.0) (2025-03-19)
### Features
* allow commas or spaces to separate list members ([6a59927](https://github.com/mcarvin8/sf-package-list/commit/6a5992701a4b77f203be0f3a2e5ac28a812ef11d))
## 1.0.0 (2025-03-16)
### Features
* init release ([dc90c2e](https://github.com/mcarvin8/sf-package-list/commit/dc90c2e5702aa7f870afaea7d90d73e929a9e6fe))