Skip to content

Latest commit

 

History

History
126 lines (71 loc) · 3.66 KB

CHANGELOG.md

File metadata and controls

126 lines (71 loc) · 3.66 KB

CHANGELOG

[2.12.0] - 2021-12-14

  • Fix XML indentation (#51). Can also be overriden by using env variable SFDX_XML_INDENT (ex: SFDX_INDENT=' ')

[2.11.0] - 2021-12-02

  • Use same XML indentation than Salesforce
  • Upgrade MegaLinter to v5

[2.10.0] - 2021-05-24

  • essentials:packagexml:remove : Allow wildcard (*) in
  • essentials:metadata:filter-xml-content : Fix crash when XML tag is missing

[2.9.0] - 2021-05-20

  • essentials:packagexml:remove : Fix bug when there is a name but no members

[2.8.0] - 2021-04-29

  • Improve essentials:packagexml:remove command with argument --removedonly to generate a package.xml only with removed items

[2.7.0] - 2021-03-28

  • Improve essentials:metadata:filter-xml-content command

[2.6.0] - 2021-06-03

  • Fix command essentials:packagexml:append
  • New command essentials:packagexml:remove

[2.5.4] - 2020-11-10

  • Sort results table with command essentials:project:count-apex-lines

[2.5.3] - 2020-11-10

  • Also allow to count characters with command essentials:project:count-apex-lines

[2.5.0] - 2020-10-20

  • New command essentials:project:count-apex-lines

[2.4.4] - 2020-09-30

  • Add CustomSettings in metadata types

[2.4.2] - 2020-09-07

  • Update anonymous usage stats

[2.4.0] - 2020-07-27

  • Add anonymous usage stats to improve plugin
    • your sources are never sent to analytics server (Amplitude)
    • disable with argument --noinsight

[2.3.1] - 2020-06-22

  • Add flow in sfdx metadata descriptions

[2.3.0] - 2020-06-01

  • essentials:mig:add-namespace updates :
    • New parameter excludeExpressionList
    • Manage namespace on labels
    • More replacement expressions

[2.2.1] - 2020-06-01

  • essentials:mig:add-namespace: Also convert XML files + use case sensitive replacements

[2.2.0] - 2020-06-01

  • New command essentials:mig:add-namespace: Update SFDX sources to add a namespace on references to items described in a package.xml file

[2.1.5] - 2020-04-28

  • Add silent mode for filter-from-packagexml command

[2.1.4] - 2020-04-20

  • #27 (Carlos Lopes Ariza)
    • Fixed custom label on filter-from-packagexml
    • Added Custom Permission support on filter-from-packagexml

[2.1.3] - 2020-04-07

  • console.log added to display permission set file generated with -v option

[2.1.2] - 2020-03-25

  • userPermission added in list of Metadatas in MetadataUtils.describeMetadataTypes()

[2.1.1] - 2020-03-12

  • permissionsets:generate: Fix exclusion of required & master detail fields when there are several CustomField filtering rules

[2.1.0] - 2020-03-06

  • permissionsets:generate: Added Capability to define several rules for the same package.xml member type. Rules are executed in the order defined in the file. If several rules are defined, it is strongly advised to define for the a ruleId, to avoid errors in override / merge of rules when extensions are used.

  • permissionsets:generate: If a rule contains property overrideRulesOfSameType , all other rules of same type will be ignored

[2.0.6] - 2020-02-20

  • This changelog !
  • README Badges
  • Fix SeeCode README links generation

[2.0.1] - 2020-02-10

  • Test classes & code coverage (nyc + mocha), with sample package.xml, metadatas and SFDX Project
  • CircleCI integration
  • Refactoring of commands folders and names (previous commands still exist as aliases)
  • Commands documentation no more manually integrated into README, but correctly generated by oclif-dev from class descriptions

Before

  • I wasn't serious enough to keep a changelog, sorry !