Skip to content

Commit ca70212

Browse files
Merge pull request #57 from StartAutomating/edits-Fri,14Oct202202-40-48GMT
Posting with GitPub [skip ci]
2 parents 83d0131 + 2329781 commit ca70212

10 files changed

+318
-0
lines changed

docs/2022-09-11.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
permalink: /2022/09/11/
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 09 11" %}
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-09-13.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
permalink: /2022/09/13/
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 09 13" %}
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-09-23.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
permalink: /2022/09/23/
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 09 23" %}
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-10-14.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
permalink: /2022/10/14/
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 10 14" %}
8+
{% continue %}
9+
{% endif %}
10+
{% if currentdate != date %}
11+
## {{friendlydate}}
12+
{% assign date = currentdate %}
13+
{% endif %}
14+
* [ {{ post.title }} ]( {{ post.url }} )
15+
{% endfor %}
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
3+
title: PSSVG 0.1
4+
sourceURL: https://github.com/StartAutomating/PSSVG/releases/tag/v0.1
5+
tag: release
6+
---
7+
### 0.1
8+
* Initial Release of PSSVG, including:
9+
* A command for every SVG element (fixes #1)
10+
* Lots of examples (fixes #2)
11+
* CI/CD (fixes #3) with tests (fixes #4)
12+
* automatically generated documentation (fixes #5), thanks to [HelpOut](https://github.com/StartAutomating/HelpOut)
13+
* A GitHub action (fixes #6), thanks to [PSDevOps](https://github.com/StartAutomating/PSDevOps)
14+
* It's own logo (fixes #7)
15+
* The script used to generate every SVG element (fixes #8)
16+
* [A github page](https://PSSVG.start-automating.com) (fixes #9)
17+
---
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
3+
title: PSSVG 0.2
4+
sourceURL: https://github.com/StartAutomating/PSSVG/releases/tag/v0.2
5+
tag: release
6+
---
7+
### 0.2
8+
* Improved Command Help
9+
* Linking to docs and MDN (Get-Help SVG.a -Online) (Fixes #15)
10+
* Adding .Examples (Fixes #18)
11+
* Adding Write-SVG (Fixed #14)
12+
---
13+
### 0.1
14+
* Initial Release of PSSVG, including:
15+
* A command for every SVG element (fixes #1)
16+
* Lots of examples (fixes #2)
17+
* CI/CD (fixes #3) with tests (fixes #4)
18+
* automatically generated documentation (fixes #5), thanks to [HelpOut](https://github.com/StartAutomating/HelpOut)
19+
* A GitHub action (fixes #6), thanks to [PSDevOps](https://github.com/StartAutomating/PSDevOps)
20+
* It's own logo (fixes #7)
21+
* The script used to generate every SVG element (fixes #8)
22+
* [A github page](https://PSSVG.start-automating.com) (fixes #9)
23+
---
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
3+
title: PSSVG 0.2.1
4+
sourceURL: https://github.com/StartAutomating/PSSVG/releases/tag/v0.2.1
5+
tag: release
6+
---
7+
### 0.2.1
8+
* Improved Command Help
9+
* Adding More Examples (Fixes #21)
10+
* Adding Example/README.md (Fixes #26)
11+
* Write-SVG: Allowing 2 value ViewBox (Fixes #28)
12+
* All SVG.* commands allow elements (Fixes #25 )
13+
* All SVG.* commands now have argument completers (Fixes #24)
14+
---
15+
16+
### 0.2
17+
* All SVG. commands now support -Data attributes (Fixes #12)
18+
* Improved Command Help
19+
* Linking to docs and MDN (Get-Help SVG.a -Online) (Fixes #15)
20+
* Adding .Examples (Fixes #18)
21+
* Adding Write-SVG (Fixes #14)
22+
---
23+
24+
### 0.1
25+
* Initial Release of PSSVG, including:
26+
* A command for every SVG element (fixes #1)
27+
* Lots of examples (fixes #2)
28+
* CI/CD (fixes #3) with tests (fixes #4)
29+
* automatically generated documentation (fixes #5), thanks to [HelpOut](https://github.com/StartAutomating/HelpOut)
30+
* A GitHub action (fixes #6), thanks to [PSDevOps](https://github.com/StartAutomating/PSDevOps)
31+
* It's own logo (fixes #7)
32+
* The script used to generate every SVG element (fixes #8)
33+
* [A github page](https://PSSVG.start-automating.com) (fixes #9)
34+
---
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
---
2+
3+
title: PSSVG 0.2.2
4+
sourceURL: https://github.com/StartAutomating/PSSVG/releases/tag/v0.2.2
5+
tag: release
6+
---
7+
### 0.2.2:
8+
* More Examples:
9+
* Blur (#39)
10+
* BPMAnimate/Morph (#40)
11+
* DropShadow (#43)
12+
* Morphing (#36)
13+
* SweepCircle (#44)
14+
* Added new custom SVG commands:
15+
* SVG.Spiral (Fixes #42 Fixes #41)
16+
* SVG.DropShadow (Fixes #43 Fixes #41)
17+
* Generator Improvements:
18+
* All commands now have -Attribute (Fixes #32)
19+
* Improved Generation of attributes with multiple contexts (Fixes #31)
20+
* Write-SVG improvements:
21+
* Outputs objects by default (Fixes #33) (with nice formatting (Fixes #35))
22+
* Prettifies -OutputPath (Fixes #45)
23+
* Handles [TimeSpan] values (Fixes #34)
24+
---
25+
26+
### 0.2.1
27+
* Improved Command Help
28+
* Adding More Examples (Fixes #21)
29+
* Adding Example/README.md (Fixes #26)
30+
* Write-SVG: Allowing 2 value ViewBox (Fixes #28)
31+
* All SVG.* commands allow elements (Fixes #25 )
32+
* All SVG.* commands now have argument completers (Fixes #24)
33+
---
34+
35+
### 0.2
36+
* All SVG. commands now support -Data attributes (Fixes #12)
37+
* Improved Command Help
38+
* Linking to docs and MDN (Get-Help SVG.a -Online) (Fixes #15)
39+
* Adding .Examples (Fixes #18)
40+
* Adding Write-SVG (Fixes #14)
41+
---
42+
43+
### 0.1
44+
* Initial Release of PSSVG, including:
45+
* A command for every SVG element (fixes #1)
46+
* Lots of examples (fixes #2)
47+
* CI/CD (fixes #3) with tests (fixes #4)
48+
* automatically generated documentation (fixes #5), thanks to [HelpOut](https://github.com/StartAutomating/HelpOut)
49+
* A GitHub action (fixes #6), thanks to [PSDevOps](https://github.com/StartAutomating/PSDevOps)
50+
* It's own logo (fixes #7)
51+
* The script used to generate every SVG element (fixes #8)
52+
* [A github page](https://PSSVG.start-automating.com) (fixes #9)
53+
---
Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
---
2+
3+
title: PSSVG 0.2.3
4+
sourceURL: https://github.com/StartAutomating/PSSVG/releases/tag/v0.2.3
5+
tag: release
6+
---
7+
### 0.2.3:
8+
* Adding SVG.Triangle (#47)
9+
* Updating SVG.DropShadow (#48)
10+
* Adding PowerShell Chevron Example (#49)
11+
---
12+
13+
### 0.2.2:
14+
* More Examples:
15+
* Blur (#39)
16+
* BPMAnimate/Morph (#40)
17+
* DropShadow (#43)
18+
* Morphing (#36)
19+
* SweepCircle (#44)
20+
* Added new custom SVG commands:
21+
* SVG.Spiral (Fixes #42 Fixes #41)
22+
* SVG.DropShadow (Fixes #43 Fixes #41)
23+
* Generator Improvements:
24+
* All commands now have -Attribute (Fixes #32)
25+
* Improved Generation of attributes with multiple contexts (Fixes #31)
26+
* Write-SVG improvements:
27+
* Outputs objects by default (Fixes #33) (with nice formatting (Fixes #35))
28+
* Prettifies -OutputPath (Fixes #45)
29+
* Handles [TimeSpan] values (Fixes #34)
30+
---
31+
32+
### 0.2.1
33+
* Improved Command Help
34+
* Adding More Examples (Fixes #21)
35+
* Adding Example/README.md (Fixes #26)
36+
* Write-SVG: Allowing 2 value ViewBox (Fixes #28)
37+
* All SVG.* commands allow elements (Fixes #25 )
38+
* All SVG.* commands now have argument completers (Fixes #24)
39+
---
40+
41+
### 0.2
42+
* All SVG. commands now support -Data attributes (Fixes #12)
43+
* Improved Command Help
44+
* Linking to docs and MDN (Get-Help SVG.a -Online) (Fixes #15)
45+
* Adding .Examples (Fixes #18)
46+
* Adding Write-SVG (Fixes #14)
47+
---
48+
49+
### 0.1
50+
* Initial Release of PSSVG, including:
51+
* A command for every SVG element (fixes #1)
52+
* Lots of examples (fixes #2)
53+
* CI/CD (fixes #3) with tests (fixes #4)
54+
* automatically generated documentation (fixes #5), thanks to [HelpOut](https://github.com/StartAutomating/HelpOut)
55+
* A GitHub action (fixes #6), thanks to [PSDevOps](https://github.com/StartAutomating/PSDevOps)
56+
* It's own logo (fixes #7)
57+
* The script used to generate every SVG element (fixes #8)
58+
* [A github page](https://PSSVG.start-automating.com) (fixes #9)
59+
---
Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
---
2+
3+
title: PSSVG 0.2.4
4+
sourceURL: https://github.com/StartAutomating/PSSVG/releases/tag/v0.2.4
5+
tag: release
6+
---
7+
### 0.2.4:
8+
* Adding ConvertTo-PSSVG (Fixes #53)
9+
* Updated Logo to use PowerShell Chevron (Fixes #52)
10+
* Using [GitPub](https://github.com/StartAutomating/GitPub) to generate blog (Fixes #51)
11+
12+
---
13+
14+
### 0.2.3:
15+
* Adding SVG.Triangle (#47)
16+
* Updating SVG.DropShadow (#48)
17+
* Adding PowerShell Chevron Example (#49)
18+
19+
---
20+
21+
### 0.2.2:
22+
* More Examples:
23+
* Blur (#39)
24+
* BPMAnimate/Morph (#40)
25+
* DropShadow (#43)
26+
* Morphing (#36)
27+
* SweepCircle (#44)
28+
* Added new custom SVG commands:
29+
* SVG.Spiral (Fixes #42 Fixes #41)
30+
* SVG.DropShadow (Fixes #43 Fixes #41)
31+
* Generator Improvements:
32+
* All commands now have -Attribute (Fixes #32)
33+
* Improved Generation of attributes with multiple contexts (Fixes #31)
34+
* Write-SVG improvements:
35+
* Outputs objects by default (Fixes #33) (with nice formatting (Fixes #35))
36+
* Prettifies -OutputPath (Fixes #45)
37+
* Handles [TimeSpan] values (Fixes #34)
38+
39+
---
40+
41+
### 0.2.1
42+
* Improved Command Help
43+
* Adding More Examples (Fixes #21)
44+
* Adding Example/README.md (Fixes #26)
45+
* Write-SVG: Allowing 2 value ViewBox (Fixes #28)
46+
* All SVG.* commands allow elements (Fixes #25 )
47+
* All SVG.* commands now have argument completers (Fixes #24)
48+
49+
---
50+
51+
### 0.2
52+
* All SVG. commands now support -Data attributes (Fixes #12)
53+
* Improved Command Help
54+
* Linking to docs and MDN (Get-Help SVG.a -Online) (Fixes #15)
55+
* Adding .Examples (Fixes #18)
56+
* Adding Write-SVG (Fixes #14)
57+
58+
---
59+
60+
### 0.1
61+
* Initial Release of PSSVG, including:
62+
* A command for every SVG element (fixes #1)
63+
* Lots of examples (fixes #2)
64+
* CI/CD (fixes #3) with tests (fixes #4)
65+
* automatically generated documentation (fixes #5), thanks to [HelpOut](https://github.com/StartAutomating/HelpOut)
66+
* A GitHub action (fixes #6), thanks to [PSDevOps](https://github.com/StartAutomating/PSDevOps)
67+
* It's own logo (fixes #7)
68+
* The script used to generate every SVG element (fixes #8)
69+
* [A github page](https://PSSVG.start-automating.com) (fixes #9)
70+
71+
---
72+

0 commit comments

Comments
 (0)