Skip to content

Commit

Permalink
Get-LocalizationData: Refactor command (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
johlju authored Jan 20, 2024
1 parent 340605e commit a83ec13
Show file tree
Hide file tree
Showing 6 changed files with 1,111 additions and 373 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- Updated the pipelines files for resolving dependencies.
- `Get-LocalizedData`
- Refactored to simplify execution and debugging. The command previously
used a steppable pipeline (proxies `Import-LocalizedData`), that was
removed since it was not possible to use the command in a pipeline.
It just made it more complex and harder to debug. There are more
debug messages added to hopefully simplify solving some hard to find
edge cases bugs.

### Fixed

- `Assert-BoundParameter`
Expand Down
Loading

0 comments on commit a83ec13

Please sign in to comment.