Skip to content

Commit 7e3594a

Browse files
Merge pull request #94 from StartAutomating/edits-Tue,13Dec202221-38-30GMT
Posting with GitPub [skip ci]
2 parents dce8f15 + 93c24cc commit 7e3594a

14 files changed

Lines changed: 472 additions & 440 deletions

docs/_posts/2022-04-19-EZOut-1.8.6.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -10,24 +10,24 @@ tag: release
1010
* Format-Markdown: Normalizing tables and fixing issues with Dictionaries
1111
* Format-YAML: Fixing minor issue with -YAMLHeader and multiple objects
1212
* Updating tests: Adding test for Format-Object
13-
* Adding EZOut GitHub Action (#36)
14-
* Out-FormatData: Fixing error when a node has an empty scriptblock (#19)
15-
* Write-FormatListView: Updating Colorization (#33)
16-
* Write-FormatTableView: Fixing encoding and updating colorization (#34)
17-
* Fixing RichModuleInfo (#41)
18-
* Write-FormatViewExpression: Updating Colorization (#35)
13+
* Adding EZOut GitHub Action ([#36](https://github.com/StartAutomating/EZOut/issues/36))
14+
* Out-FormatData: Fixing error when a node has an empty scriptblock ([#19](https://github.com/StartAutomating/EZOut/issues/19))
15+
* Write-FormatListView: Updating Colorization ([#33](https://github.com/StartAutomating/EZOut/issues/33))
16+
* Write-FormatTableView: Fixing encoding and updating colorization ([#34](https://github.com/StartAutomating/EZOut/issues/34))
17+
* Fixing RichModuleInfo ([#41](https://github.com/StartAutomating/EZOut/issues/41))
18+
* Write-FormatViewExpression: Updating Colorization ([#35](https://github.com/StartAutomating/EZOut/issues/35))
1919
* Format-RichText: Adding help, and fixing color lookup logic
20-
* Format-Markdown: Changes to -Heading/-HeadingSize (re #41)
21-
* Adding Format- commands (#24, #25, #26, #27, #28, #29, #30) and making EZOut format take precedence.
22-
* Fixing Colorization in System.Diagnostics.Process (#32)
23-
* Adding Get-EZOutExtension: (helps fix #25)
24-
* Write-FormatViewExpression: Support for localization (#39)
25-
* Out-FormatData: Format-Object embedability (#26), Parts cleanup (#38)
26-
* #38 - Removing single use parts
27-
* Adding Format-Heatmap (#30)
28-
* Adding Format-Markdown (#29)
29-
* Adding Format-YAML (#28)
30-
* Adding Format-RichText (#27)
31-
* Adding Format-Object (#25, #26)
32-
* Adding workflow definition (#37)
20+
* Format-Markdown: Changes to -Heading/-HeadingSize (re [#41](https://github.com/StartAutomating/EZOut/issues/41))
21+
* Adding Format- commands ([#24](https://github.com/StartAutomating/EZOut/issues/24), [#25](https://github.com/StartAutomating/EZOut/issues/25), [#26](https://github.com/StartAutomating/EZOut/issues/26), [#27](https://github.com/StartAutomating/EZOut/issues/27), [#28](https://github.com/StartAutomating/EZOut/issues/28), [#29](https://github.com/StartAutomating/EZOut/issues/29), [#30](https://github.com/StartAutomating/EZOut/issues/30)) and making EZOut format take precedence.
22+
* Fixing Colorization in System.Diagnostics.Process ([#32](https://github.com/StartAutomating/EZOut/issues/32))
23+
* Adding Get-EZOutExtension: (helps fix [#25](https://github.com/StartAutomating/EZOut/issues/25))
24+
* Write-FormatViewExpression: Support for localization ([#39](https://github.com/StartAutomating/EZOut/issues/39))
25+
* Out-FormatData: Format-Object embedability ([#26](https://github.com/StartAutomating/EZOut/issues/26)), Parts cleanup ([#38](https://github.com/StartAutomating/EZOut/issues/38))
26+
* [#38](https://github.com/StartAutomating/EZOut/issues/38) - Removing single use parts
27+
* Adding Format-Heatmap ([#30](https://github.com/StartAutomating/EZOut/issues/30))
28+
* Adding Format-Markdown ([#29](https://github.com/StartAutomating/EZOut/issues/29))
29+
* Adding Format-YAML ([#28](https://github.com/StartAutomating/EZOut/issues/28))
30+
* Adding Format-RichText ([#27](https://github.com/StartAutomating/EZOut/issues/27))
31+
* Adding Format-Object ([#25](https://github.com/StartAutomating/EZOut/issues/25), [#26](https://github.com/StartAutomating/EZOut/issues/26))
32+
* Adding workflow definition ([#37](https://github.com/StartAutomating/EZOut/issues/37))
3333
---

docs/_posts/2022-07-25-EZOut-1.8.7.md

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -5,36 +5,36 @@ sourceURL: https://github.com/StartAutomating/EZOut/releases/tag/v1.8.7
55
tag: release
66
---
77
## 1.8.7:
8-
* Out-FormatData: Now supports -Debug (#46)
9-
* Format-YAML: Fixing Indentation (#49)
10-
* Import-TypeView: Allowing Typename.txt file to redefine typename (#48)
11-
* Self-hosting action (#52)
12-
* GitHub Action now carries on commit message (#54)
8+
* Out-FormatData: Now supports -Debug ([#46](https://github.com/StartAutomating/EZOut/issues/46))
9+
* Format-YAML: Fixing Indentation ([#49](https://github.com/StartAutomating/EZOut/issues/49))
10+
* Import-TypeView: Allowing Typename.txt file to redefine typename ([#48](https://github.com/StartAutomating/EZOut/issues/48))
11+
* Self-hosting action ([#52](https://github.com/StartAutomating/EZOut/issues/52))
12+
* GitHub Action now carries on commit message ([#54](https://github.com/StartAutomating/EZOut/issues/54))
1313
---
1414
## 1.8.6
1515
* Format-Markdown: Adding -ImageLink
1616
* Format-Markdown: Adding -MarkdownTableAlignment, additional documentation.
1717
* Format-Markdown: Normalizing tables and fixing issues with Dictionaries
1818
* Format-YAML: Fixing minor issue with -YAMLHeader and multiple objects
1919
* Updating tests: Adding test for Format-Object
20-
* Adding EZOut GitHub Action (#36)
21-
* Out-FormatData: Fixing error when a node has an empty scriptblock (#19)
22-
* Write-FormatListView: Updating Colorization (#33)
23-
* Write-FormatTableView: Fixing encoding and updating colorization (#34)
24-
* Fixing RichModuleInfo (#41)
25-
* Write-FormatViewExpression: Updating Colorization (#35)
20+
* Adding EZOut GitHub Action ([#36](https://github.com/StartAutomating/EZOut/issues/36))
21+
* Out-FormatData: Fixing error when a node has an empty scriptblock ([#19](https://github.com/StartAutomating/EZOut/issues/19))
22+
* Write-FormatListView: Updating Colorization ([#33](https://github.com/StartAutomating/EZOut/issues/33))
23+
* Write-FormatTableView: Fixing encoding and updating colorization ([#34](https://github.com/StartAutomating/EZOut/issues/34))
24+
* Fixing RichModuleInfo ([#41](https://github.com/StartAutomating/EZOut/issues/41))
25+
* Write-FormatViewExpression: Updating Colorization ([#35](https://github.com/StartAutomating/EZOut/issues/35))
2626
* Format-RichText: Adding help, and fixing color lookup logic
27-
* Format-Markdown: Changes to -Heading/-HeadingSize (re #41)
28-
* Adding Format- commands (#24, #25, #26, #27, #28, #29, #30) and making EZOut format take precedence.
29-
* Fixing Colorization in System.Diagnostics.Process (#32)
30-
* Adding Get-EZOutExtension: (helps fix #25)
31-
* Write-FormatViewExpression: Support for localization (#39)
32-
* Out-FormatData: Format-Object embedability (#26), Parts cleanup (#38)
33-
* #38 - Removing single use parts
34-
* Adding Format-Heatmap (#30)
35-
* Adding Format-Markdown (#29)
36-
* Adding Format-YAML (#28)
37-
* Adding Format-RichText (#27)
38-
* Adding Format-Object (#25, #26)
39-
* Adding workflow definition (#37)
27+
* Format-Markdown: Changes to -Heading/-HeadingSize (re [#41](https://github.com/StartAutomating/EZOut/issues/41))
28+
* Adding Format- commands ([#24](https://github.com/StartAutomating/EZOut/issues/24), [#25](https://github.com/StartAutomating/EZOut/issues/25), [#26](https://github.com/StartAutomating/EZOut/issues/26), [#27](https://github.com/StartAutomating/EZOut/issues/27), [#28](https://github.com/StartAutomating/EZOut/issues/28), [#29](https://github.com/StartAutomating/EZOut/issues/29), [#30](https://github.com/StartAutomating/EZOut/issues/30)) and making EZOut format take precedence.
29+
* Fixing Colorization in System.Diagnostics.Process ([#32](https://github.com/StartAutomating/EZOut/issues/32))
30+
* Adding Get-EZOutExtension: (helps fix [#25](https://github.com/StartAutomating/EZOut/issues/25))
31+
* Write-FormatViewExpression: Support for localization ([#39](https://github.com/StartAutomating/EZOut/issues/39))
32+
* Out-FormatData: Format-Object embedability ([#26](https://github.com/StartAutomating/EZOut/issues/26)), Parts cleanup ([#38](https://github.com/StartAutomating/EZOut/issues/38))
33+
* [#38](https://github.com/StartAutomating/EZOut/issues/38) - Removing single use parts
34+
* Adding Format-Heatmap ([#30](https://github.com/StartAutomating/EZOut/issues/30))
35+
* Adding Format-Markdown ([#29](https://github.com/StartAutomating/EZOut/issues/29))
36+
* Adding Format-YAML ([#28](https://github.com/StartAutomating/EZOut/issues/28))
37+
* Adding Format-RichText ([#27](https://github.com/StartAutomating/EZOut/issues/27))
38+
* Adding Format-Object ([#25](https://github.com/StartAutomating/EZOut/issues/25), [#26](https://github.com/StartAutomating/EZOut/issues/26))
39+
* Adding workflow definition ([#37](https://github.com/StartAutomating/EZOut/issues/37))
4040
---

docs/_posts/2022-07-26-EZOut-1.8.8.md

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -5,40 +5,40 @@ sourceURL: https://github.com/StartAutomating/EZOut/releases/tag/v1.8.8
55
tag: release
66
---
77
## 1.8.8:
8-
* Write-EZFormatFile generates scripts that output files. Fixes #56 and #43.
8+
* Write-EZFormatFile generates scripts that output files. Fixes [#56](https://github.com/StartAutomating/EZOut/issues/56) and [#43](https://github.com/StartAutomating/EZOut/issues/43).
99
---
1010

1111
## 1.8.7:
12-
* Out-FormatData: Now supports -Debug (#46)
13-
* Format-YAML: Fixing Indentation (#49)
14-
* Import-TypeView: Allowing Typename.txt file to redefine typename (#48)
15-
* Self-hosting action (#52)
16-
* GitHub Action now carries on commit message (#54)
12+
* Out-FormatData: Now supports -Debug ([#46](https://github.com/StartAutomating/EZOut/issues/46))
13+
* Format-YAML: Fixing Indentation ([#49](https://github.com/StartAutomating/EZOut/issues/49))
14+
* Import-TypeView: Allowing Typename.txt file to redefine typename ([#48](https://github.com/StartAutomating/EZOut/issues/48))
15+
* Self-hosting action ([#52](https://github.com/StartAutomating/EZOut/issues/52))
16+
* GitHub Action now carries on commit message ([#54](https://github.com/StartAutomating/EZOut/issues/54))
1717
---
1818
## 1.8.6
1919
* Format-Markdown: Adding -ImageLink
2020
* Format-Markdown: Adding -MarkdownTableAlignment, additional documentation.
2121
* Format-Markdown: Normalizing tables and fixing issues with Dictionaries
2222
* Format-YAML: Fixing minor issue with -YAMLHeader and multiple objects
2323
* Updating tests: Adding test for Format-Object
24-
* Adding EZOut GitHub Action (#36)
25-
* Out-FormatData: Fixing error when a node has an empty scriptblock (#19)
26-
* Write-FormatListView: Updating Colorization (#33)
27-
* Write-FormatTableView: Fixing encoding and updating colorization (#34)
28-
* Fixing RichModuleInfo (#41)
29-
* Write-FormatViewExpression: Updating Colorization (#35)
24+
* Adding EZOut GitHub Action ([#36](https://github.com/StartAutomating/EZOut/issues/36))
25+
* Out-FormatData: Fixing error when a node has an empty scriptblock ([#19](https://github.com/StartAutomating/EZOut/issues/19))
26+
* Write-FormatListView: Updating Colorization ([#33](https://github.com/StartAutomating/EZOut/issues/33))
27+
* Write-FormatTableView: Fixing encoding and updating colorization ([#34](https://github.com/StartAutomating/EZOut/issues/34))
28+
* Fixing RichModuleInfo ([#41](https://github.com/StartAutomating/EZOut/issues/41))
29+
* Write-FormatViewExpression: Updating Colorization ([#35](https://github.com/StartAutomating/EZOut/issues/35))
3030
* Format-RichText: Adding help, and fixing color lookup logic
31-
* Format-Markdown: Changes to -Heading/-HeadingSize (re #41)
32-
* Adding Format- commands (#24, #25, #26, #27, #28, #29, #30) and making EZOut format take precedence.
33-
* Fixing Colorization in System.Diagnostics.Process (#32)
34-
* Adding Get-EZOutExtension: (helps fix #25)
35-
* Write-FormatViewExpression: Support for localization (#39)
36-
* Out-FormatData: Format-Object embedability (#26), Parts cleanup (#38)
37-
* #38 - Removing single use parts
38-
* Adding Format-Heatmap (#30)
39-
* Adding Format-Markdown (#29)
40-
* Adding Format-YAML (#28)
41-
* Adding Format-RichText (#27)
42-
* Adding Format-Object (#25, #26)
43-
* Adding workflow definition (#37)
31+
* Format-Markdown: Changes to -Heading/-HeadingSize (re [#41](https://github.com/StartAutomating/EZOut/issues/41))
32+
* Adding Format- commands ([#24](https://github.com/StartAutomating/EZOut/issues/24), [#25](https://github.com/StartAutomating/EZOut/issues/25), [#26](https://github.com/StartAutomating/EZOut/issues/26), [#27](https://github.com/StartAutomating/EZOut/issues/27), [#28](https://github.com/StartAutomating/EZOut/issues/28), [#29](https://github.com/StartAutomating/EZOut/issues/29), [#30](https://github.com/StartAutomating/EZOut/issues/30)) and making EZOut format take precedence.
33+
* Fixing Colorization in System.Diagnostics.Process ([#32](https://github.com/StartAutomating/EZOut/issues/32))
34+
* Adding Get-EZOutExtension: (helps fix [#25](https://github.com/StartAutomating/EZOut/issues/25))
35+
* Write-FormatViewExpression: Support for localization ([#39](https://github.com/StartAutomating/EZOut/issues/39))
36+
* Out-FormatData: Format-Object embedability ([#26](https://github.com/StartAutomating/EZOut/issues/26)), Parts cleanup ([#38](https://github.com/StartAutomating/EZOut/issues/38))
37+
* [#38](https://github.com/StartAutomating/EZOut/issues/38) - Removing single use parts
38+
* Adding Format-Heatmap ([#30](https://github.com/StartAutomating/EZOut/issues/30))
39+
* Adding Format-Markdown ([#29](https://github.com/StartAutomating/EZOut/issues/29))
40+
* Adding Format-YAML ([#28](https://github.com/StartAutomating/EZOut/issues/28))
41+
* Adding Format-RichText ([#27](https://github.com/StartAutomating/EZOut/issues/27))
42+
* Adding Format-Object ([#25](https://github.com/StartAutomating/EZOut/issues/25), [#26](https://github.com/StartAutomating/EZOut/issues/26))
43+
* Adding workflow definition ([#37](https://github.com/StartAutomating/EZOut/issues/37))
4444
---

docs/_posts/2022-08-07-EZOut-1.8.8.1.md

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -5,45 +5,45 @@ sourceURL: https://github.com/StartAutomating/EZOut/releases/tag/v1.8.8.1
55
tag: release
66
---
77
## 1.8.8.1:
8-
* Format-YAML now supports -Indent (Fixes #59)
9-
* Format-YAML now supports all primitive types (Fixes #58). Thanks @dfinke!
8+
* Format-YAML now supports -Indent (Fixes [#59](https://github.com/StartAutomating/EZOut/issues/59))
9+
* Format-YAML now supports all primitive types (Fixes [#58](https://github.com/StartAutomating/EZOut/issues/58)). Thanks @dfinke!
1010
---
1111

1212
## 1.8.8:
13-
* Write-EZFormatFile generates scripts that output files. Fixes #56 and #43.
13+
* Write-EZFormatFile generates scripts that output files. Fixes [#56](https://github.com/StartAutomating/EZOut/issues/56) and [#43](https://github.com/StartAutomating/EZOut/issues/43).
1414
---
1515

1616
## 1.8.7:
17-
* Out-FormatData: Now supports -Debug (#46)
18-
* Format-YAML: Fixing Indentation (#49)
19-
* Import-TypeView: Allowing Typename.txt file to redefine typename (#48)
20-
* Self-hosting action (#52)
21-
* GitHub Action now carries on commit message (#54)
17+
* Out-FormatData: Now supports -Debug ([#46](https://github.com/StartAutomating/EZOut/issues/46))
18+
* Format-YAML: Fixing Indentation ([#49](https://github.com/StartAutomating/EZOut/issues/49))
19+
* Import-TypeView: Allowing Typename.txt file to redefine typename ([#48](https://github.com/StartAutomating/EZOut/issues/48))
20+
* Self-hosting action ([#52](https://github.com/StartAutomating/EZOut/issues/52))
21+
* GitHub Action now carries on commit message ([#54](https://github.com/StartAutomating/EZOut/issues/54))
2222
---
2323
## 1.8.6
2424
* Format-Markdown: Adding -ImageLink
2525
* Format-Markdown: Adding -MarkdownTableAlignment, additional documentation.
2626
* Format-Markdown: Normalizing tables and fixing issues with Dictionaries
2727
* Format-YAML: Fixing minor issue with -YAMLHeader and multiple objects
2828
* Updating tests: Adding test for Format-Object
29-
* Adding EZOut GitHub Action (#36)
30-
* Out-FormatData: Fixing error when a node has an empty scriptblock (#19)
31-
* Write-FormatListView: Updating Colorization (#33)
32-
* Write-FormatTableView: Fixing encoding and updating colorization (#34)
33-
* Fixing RichModuleInfo (#41)
34-
* Write-FormatViewExpression: Updating Colorization (#35)
29+
* Adding EZOut GitHub Action ([#36](https://github.com/StartAutomating/EZOut/issues/36))
30+
* Out-FormatData: Fixing error when a node has an empty scriptblock ([#19](https://github.com/StartAutomating/EZOut/issues/19))
31+
* Write-FormatListView: Updating Colorization ([#33](https://github.com/StartAutomating/EZOut/issues/33))
32+
* Write-FormatTableView: Fixing encoding and updating colorization ([#34](https://github.com/StartAutomating/EZOut/issues/34))
33+
* Fixing RichModuleInfo ([#41](https://github.com/StartAutomating/EZOut/issues/41))
34+
* Write-FormatViewExpression: Updating Colorization ([#35](https://github.com/StartAutomating/EZOut/issues/35))
3535
* Format-RichText: Adding help, and fixing color lookup logic
36-
* Format-Markdown: Changes to -Heading/-HeadingSize (re #41)
37-
* Adding Format- commands (#24, #25, #26, #27, #28, #29, #30) and making EZOut format take precedence.
38-
* Fixing Colorization in System.Diagnostics.Process (#32)
39-
* Adding Get-EZOutExtension: (helps fix #25)
40-
* Write-FormatViewExpression: Support for localization (#39)
41-
* Out-FormatData: Format-Object embedability (#26), Parts cleanup (#38)
42-
* #38 - Removing single use parts
43-
* Adding Format-Heatmap (#30)
44-
* Adding Format-Markdown (#29)
45-
* Adding Format-YAML (#28)
46-
* Adding Format-RichText (#27)
47-
* Adding Format-Object (#25, #26)
48-
* Adding workflow definition (#37)
36+
* Format-Markdown: Changes to -Heading/-HeadingSize (re [#41](https://github.com/StartAutomating/EZOut/issues/41))
37+
* Adding Format- commands ([#24](https://github.com/StartAutomating/EZOut/issues/24), [#25](https://github.com/StartAutomating/EZOut/issues/25), [#26](https://github.com/StartAutomating/EZOut/issues/26), [#27](https://github.com/StartAutomating/EZOut/issues/27), [#28](https://github.com/StartAutomating/EZOut/issues/28), [#29](https://github.com/StartAutomating/EZOut/issues/29), [#30](https://github.com/StartAutomating/EZOut/issues/30)) and making EZOut format take precedence.
38+
* Fixing Colorization in System.Diagnostics.Process ([#32](https://github.com/StartAutomating/EZOut/issues/32))
39+
* Adding Get-EZOutExtension: (helps fix [#25](https://github.com/StartAutomating/EZOut/issues/25))
40+
* Write-FormatViewExpression: Support for localization ([#39](https://github.com/StartAutomating/EZOut/issues/39))
41+
* Out-FormatData: Format-Object embedability ([#26](https://github.com/StartAutomating/EZOut/issues/26)), Parts cleanup ([#38](https://github.com/StartAutomating/EZOut/issues/38))
42+
* [#38](https://github.com/StartAutomating/EZOut/issues/38) - Removing single use parts
43+
* Adding Format-Heatmap ([#30](https://github.com/StartAutomating/EZOut/issues/30))
44+
* Adding Format-Markdown ([#29](https://github.com/StartAutomating/EZOut/issues/29))
45+
* Adding Format-YAML ([#28](https://github.com/StartAutomating/EZOut/issues/28))
46+
* Adding Format-RichText ([#27](https://github.com/StartAutomating/EZOut/issues/27))
47+
* Adding Format-Object ([#25](https://github.com/StartAutomating/EZOut/issues/25), [#26](https://github.com/StartAutomating/EZOut/issues/26))
48+
* Adding workflow definition ([#37](https://github.com/StartAutomating/EZOut/issues/37))
4949
---

0 commit comments

Comments
 (0)