Releases: mcarvin8/sf-package-combiner
Releases · mcarvin8/sf-package-combiner
v1.2.3
1.2.3 (2024-12-10)
Bug Fixes
- add types/node peer dependency (98f5c81)
- allow packages with no
<types>
to be parsed (fcbf1ec)
v1.2.2
1.2.2 (2024-12-10)
Bug Fixes
- warn instead of fail when file or directory does not exist (e6dd8a4)
v1.2.1
1.2.1 (2024-11-27)
Bug Fixes
- restrict
api-version
flag to positive numbers or 0 (a726c73)
v1.2.0
1.2.0 (2024-11-22)
Features
- add optional
api-version
flag (ff05d2e)
v1.1.0
1.1.0 (2024-11-20)
Features
- add directory flag to read XMLs in immediate directory (f43ae18)
Bug Fixes
- change default value for combined package to
package.xml
(6c43cd6)
v1.0.8
1.0.8 (2024-11-18)
Bug Fixes
- check xml namespace in each package (9c99e1c)
- deps: bump @salesforce/core from 8.6.4 to 8.8.0 (88d0f29)
v1.0.7
1.0.7 (2024-11-15)
Bug Fixes
- switch to fast-xml-parser (a7fd1e9)
v1.0.6
1.0.6 (2024-11-14)
Bug Fixes
- update indenting to 4 spaces and adjust empty package creation (b0acb98)
v1.0.5
1.0.5 (2024-11-13)
Bug Fixes
- ensure only 1
<name>
element is in each <types>
(c452034)
- ensure only elements in each
types
element are name
and members
(2ab6e60)
v1.0.4
1.0.4 (2024-11-12)
Bug Fixes
- enforce package root elements are
<types>
and <version>
(d0414fe)