You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-5
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,11 @@
1
1
2
2
## Unreleased
3
3
4
-
- Fix summary is not correctly serialized with JSON or YAML output format [#116](https://github.com/BernieWhite/PSRule/issues/116)
5
-
- Fix missing properties on serialized YAML output [#115](https://github.com/BernieWhite/PSRule/issues/115)
6
-
- Fix incorrect property name case of YAML serialized results [#114](https://github.com/BernieWhite/PSRule/issues/114)
4
+
## v0.4.0-B190328 (pre-release)
5
+
6
+
- Fix summary is not correctly serialized with JSON or YAML output format. [#116](https://github.com/BernieWhite/PSRule/issues/116)
7
+
- Fix missing properties on serialized YAML output. [#115](https://github.com/BernieWhite/PSRule/issues/115)
8
+
- Fix incorrect property name case of YAML serialized results. [#114](https://github.com/BernieWhite/PSRule/issues/114)
7
9
8
10
## v0.4.0-B190320 (pre-release)
9
11
@@ -15,8 +17,8 @@
15
17
- Added support for using `-InputPath` instead of using `-InputObject` to handle serialized objects. [#106](https://github.com/BernieWhite/PSRule/issues/106)
16
18
-`-Format` is automatically detected for `.yaml`, `.yml` and `.json` file extensions.
17
19
- Added `-OutputFormat` parameter to serialize output from `Invoke-PSRule`. [#29](https://github.com/BernieWhite/PSRule/issues/29)
18
-
- 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)
19
-
-**Breaking change** - Deprecated usage of the `-TargetName` parameter on the `Hint` keyword has been removed [#81](https://github.com/BernieWhite/PSRule/issues/81)
20
+
- 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)
21
+
-**Breaking change** - Deprecated usage of the `-TargetName` parameter on the `Hint` keyword has been removed.[#81](https://github.com/BernieWhite/PSRule/issues/81)
0 commit comments