Skip to content

Commit 1a1a7dd

Browse files
Merge pull request #103 from StartAutomating/edits-Fri,17Feb202322-20-33GMT
Posting with GitPub [skip ci]
2 parents 23eaaf9 + 63624b4 commit 1a1a7dd

File tree

4 files changed

+306
-0
lines changed

4 files changed

+306
-0
lines changed

docs/2022-12-15.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
permalink: /2022/12/15/
3+
---
4+
{% for post in site.posts %}
5+
{% assign currentdate = post.date | date: "%Y %m %d" %}
6+
{% assign friendlydate = post.date | date: "[%B](..) [%d](.) [%Y](../..)" %}
7+
{% if currentdate != "2022 12 15" %}
8+
{% continue %}
9+
{% endif %}
10+
{% if currentdate != date %}
11+
## {{friendlydate}}
12+
{% assign date = currentdate %}
13+
{% endif %}
14+
* [ {{ post.title }} ]( {{ post.url }} )
15+
{% endfor %}

docs/2022-12.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
permalink: /2022/12/
3+
---
4+
{% assign currentYearMonth = "2022 12" %}
5+
{% for post in site.posts %}
6+
{% assign postYear = post.date | date: "%Y" %}
7+
{% assign postYearMonth = post.date | date: "%B [%Y](..)" %}
8+
{% assign postYM = post.date | date: "%Y %m" %}
9+
{% if postYM != currentYearMonth %}
10+
{% continue %}
11+
{% endif %}
12+
{% if hasDisplayedYearMonth != postYearMonth %}
13+
## {{postYearMonth}}
14+
{% endif %}
15+
{% assign hasDisplayedYearMonth = postYearMonth %}
16+
* [ {{ post.title }} ]( {{ post.url }} )
17+
{% endfor %}
Lines changed: 133 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,133 @@
1+
---
2+
3+
title: EZOut 1.9.8
4+
sourceURL: https://github.com/StartAutomating/EZOut/releases/tag/v1.9.8
5+
tag: release
6+
---
7+
## 1.9.8:
8+
9+
* Format-RichText now supports -Hyperlink (Fixes [#93](https://github.com/StartAutomating/EZOut/issues/93))
10+
* Format-RichText now outputs a single string (Fixes [#95](https://github.com/StartAutomating/EZOut/issues/95))
11+
12+
---
13+
14+
15+
## 1.9.7:
16+
* Format-RichText now unbolds bright colors (Fixes [#88](https://github.com/StartAutomating/EZOut/issues/88))
17+
* Now Blogging with GitPub (Fixes [#89](https://github.com/StartAutomating/EZOut/issues/89))
18+
* New Logo (Fixes [#90](https://github.com/StartAutomating/EZOut/issues/90))
19+
20+
---
21+
22+
## 1.9.6:
23+
* Added Format-JSON (Fixes [#86](https://github.com/StartAutomating/EZOut/issues/86))
24+
* Improved GitHub Action (Fixes [#85](https://github.com/StartAutomating/EZOut/issues/85))
25+
26+
---
27+
28+
## 1.9.5:
29+
* Write-FormatViewExpression:
30+
* Adding -DoubleUnderline
31+
* Adding -Faint
32+
* Adding -Italic
33+
* Adding -Strikthru
34+
* Adding -Hide
35+
* Format-RichText:
36+
* Adding plural alias for -Italic (Fixes [#83](https://github.com/StartAutomating/EZOut/issues/83))
37+
38+
---
39+
40+
41+
## 1.9.4:
42+
* Formatting Improvements:
43+
* Adding Colorized Formatter for Get-Member
44+
* Adding Simple Table for FileSystemTypes
45+
* Format-RichText:
46+
* Adding -DoubleUnderline ([#80](https://github.com/StartAutomating/EZOut/issues/80))
47+
* Adding -Faint ([#77](https://github.com/StartAutomating/EZOut/issues/77))
48+
* Adding -Hide ([#78](https://github.com/StartAutomating/EZOut/issues/78))
49+
* Adding -Italic ([#76](https://github.com/StartAutomating/EZOut/issues/76))
50+
* Fixing -Strikethru behavior ([#79](https://github.com/StartAutomating/EZOut/issues/79))
51+
52+
---
53+
54+
## 1.9.3:
55+
* Import-TypeView/Import-FormatView: Skipping PipeScript Files (Fixes [#73](https://github.com/StartAutomating/EZOut/issues/73))
56+
57+
---
58+
59+
## 1.9.2:
60+
* Format-Markdown:
61+
* Improving Handling of | (Fixes [#71](https://github.com/StartAutomating/EZOut/issues/71))
62+
* Not escaping code blocks (undoes [#69](https://github.com/StartAutomating/EZOut/issues/69))
63+
* No longer including images with PowerShell Gallery package (Fixes [#67](https://github.com/StartAutomating/EZOut/issues/67))
64+
65+
---
66+
67+
## 1.9.1:
68+
* Format-Markdown: Escaping -Code blocks (Fixes [#69](https://github.com/StartAutomating/EZOut/issues/69))
69+
70+
---
71+
72+
## 1.9.0:
73+
* Format-Hashtable: Better Handling of [string]s, [enum]s, and primitive types (Fixes [#64](https://github.com/StartAutomating/EZOut/issues/64)).
74+
* Format-YAML:
75+
* Added -Depth (Fixes [#65](https://github.com/StartAutomating/EZOut/issues/65))
76+
* Supporting Enums (Fixes [#66](https://github.com/StartAutomating/EZOut/issues/66))
77+
78+
---
79+
80+
## 1.8.9:
81+
* Added Format-Hashtable (Fixes [#61](https://github.com/StartAutomating/EZOut/issues/61))
82+
* Import-TypeView now supports hidden properties (Fixes [#62](https://github.com/StartAutomating/EZOut/issues/62))
83+
84+
---
85+
86+
## 1.8.8.1:
87+
* Format-YAML now supports -Indent (Fixes [#59](https://github.com/StartAutomating/EZOut/issues/59))
88+
* Format-YAML now supports all primitive types (Fixes [#58](https://github.com/StartAutomating/EZOut/issues/58)). Thanks @dfinke!
89+
90+
---
91+
92+
## 1.8.8:
93+
* 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).
94+
95+
---
96+
97+
## 1.8.7:
98+
* Out-FormatData: Now supports -Debug ([#46](https://github.com/StartAutomating/EZOut/issues/46))
99+
* Format-YAML: Fixing Indentation ([#49](https://github.com/StartAutomating/EZOut/issues/49))
100+
* Import-TypeView: Allowing Typename.txt file to redefine typename ([#48](https://github.com/StartAutomating/EZOut/issues/48))
101+
* Self-hosting action ([#52](https://github.com/StartAutomating/EZOut/issues/52))
102+
* GitHub Action now carries on commit message ([#54](https://github.com/StartAutomating/EZOut/issues/54))
103+
104+
---
105+
106+
## 1.8.6
107+
* Format-Markdown: Adding -ImageLink
108+
* Format-Markdown: Adding -MarkdownTableAlignment, additional documentation.
109+
* Format-Markdown: Normalizing tables and fixing issues with Dictionaries
110+
* Format-YAML: Fixing minor issue with -YAMLHeader and multiple objects
111+
* Updating tests: Adding test for Format-Object
112+
* Adding EZOut GitHub Action ([#36](https://github.com/StartAutomating/EZOut/issues/36))
113+
* Out-FormatData: Fixing error when a node has an empty scriptblock ([#19](https://github.com/StartAutomating/EZOut/issues/19))
114+
* Write-FormatListView: Updating Colorization ([#33](https://github.com/StartAutomating/EZOut/issues/33))
115+
* Write-FormatTableView: Fixing encoding and updating colorization ([#34](https://github.com/StartAutomating/EZOut/issues/34))
116+
* Fixing RichModuleInfo ([#41](https://github.com/StartAutomating/EZOut/issues/41))
117+
* Write-FormatViewExpression: Updating Colorization ([#35](https://github.com/StartAutomating/EZOut/issues/35))
118+
* Format-RichText: Adding help, and fixing color lookup logic
119+
* Format-Markdown: Changes to -Heading/-HeadingSize (re [#41](https://github.com/StartAutomating/EZOut/issues/41))
120+
* 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.
121+
* Fixing Colorization in System.Diagnostics.Process ([#32](https://github.com/StartAutomating/EZOut/issues/32))
122+
* Adding Get-EZOutExtension: (helps fix [#25](https://github.com/StartAutomating/EZOut/issues/25))
123+
* Write-FormatViewExpression: Support for localization ([#39](https://github.com/StartAutomating/EZOut/issues/39))
124+
* Out-FormatData: Format-Object embedability ([#26](https://github.com/StartAutomating/EZOut/issues/26)), Parts cleanup ([#38](https://github.com/StartAutomating/EZOut/issues/38))
125+
* [#38](https://github.com/StartAutomating/EZOut/issues/38) - Removing single use parts
126+
* Adding Format-Heatmap ([#30](https://github.com/StartAutomating/EZOut/issues/30))
127+
* Adding Format-Markdown ([#29](https://github.com/StartAutomating/EZOut/issues/29))
128+
* Adding Format-YAML ([#28](https://github.com/StartAutomating/EZOut/issues/28))
129+
* Adding Format-RichText ([#27](https://github.com/StartAutomating/EZOut/issues/27))
130+
* Adding Format-Object ([#25](https://github.com/StartAutomating/EZOut/issues/25), [#26](https://github.com/StartAutomating/EZOut/issues/26))
131+
* Adding workflow definition ([#37](https://github.com/StartAutomating/EZOut/issues/37))
132+
133+
---
Lines changed: 141 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,141 @@
1+
---
2+
3+
title: EZOut 1.9.9
4+
sourceURL: https://github.com/StartAutomating/EZOut/releases/tag/v1.9.9
5+
tag: release
6+
---
7+
## 1.9.9:
8+
9+
* Format-RichText -Hyperlink/-Link/-HRef now works (Fixes [#93](https://github.com/StartAutomating/EZOut/issues/93))
10+
* Format-RichText now supports -Alignment and -LineLength (Fixes [#45](https://github.com/StartAutomating/EZOut/issues/45))
11+
* GitHub Action no longer output extra information (Fixes [#98](https://github.com/StartAutomating/EZOut/issues/98))
12+
13+
---
14+
15+
## 1.9.8:
16+
17+
* Format-RichText now supports -Hyperlink (Fixes [#93](https://github.com/StartAutomating/EZOut/issues/93))
18+
* Format-RichText now outputs a single string (Fixes [#95](https://github.com/StartAutomating/EZOut/issues/95))
19+
20+
---
21+
22+
23+
## 1.9.7:
24+
* Format-RichText now unbolds bright colors (Fixes [#88](https://github.com/StartAutomating/EZOut/issues/88))
25+
* Now Blogging with GitPub (Fixes [#89](https://github.com/StartAutomating/EZOut/issues/89))
26+
* New Logo (Fixes [#90](https://github.com/StartAutomating/EZOut/issues/90))
27+
28+
---
29+
30+
## 1.9.6:
31+
* Added Format-JSON (Fixes [#86](https://github.com/StartAutomating/EZOut/issues/86))
32+
* Improved GitHub Action (Fixes [#85](https://github.com/StartAutomating/EZOut/issues/85))
33+
34+
---
35+
36+
## 1.9.5:
37+
* Write-FormatViewExpression:
38+
* Adding -DoubleUnderline
39+
* Adding -Faint
40+
* Adding -Italic
41+
* Adding -Strikthru
42+
* Adding -Hide
43+
* Format-RichText:
44+
* Adding plural alias for -Italic (Fixes [#83](https://github.com/StartAutomating/EZOut/issues/83))
45+
46+
---
47+
48+
49+
## 1.9.4:
50+
* Formatting Improvements:
51+
* Adding Colorized Formatter for Get-Member
52+
* Adding Simple Table for FileSystemTypes
53+
* Format-RichText:
54+
* Adding -DoubleUnderline ([#80](https://github.com/StartAutomating/EZOut/issues/80))
55+
* Adding -Faint ([#77](https://github.com/StartAutomating/EZOut/issues/77))
56+
* Adding -Hide ([#78](https://github.com/StartAutomating/EZOut/issues/78))
57+
* Adding -Italic ([#76](https://github.com/StartAutomating/EZOut/issues/76))
58+
* Fixing -Strikethru behavior ([#79](https://github.com/StartAutomating/EZOut/issues/79))
59+
60+
---
61+
62+
## 1.9.3:
63+
* Import-TypeView/Import-FormatView: Skipping PipeScript Files (Fixes [#73](https://github.com/StartAutomating/EZOut/issues/73))
64+
65+
---
66+
67+
## 1.9.2:
68+
* Format-Markdown:
69+
* Improving Handling of | (Fixes [#71](https://github.com/StartAutomating/EZOut/issues/71))
70+
* Not escaping code blocks (undoes [#69](https://github.com/StartAutomating/EZOut/issues/69))
71+
* No longer including images with PowerShell Gallery package (Fixes [#67](https://github.com/StartAutomating/EZOut/issues/67))
72+
73+
---
74+
75+
## 1.9.1:
76+
* Format-Markdown: Escaping -Code blocks (Fixes [#69](https://github.com/StartAutomating/EZOut/issues/69))
77+
78+
---
79+
80+
## 1.9.0:
81+
* Format-Hashtable: Better Handling of [string]s, [enum]s, and primitive types (Fixes [#64](https://github.com/StartAutomating/EZOut/issues/64)).
82+
* Format-YAML:
83+
* Added -Depth (Fixes [#65](https://github.com/StartAutomating/EZOut/issues/65))
84+
* Supporting Enums (Fixes [#66](https://github.com/StartAutomating/EZOut/issues/66))
85+
86+
---
87+
88+
## 1.8.9:
89+
* Added Format-Hashtable (Fixes [#61](https://github.com/StartAutomating/EZOut/issues/61))
90+
* Import-TypeView now supports hidden properties (Fixes [#62](https://github.com/StartAutomating/EZOut/issues/62))
91+
92+
---
93+
94+
## 1.8.8.1:
95+
* Format-YAML now supports -Indent (Fixes [#59](https://github.com/StartAutomating/EZOut/issues/59))
96+
* Format-YAML now supports all primitive types (Fixes [#58](https://github.com/StartAutomating/EZOut/issues/58)). Thanks @dfinke!
97+
98+
---
99+
100+
## 1.8.8:
101+
* 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).
102+
103+
---
104+
105+
## 1.8.7:
106+
* Out-FormatData: Now supports -Debug ([#46](https://github.com/StartAutomating/EZOut/issues/46))
107+
* Format-YAML: Fixing Indentation ([#49](https://github.com/StartAutomating/EZOut/issues/49))
108+
* Import-TypeView: Allowing Typename.txt file to redefine typename ([#48](https://github.com/StartAutomating/EZOut/issues/48))
109+
* Self-hosting action ([#52](https://github.com/StartAutomating/EZOut/issues/52))
110+
* GitHub Action now carries on commit message ([#54](https://github.com/StartAutomating/EZOut/issues/54))
111+
112+
---
113+
114+
## 1.8.6
115+
* Format-Markdown: Adding -ImageLink
116+
* Format-Markdown: Adding -MarkdownTableAlignment, additional documentation.
117+
* Format-Markdown: Normalizing tables and fixing issues with Dictionaries
118+
* Format-YAML: Fixing minor issue with -YAMLHeader and multiple objects
119+
* Updating tests: Adding test for Format-Object
120+
* Adding EZOut GitHub Action ([#36](https://github.com/StartAutomating/EZOut/issues/36))
121+
* Out-FormatData: Fixing error when a node has an empty scriptblock ([#19](https://github.com/StartAutomating/EZOut/issues/19))
122+
* Write-FormatListView: Updating Colorization ([#33](https://github.com/StartAutomating/EZOut/issues/33))
123+
* Write-FormatTableView: Fixing encoding and updating colorization ([#34](https://github.com/StartAutomating/EZOut/issues/34))
124+
* Fixing RichModuleInfo ([#41](https://github.com/StartAutomating/EZOut/issues/41))
125+
* Write-FormatViewExpression: Updating Colorization ([#35](https://github.com/StartAutomating/EZOut/issues/35))
126+
* Format-RichText: Adding help, and fixing color lookup logic
127+
* Format-Markdown: Changes to -Heading/-HeadingSize (re [#41](https://github.com/StartAutomating/EZOut/issues/41))
128+
* 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.
129+
* Fixing Colorization in System.Diagnostics.Process ([#32](https://github.com/StartAutomating/EZOut/issues/32))
130+
* Adding Get-EZOutExtension: (helps fix [#25](https://github.com/StartAutomating/EZOut/issues/25))
131+
* Write-FormatViewExpression: Support for localization ([#39](https://github.com/StartAutomating/EZOut/issues/39))
132+
* Out-FormatData: Format-Object embedability ([#26](https://github.com/StartAutomating/EZOut/issues/26)), Parts cleanup ([#38](https://github.com/StartAutomating/EZOut/issues/38))
133+
* [#38](https://github.com/StartAutomating/EZOut/issues/38) - Removing single use parts
134+
* Adding Format-Heatmap ([#30](https://github.com/StartAutomating/EZOut/issues/30))
135+
* Adding Format-Markdown ([#29](https://github.com/StartAutomating/EZOut/issues/29))
136+
* Adding Format-YAML ([#28](https://github.com/StartAutomating/EZOut/issues/28))
137+
* Adding Format-RichText ([#27](https://github.com/StartAutomating/EZOut/issues/27))
138+
* Adding Format-Object ([#25](https://github.com/StartAutomating/EZOut/issues/25), [#26](https://github.com/StartAutomating/EZOut/issues/26))
139+
* Adding workflow definition ([#37](https://github.com/StartAutomating/EZOut/issues/37))
140+
141+
---

0 commit comments

Comments
 (0)