Skip to content

Latest commit

 

History

History
139 lines (67 loc) · 6.39 KB

CHANGELOG.md

File metadata and controls

139 lines (67 loc) · 6.39 KB

Changelog

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

1.9.5 (2024-12-21)

Bug Fixes

  • deps: bump @oclif/core from 4.1.1 to 4.2.0 (e27d43e)

1.9.4 (2024-12-20)

Bug Fixes

  • deps: bump @oclif/core from 4.0.37 to 4.1.1 (efa197b)

1.9.3 (2024-12-18)

Bug Fixes

  • deps: bump @oclif/core from 4.0.32 to 4.0.37 (1699bf6)
  • ignore cases on type names in manifest files (be2906d)

1.9.2 (2024-11-17)

Bug Fixes

  • deps: bump @oclif/core from 4.0.31 to 4.0.32 (4512f80)
  • deps: bump @salesforce/core from 8.6.4 to 8.8.0 (f81fb1e)

1.9.1 (2024-11-09)

Bug Fixes

  • deps: bump @oclif/core from 4.0.30 to 4.0.31 (a12c48e)

1.9.0 (2024-10-30)

Features

  • adds support for tests in namespaces within test suites (49ca3d6)
  • adds wildcard support for tests in test suites (4463655)

1.8.0 (2024-10-28)

Features

  • remove dependency on git repos (8e073bf)

1.7.0 (2024-10-26)

Features

  • allow multiple annotation matches in a single file (c32300a)

1.6.5 (2024-10-26)

Bug Fixes

  • deps: bump @oclif/core from 4.0.27 to 4.0.30 (343f381)
  • deps: bump @salesforce/sf-plugins-core from 11.3.10 to 11.3.12 (33687cc)

1.6.4 (2024-10-25)

Bug Fixes

  • stop the regex match at the end of the line (914cfc7)

1.6.3 (2024-10-21)

Bug Fixes

  • ignore cases in prefixes and allow spaces as separators (ac2c7ed)

1.6.2 (2024-10-20)

Bug Fixes

  • include colon in the regex (7488096)

1.6.1 (2024-10-20)

Bug Fixes

  • ignore cases on test name regex (2363699)

1.6.0 (2024-10-20)

Features

  • adds detection of test classes by checking for the "is test" annotation (3a86d02)

1.5.1 (2024-10-19)

Bug Fixes

  • fixes the case sensitivity issue that was accidentaly added in 1.5.0 (e6b2de5)

1.4.2 (2024-10-15)

Bug Fixes

  • ignores case sensitivity on the line cleanup too (c41056f)
  • ignores case sensitivity when reading tests and test suites names on files (c737d0e)

1.4.1 (2024-10-07)

Bug Fixes

  • deps: bump @oclif/core from 4.0.22 to 4.0.27 (a3e7502)
  • deps: bump @salesforce/core from 8.5.7 to 8.6.1 (efac530)

1.4.0 (2024-09-20)

Features

  • read sfdx-project.json for package directories (fc58565)

Bug Fixes

  • convert to set to remove duplicate test methods (3385541)
  • reverts Yarn version in packageManager to 1.22.22 (7ec0c02)