Skip to content

Commit

Permalink
Updated change log (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
BernieWhite authored Apr 30, 2019
1 parent 6318b32 commit 39c2df5
Showing 1 changed file with 22 additions and 5 deletions.
27 changes: 22 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,33 @@

## Unreleased

## v0.5.0

What's changed since v0.4.0:

- Fix PSRule options schema usage of additionalProperties. [#136](https://github.com/BernieWhite/PSRule/issues/136)
- Fix null reference exception when traversing null field. [#123](https://github.com/BernieWhite/PSRule/issues/123)
- Fix missing help topics for options and variables. [#125](https://github.com/BernieWhite/PSRule/issues/125)
- Improved handling of default YAML options file. [#137](https://github.com/BernieWhite/PSRule/issues/137)
- Added support for `Invoke-PSRule` to return NUnit3 formatted results. [#129](https://github.com/BernieWhite/PSRule/issues/129)
- To generate NUnit3 results use the `-OutputFormat NUnit3` parameter.
- Added `Set-PSRuleOption` cmdlet to configure YAML options file. [#135](https://github.com/BernieWhite/PSRule/issues/135)
- Added parameters to New-PSRuleOption to configure common options. [#134](https://github.com/BernieWhite/PSRule/issues/134)
- Additional parameters are an alternative to using a `-Option` hashtable.

What's changed since pre-release v0.5.0-B190423:

- Fix schema conformance of `-OutputFormat NUnit3` to NUnit report schema. [#141](https://github.com/BernieWhite/PSRule/issues/141)
- Fix PSRule options schema usage of additionalProperties. [#136](https://github.com/BernieWhite/PSRule/issues/136)

## v0.5.0-B190423 (pre-release)

- Added `-OutputFormat NUnit3` to `Invoke-PSRule` return NUnit formatted output. [#129](https://github.com/BernieWhite/PSRule/issues/129)
- Added support for `Invoke-PSRule` to return NUnit3 formatted results. [#129](https://github.com/BernieWhite/PSRule/issues/129)
- To generate NUnit3 results use the `-OutputFormat NUnit3` parameter.
- Added `Set-PSRuleOption` cmdlet to configure YAML options file. [#135](https://github.com/BernieWhite/PSRule/issues/135)
- Added parameters to New-PSRuleOption to configure common options. [#134](https://github.com/BernieWhite/PSRule/issues/134)
- Additional parameters are an alternative to using a `-Option` hashtable.
- Improve handling of default YAML options file. [#137](https://github.com/BernieWhite/PSRule/issues/137)
- Improved handling of default YAML options file. [#137](https://github.com/BernieWhite/PSRule/issues/137)

## v0.5.0-B190405 (pre-release)

Expand All @@ -28,7 +45,7 @@ What's changed since v0.3.0:
- Added support for logging pass or fail outcomes to a data stream such as Error, Warning or Information. [#97](https://github.com/BernieWhite/PSRule/issues/97)
- **Breaking change** - Deprecated usage of the `-TargetName` parameter on the `Hint` keyword has been removed. [#81](https://github.com/BernieWhite/PSRule/issues/81)

What's changed since pre-release v0.4.0-B190328:
What's changed since pre-release v0.4.0-B190328:

- No additional changes

Expand Down Expand Up @@ -74,7 +91,7 @@ What's changed since v0.2.0:
- `-TargetName` parameter not longer sets the pipeline object _TargetName_ and generates a warning instead.
- The `-TargetName` will be completely removed in **v0.4.0**, at which time using the parameter will generate an error.

What's changed since pre-release v0.3.0-B190231
What's changed since pre-release v0.3.0-B190231:

- Added support for input de-serialization from FileInfo objects [#95](https://github.com/BernieWhite/PSRule/issues/95)
- **Breaking change** - Changed parameter alias for `-Path` from `-f` to `-p` [#99](https://github.com/BernieWhite/PSRule/issues/99)
Expand Down Expand Up @@ -123,7 +140,7 @@ What's changed since v0.1.0:
- Fix Get-PSRule generates exception when no .rule.ps1 scripts exist in path [#53](https://github.com/BernieWhite/PSRule/issues/53)
- Fix LocalizedData.PathNotFound warning when no .rule.ps1 scripts exist in path [#54](https://github.com/BernieWhite/PSRule/issues/54)

What's changed since pre-release v0.2.0-B190121
What's changed since pre-release v0.2.0-B190121:

- No additional changes

Expand Down

0 comments on commit 39c2df5

Please sign in to comment.