Skip to content

Latest commit

 

History

History
225 lines (110 loc) · 10.5 KB

CHANGELOG.md

File metadata and controls

225 lines (110 loc) · 10.5 KB

Changelog

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

2.4.1 (2024-12-22)

Bug Fixes

  • fix clover file level metrics in deploy reports (cddded4)

2.4.0 (2024-12-21)

Features

  • add support for clover format (00ffa74)

2.3.0 (2024-12-17)

Features

  • add support for cobertura format (41a3b25)

2.2.1 (2024-12-14)

Bug Fixes

  • upgrade all dependencies (7addc5d)

2.2.0 (2024-10-28)

Features

  • remove dependency on git repos (c2bc72d)

2.1.0 (2024-10-22)

Features

  • remove command flag by adding type guard functions (be380bf)

2.0.0 (2024-10-21)

⚠ BREAKING CHANGES

  • shorten command to acc-transformer

Features

  • shorten command to acc-transformer (686cdc6)

1.7.6 (2024-07-28)

Bug Fixes

1.7.5 (2024-07-28)

Bug Fixes

  • switch to isomorphic-git (2da1fcc)

1.7.4 (2024-06-10)

Bug Fixes

  • include apex get test command in the hook (34718f0)
  • update the hook to allow 2 different JSON paths based on command (f6159be)

1.7.3 (2024-05-15)

Bug Fixes

  • fix handling of an empty JSON from the test run command (48ef6df)
  • warn instead of fail when no files in the JSON are processed (7809843)

1.7.2 (2024-05-10)

Bug Fixes

  • add support for coverage JSONs created by sf apex run test (5f48b77)

1.7.2-beta.1 (2024-05-09)

Bug Fixes

  • add support for coverage JSONs created by sf apex run test (5f48b77)

1.7.1 (2024-04-30)

Bug Fixes

  • fix no-map replacement for windows-style paths (e6d4fef)

1.7.0 (2024-04-30)

Features

  • add a post run hook for post deployments (894a4cd)

1.6.8 (2024-04-23)

Bug Fixes

  • get package directories and repo root before looping through files (b630002)

1.6.7 (2024-04-23)

Bug Fixes

  • remove --sfdx-configuration flag and get sfdx-project.json path using simple-git (87d92f3)

1.6.6 (2024-04-22)

Bug Fixes

  • fix path resolution when running in non-root directories (c16fe7d)

1.6.5 (2024-04-18)

Bug Fixes

  • build XML using xmlbuilder2 and normalize path building using posix (c6d6d94)

1.6.4 (2024-04-09)

Bug Fixes

  • switch to promises/async and refactor imports (2577692)

1.6.3 (2024-03-27)

Bug Fixes

1.6.2 (2024-03-26)

Bug Fixes

  • warn if a file isn't found and fail if no files are found (6b9e8ea)

1.6.1 (2024-03-22)

Bug Fixes

  • search the directories recursively without hard-coding the sub-folder names (8880ab3)

1.6.1-beta.1 (2024-03-22)

Bug Fixes

  • search the directories recursively without hard-coding the sub-folder names (8880ab3)

1.6.0 (2024-03-21)

Features

  • add covered lines, renumbering out-of-range lines numbers (1733b09)

1.6.0-beta.1 (2024-03-20)

Features

  • add covered lines, renumbering out-of-range lines numbers (1733b09)

1.5.0 (2024-03-20)

Features

  • support multiple package directories via the sfdx-project.json (52c1a12)

1.4.0 (2024-02-27)

Features

  • if coverage JSON includes file extensions, use that to determine paths (efc1fa6)

1.3.1 (2024-02-26)

Bug Fixes

  • dx-directory should be an existing directory and fix flag in messages (38fb20b)

1.3.0 (2024-02-07)

Features

1.2.0 (2024-02-07)

Features

  • check if file name is an apex class or apex trigger using the dx directory flag (215e41e)

1.1.1 (2024-02-07)

Bug Fixes

1.1.0 (2024-02-07)

Features

  • update json flag name to ensure it's unique from the global flag and import path module (d03c567)

1.0.0 (2024-02-07)

Features