Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 16 additions & 17 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@
that passed before may now correctly fail.
- [**#96**](https://github.com/psake/PowerShellBuild/issues/96)
`Test-PSBuildScriptAnalysis` no longer fails with a path-resolution error
when `SettingsPath` is not supplied. An unsupplied path was forwarded to

Check warning on line 225 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / CI / Run Linters

Unknown word (unsupplied) Suggestions: (unapplied, unsullied, unspoiled, unstapled, unsupported)
PSScriptAnalyzer as `-Settings ''`, which resolved against the current
directory and threw before any analysis ran, so the function's own
documented example could not run as written.
Expand All @@ -246,7 +246,7 @@
gating at all. The comparison is now strictly more permissive than before,
so a build that passed with a coverage threshold set still passes.

## [0.8.2] 2026-07-08
## [0.8.2] - 2026-07-08

### Fixed

Expand All @@ -260,7 +260,7 @@
Companion to [#128](https://github.com/psake/PowerShellBuild/pull/128),
which fixes the same gap in this repository's own build file.

## [0.8.1] 2026-06-03
## [0.8.1] - 2026-06-03

### Fixed

Expand All @@ -273,7 +273,7 @@
Windows (matching the existing pattern in `Build-PSBuildUpdatableHelp`). Behavior
on PowerShell 7+ is unchanged.

## [0.8.0] 2026-02-20
## [0.8.0] - 2026-02-20

### Added

Expand All @@ -297,15 +297,15 @@

- Remove extra backticks during localization text migration.

## [0.7.3] 2025-08-01
## [0.7.3] - 2025-08-01

### Added

- Add new dependencies variables to allow end user to modify which tasks are
run.
- Add localization support.

## [0.7.2] 2025-05-21
## [0.7.2] - 2025-05-21

### Added

Expand All @@ -321,13 +321,13 @@
- `$PSBPreference.Test.OutputVerbosity` can be set to **None**, **Normal**,
**Detailed**, and **Diagnostic**. The default value is **Detailed**.

## [0.7.1] 2025-04-01
## [0.7.1] - 2025-04-01

### Fixes
### Fixed

- Fix a bug in `Build-PSBuildMarkdown` where a hashtable item was added twice.

## [0.7.0] 2025-03-31
## [0.7.0] - 2025-03-31

### Changed

Expand All @@ -340,7 +340,7 @@
dependencies by allowing them to be overwritten with
`$PSBPreference.TaskDependencies`.

## [0.6.2] 2024-10-06
## [0.6.2] - 2024-10-06

### Changed

Expand All @@ -361,21 +361,21 @@
output fle format not working (via
[@OpsM0nkey](https://github.com/OpsM0nkey))

## [0.6.1] 2021-03-14
## [0.6.1] - 2021-03-14

### Fixed

- Fixed bug in IB task `GenerateMarkdown` when dot sourcing precondition

## [0.6.0] 2021-03-14
## [0.6.0] - 2021-03-14

### Changed

- [**#50**](https://github.com/psake/PowerShellBuild/pull/50) Invoke-Build tasks
brought inline with psake equivalents (via
[@JustinGrote](https://github.com/JustinGrote))

## [0.5.0] 2021-02-27
## [0.5.0] - 2021-02-27

### Added

Expand All @@ -385,7 +385,7 @@
- `$PSBPreference.Test.CodeCoverage.OutputFileFormat` - Code coverage output
format

## [0.5.0] (beta1) - 2020-11-15
## [0.5.0-beta1] - 2020-11-15

### Added

Expand Down Expand Up @@ -458,12 +458,11 @@
'Public' folder when dot sourcing functions in PSM1 (via
[@pauby](https://github.com/pauby))

### Breaking changes

- Refactor build properties into a single hashtable `$PSBPreference`

### Changed

- **Breaking:** Refactor build properties into a single hashtable
`$PSBPreference`

- [**#11**](https://github.com/psake/PowerShellBuild/pull/11) The Invoke-Build
tasks are now auto-generated from the psake tasks via a converter script (via
[@JustinGrote](https://github.com/JustinGrote))
Expand Down
Loading