Skip to content

Latest commit

 

History

History
122 lines (56 loc) · 4.93 KB

CHANGELOG.md

File metadata and controls

122 lines (56 loc) · 4.93 KB

Changelog

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

2.0.0 (2025-01-11)

⚠ BREAKING CHANGES

  • format of --api-version parameter and add boolean flag

Features

  • format of --api-version parameter and add boolean flag (fc2f969)

1.2.3 (2024-12-10)

Bug Fixes

  • add types/node peer dependency (98f5c81)
  • allow packages with no <types> to be parsed (fcbf1ec)

1.2.2 (2024-12-10)

Bug Fixes

  • warn instead of fail when file or directory does not exist (e6dd8a4)

1.2.1 (2024-11-27)

Bug Fixes

  • restrict api-version flag to positive numbers or 0 (a726c73)

1.2.0 (2024-11-22)

Features

  • add optional api-version flag (ff05d2e)

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)

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)

1.0.7 (2024-11-15)

Bug Fixes

  • switch to fast-xml-parser (a7fd1e9)

1.0.6 (2024-11-14)

Bug Fixes

  • update indenting to 4 spaces and adjust empty package creation (b0acb98)

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)

1.0.4 (2024-11-12)

Bug Fixes

  • enforce package root elements are <types> and <version> (d0414fe)

1.0.3 (2024-11-12)

Bug Fixes

  • enforce maximum of 1 version element in each package (48a87de)

1.0.2 (2024-11-10)

Bug Fixes

  • sort types by name and sort members in each type alphabetically (e86ecca)

1.0.1 (2024-11-10)

Bug Fixes

  • include namespace in combined package (c6ae896)

1.0.0 (2024-11-10)

Features