File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
88## [ Unreleased]
99
10+ ## [ 0.8.2] - 2025-12-30
11+
12+ ### Changed
13+
14+ - Refactor ArgumentCompleters to use testable helper functions
15+ - Extract duplicated quote handling into ` ConvertFrom-PatCompleterInput ` private function
16+ - Extract CompletionResult creation into ` New-PatCompletionResult ` private function
17+ - Remove ~ 430 lines of duplicated code across 15 public functions
18+ - Add 46 unit tests for the extracted logic
19+
1020## [ 0.8.1] - 2025-12-29
1121
1222### Fixed
Original file line number Diff line number Diff line change 1212RootModule = ' PlexAutomationToolkit.psm1'
1313
1414# Version number of this module.
15- ModuleVersion = ' 0.8.1 '
15+ ModuleVersion = ' 0.8.2 '
1616
1717# Supported PSEditions
1818CompatiblePSEditions = @ (' Desktop' , ' Core' )
You can’t perform that action at this time.
0 commit comments