Skip to content

Commit 08b437a

Browse files
StartAutomatingStartAutomating
authored andcommitted
Posting with GitPub [skip ci]
1 parent 7dbfea4 commit 08b437a

23 files changed

+1586
-1554
lines changed

docs/_posts/2022-06-21-PipeScript-0.0.2.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ tag: release
66
---
77
## 0.0.2
88
* New Transpilers:
9-
* .>ValidatePlatform (#58)
10-
* .>ValidatePropertyName (#59)
11-
* .>Inline.ObjectiveC (#60)
9+
* .>ValidatePlatform ([#58](https://github.com/StartAutomating/PipeScript/issues/58))
10+
* .>ValidatePropertyName ([#59](https://github.com/StartAutomating/PipeScript/issues/59))
11+
* .>Inline.ObjectiveC ([#60](https://github.com/StartAutomating/PipeScript/issues/60))
1212
* Transpiler Fixes
13-
* .>VBN now supports -Position (#57)
14-
* GitHub Action Bugfix (#55)
13+
* .>VBN now supports -Position ([#57](https://github.com/StartAutomating/PipeScript/issues/57))
14+
* GitHub Action Bugfix ([#55](https://github.com/StartAutomating/PipeScript/issues/55))
1515
---
1616
## 0.0.1
1717
Initial Commit.

docs/_posts/2022-06-22-PipeScript-0.0.3.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,27 +6,27 @@ tag: release
66
---
77
## 0.0.3
88
* New Transpilers:
9-
* .>ValidateExtension (#64)
10-
* .>OutputFile (#53)
9+
* .>ValidateExtension ([#64](https://github.com/StartAutomating/PipeScript/issues/64))
10+
* .>OutputFile ([#53](https://github.com/StartAutomating/PipeScript/issues/53))
1111
* Inline PipeScript Support for New Languages
12-
* Python (#63)
13-
* PHP (#67)
14-
* Razor (#68)
12+
* Python ([#63](https://github.com/StartAutomating/PipeScript/issues/63))
13+
* PHP ([#67](https://github.com/StartAutomating/PipeScript/issues/67))
14+
* Razor ([#68](https://github.com/StartAutomating/PipeScript/issues/68))
1515
* Bugfixes / improvements:
16-
* Plugged Invoke-PipeScript Parameter Leak (#69)
17-
* .>ValidateTypes transpiler now returns true (#65)
18-
* .>ValidateTypes transpiler now can apply to a [VariableExpressionAST] (#66)
19-
* Building PipeScript with PipeScript (#54)
16+
* Plugged Invoke-PipeScript Parameter Leak ([#69](https://github.com/StartAutomating/PipeScript/issues/69))
17+
* .>ValidateTypes transpiler now returns true ([#65](https://github.com/StartAutomating/PipeScript/issues/65))
18+
* .>ValidateTypes transpiler now can apply to a [VariableExpressionAST] ([#66](https://github.com/StartAutomating/PipeScript/issues/66))
19+
* Building PipeScript with PipeScript ([#54](https://github.com/StartAutomating/PipeScript/issues/54))
2020
---
2121

2222
## 0.0.2
2323
* New Transpilers:
24-
* .>ValidatePlatform (#58)
25-
* .>ValidatePropertyName (#59)
26-
* .>Inline.ObjectiveC (#60)
24+
* .>ValidatePlatform ([#58](https://github.com/StartAutomating/PipeScript/issues/58))
25+
* .>ValidatePropertyName ([#59](https://github.com/StartAutomating/PipeScript/issues/59))
26+
* .>Inline.ObjectiveC ([#60](https://github.com/StartAutomating/PipeScript/issues/60))
2727
* Transpiler Fixes
28-
* .>VBN now supports -Position (#57)
29-
* GitHub Action Bugfix (#55)
28+
* .>VBN now supports -Position ([#57](https://github.com/StartAutomating/PipeScript/issues/57))
29+
* GitHub Action Bugfix ([#55](https://github.com/StartAutomating/PipeScript/issues/55))
3030
---
3131
## 0.0.1
3232
Initial Commit.

docs/_posts/2022-06-28-PipeScript-0.0.4.md

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -6,41 +6,41 @@ tag: release
66
---
77
## 0.0.4
88
* New Transpilers:
9-
* .>RegexLiteral (#77)
9+
* .>RegexLiteral ([#77](https://github.com/StartAutomating/PipeScript/issues/77))
1010
* Improved Transpilers:
11-
* .>PipeScript.Inline now supports -ReplacePattern (#84)
12-
* .>Include now supports wildcards (#81)
11+
* .>PipeScript.Inline now supports -ReplacePattern ([#84](https://github.com/StartAutomating/PipeScript/issues/84))
12+
* .>Include now supports wildcards ([#81](https://github.com/StartAutomating/PipeScript/issues/81))
1313
* Inline PipeScript Support for New Languages
14-
* ATOM (#79)
15-
* Bicep (#73)
16-
* HLSL (#76)
17-
* Perl / POD (#74)
18-
* RSS (#80)
14+
* ATOM ([#79](https://github.com/StartAutomating/PipeScript/issues/79))
15+
* Bicep ([#73](https://github.com/StartAutomating/PipeScript/issues/73))
16+
* HLSL ([#76](https://github.com/StartAutomating/PipeScript/issues/76))
17+
* Perl / POD ([#74](https://github.com/StartAutomating/PipeScript/issues/74))
18+
* RSS ([#80](https://github.com/StartAutomating/PipeScript/issues/80))
1919

2020
---
2121
## 0.0.3
2222
* New Transpilers:
23-
* .>ValidateExtension (#64)
24-
* .>OutputFile (#53)
23+
* .>ValidateExtension ([#64](https://github.com/StartAutomating/PipeScript/issues/64))
24+
* .>OutputFile ([#53](https://github.com/StartAutomating/PipeScript/issues/53))
2525
* Inline PipeScript Support for New Languages
26-
* Python (#63)
27-
* PHP (#67)
28-
* Razor (#68)
26+
* Python ([#63](https://github.com/StartAutomating/PipeScript/issues/63))
27+
* PHP ([#67](https://github.com/StartAutomating/PipeScript/issues/67))
28+
* Razor ([#68](https://github.com/StartAutomating/PipeScript/issues/68))
2929
* Bugfixes / improvements:
30-
* Plugged Invoke-PipeScript Parameter Leak (#69)
31-
* .>ValidateTypes transpiler now returns true (#65)
32-
* .>ValidateTypes transpiler now can apply to a [VariableExpressionAST] (#66)
33-
* Building PipeScript with PipeScript (#54)
30+
* Plugged Invoke-PipeScript Parameter Leak ([#69](https://github.com/StartAutomating/PipeScript/issues/69))
31+
* .>ValidateTypes transpiler now returns true ([#65](https://github.com/StartAutomating/PipeScript/issues/65))
32+
* .>ValidateTypes transpiler now can apply to a [VariableExpressionAST] ([#66](https://github.com/StartAutomating/PipeScript/issues/66))
33+
* Building PipeScript with PipeScript ([#54](https://github.com/StartAutomating/PipeScript/issues/54))
3434
---
3535

3636
## 0.0.2
3737
* New Transpilers:
38-
* .>ValidatePlatform (#58)
39-
* .>ValidatePropertyName (#59)
40-
* .>Inline.ObjectiveC (#60)
38+
* .>ValidatePlatform ([#58](https://github.com/StartAutomating/PipeScript/issues/58))
39+
* .>ValidatePropertyName ([#59](https://github.com/StartAutomating/PipeScript/issues/59))
40+
* .>Inline.ObjectiveC ([#60](https://github.com/StartAutomating/PipeScript/issues/60))
4141
* Transpiler Fixes
42-
* .>VBN now supports -Position (#57)
43-
* GitHub Action Bugfix (#55)
42+
* .>VBN now supports -Position ([#57](https://github.com/StartAutomating/PipeScript/issues/57))
43+
* GitHub Action Bugfix ([#55](https://github.com/StartAutomating/PipeScript/issues/55))
4444
---
4545
## 0.0.1
4646
Initial Commit.

docs/_posts/2022-06-29-PipeScript-0.0.5.md

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -6,54 +6,54 @@ tag: release
66
---
77
## 0.0.5
88
* New Language Features:
9-
* PipedAssignment (#88)
9+
* PipedAssignment ([#88](https://github.com/StartAutomating/PipeScript/issues/88))
1010
* Command Fixes:
11-
* Invoke-PipeScript now defaults unmapped files to treating them as PowerShell / PipeScript (#86)
11+
* Invoke-PipeScript now defaults unmapped files to treating them as PowerShell / PipeScript ([#86](https://github.com/StartAutomating/PipeScript/issues/86))
1212
* Improved Transpilers:
13-
* .>PipeScript.Inline now supports -StartPattern/-EndPattern (#85)
14-
* Inline Transpilers now use -StartPattern/-EndPattern (#85)
13+
* .>PipeScript.Inline now supports -StartPattern/-EndPattern ([#85](https://github.com/StartAutomating/PipeScript/issues/85))
14+
* Inline Transpilers now use -StartPattern/-EndPattern ([#85](https://github.com/StartAutomating/PipeScript/issues/85))
1515
* Inline PipeScript Support for New Languages
16-
* .>Inline.PSD1 (#89)
17-
* .>Inline.XML now handles .PS1XML (#91)
16+
* .>Inline.PSD1 ([#89](https://github.com/StartAutomating/PipeScript/issues/89))
17+
* .>Inline.XML now handles .PS1XML ([#91](https://github.com/StartAutomating/PipeScript/issues/91))
1818
---
1919

2020
## 0.0.4
2121
* New Transpilers:
22-
* .>RegexLiteral (#77)
22+
* .>RegexLiteral ([#77](https://github.com/StartAutomating/PipeScript/issues/77))
2323
* Improved Transpilers:
24-
* .>PipeScript.Inline now supports -ReplacePattern (#84)
25-
* .>Include now supports wildcards (#81)
24+
* .>PipeScript.Inline now supports -ReplacePattern ([#84](https://github.com/StartAutomating/PipeScript/issues/84))
25+
* .>Include now supports wildcards ([#81](https://github.com/StartAutomating/PipeScript/issues/81))
2626
* Inline PipeScript Support for New Languages
27-
* ATOM (#79)
28-
* Bicep (#73)
29-
* HLSL (#76)
30-
* Perl / POD (#74)
31-
* RSS (#80)
27+
* ATOM ([#79](https://github.com/StartAutomating/PipeScript/issues/79))
28+
* Bicep ([#73](https://github.com/StartAutomating/PipeScript/issues/73))
29+
* HLSL ([#76](https://github.com/StartAutomating/PipeScript/issues/76))
30+
* Perl / POD ([#74](https://github.com/StartAutomating/PipeScript/issues/74))
31+
* RSS ([#80](https://github.com/StartAutomating/PipeScript/issues/80))
3232

3333
---
3434
## 0.0.3
3535
* New Transpilers:
36-
* .>ValidateExtension (#64)
37-
* .>OutputFile (#53)
36+
* .>ValidateExtension ([#64](https://github.com/StartAutomating/PipeScript/issues/64))
37+
* .>OutputFile ([#53](https://github.com/StartAutomating/PipeScript/issues/53))
3838
* Inline PipeScript Support for New Languages
39-
* Python (#63)
40-
* PHP (#67)
41-
* Razor (#68)
39+
* Python ([#63](https://github.com/StartAutomating/PipeScript/issues/63))
40+
* PHP ([#67](https://github.com/StartAutomating/PipeScript/issues/67))
41+
* Razor ([#68](https://github.com/StartAutomating/PipeScript/issues/68))
4242
* Bugfixes / improvements:
43-
* Plugged Invoke-PipeScript Parameter Leak (#69)
44-
* .>ValidateTypes transpiler now returns true (#65)
45-
* .>ValidateTypes transpiler now can apply to a [VariableExpressionAST] (#66)
46-
* Building PipeScript with PipeScript (#54)
43+
* Plugged Invoke-PipeScript Parameter Leak ([#69](https://github.com/StartAutomating/PipeScript/issues/69))
44+
* .>ValidateTypes transpiler now returns true ([#65](https://github.com/StartAutomating/PipeScript/issues/65))
45+
* .>ValidateTypes transpiler now can apply to a [VariableExpressionAST] ([#66](https://github.com/StartAutomating/PipeScript/issues/66))
46+
* Building PipeScript with PipeScript ([#54](https://github.com/StartAutomating/PipeScript/issues/54))
4747
---
4848

4949
## 0.0.2
5050
* New Transpilers:
51-
* .>ValidatePlatform (#58)
52-
* .>ValidatePropertyName (#59)
53-
* .>Inline.ObjectiveC (#60)
51+
* .>ValidatePlatform ([#58](https://github.com/StartAutomating/PipeScript/issues/58))
52+
* .>ValidatePropertyName ([#59](https://github.com/StartAutomating/PipeScript/issues/59))
53+
* .>Inline.ObjectiveC ([#60](https://github.com/StartAutomating/PipeScript/issues/60))
5454
* Transpiler Fixes
55-
* .>VBN now supports -Position (#57)
56-
* GitHub Action Bugfix (#55)
55+
* .>VBN now supports -Position ([#57](https://github.com/StartAutomating/PipeScript/issues/57))
56+
* GitHub Action Bugfix ([#55](https://github.com/StartAutomating/PipeScript/issues/55))
5757
---
5858
## 0.0.1
5959
Initial Commit.

docs/_posts/2022-07-02-PipeScript-0.0.6.md

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -8,62 +8,62 @@ tag: release
88
* New Transpilers:
99
* ValidateScriptBlock
1010
* Improved Transpilers:
11-
* [Include] not including source generators (#96)
12-
* PipeScript.psm1 is now build with PipeScript (#95)
13-
* Join-PipeScript: Fixing -BlockType (#97)
14-
* GitHub Action will now look for PipeScript.psd1 in the workspace first (#98)
11+
* [Include] not including source generators ([#96](https://github.com/StartAutomating/PipeScript/issues/96))
12+
* PipeScript.psm1 is now build with PipeScript ([#95](https://github.com/StartAutomating/PipeScript/issues/95))
13+
* Join-PipeScript: Fixing -BlockType ([#97](https://github.com/StartAutomating/PipeScript/issues/97))
14+
* GitHub Action will now look for PipeScript.psd1 in the workspace first ([#98](https://github.com/StartAutomating/PipeScript/issues/98))
1515
---
1616

1717
## 0.0.5
1818
* New Language Features:
19-
* PipedAssignment (#88)
19+
* PipedAssignment ([#88](https://github.com/StartAutomating/PipeScript/issues/88))
2020
* Command Fixes:
21-
* Invoke-PipeScript now defaults unmapped files to treating them as PowerShell / PipeScript (#86)
21+
* Invoke-PipeScript now defaults unmapped files to treating them as PowerShell / PipeScript ([#86](https://github.com/StartAutomating/PipeScript/issues/86))
2222
* Improved Transpilers:
23-
* .>PipeScript.Inline now supports -StartPattern/-EndPattern (#85)
24-
* Inline Transpilers now use -StartPattern/-EndPattern (#85)
23+
* .>PipeScript.Inline now supports -StartPattern/-EndPattern ([#85](https://github.com/StartAutomating/PipeScript/issues/85))
24+
* Inline Transpilers now use -StartPattern/-EndPattern ([#85](https://github.com/StartAutomating/PipeScript/issues/85))
2525
* Inline PipeScript Support for New Languages
26-
* .>Inline.PSD1 (#89)
27-
* .>Inline.XML now handles .PS1XML (#91)
26+
* .>Inline.PSD1 ([#89](https://github.com/StartAutomating/PipeScript/issues/89))
27+
* .>Inline.XML now handles .PS1XML ([#91](https://github.com/StartAutomating/PipeScript/issues/91))
2828
---
2929

3030
## 0.0.4
3131
* New Transpilers:
32-
* .>RegexLiteral (#77)
32+
* .>RegexLiteral ([#77](https://github.com/StartAutomating/PipeScript/issues/77))
3333
* Improved Transpilers:
34-
* .>PipeScript.Inline now supports -ReplacePattern (#84)
35-
* .>Include now supports wildcards (#81)
34+
* .>PipeScript.Inline now supports -ReplacePattern ([#84](https://github.com/StartAutomating/PipeScript/issues/84))
35+
* .>Include now supports wildcards ([#81](https://github.com/StartAutomating/PipeScript/issues/81))
3636
* Inline PipeScript Support for New Languages
37-
* ATOM (#79)
38-
* Bicep (#73)
39-
* HLSL (#76)
40-
* Perl / POD (#74)
41-
* RSS (#80)
37+
* ATOM ([#79](https://github.com/StartAutomating/PipeScript/issues/79))
38+
* Bicep ([#73](https://github.com/StartAutomating/PipeScript/issues/73))
39+
* HLSL ([#76](https://github.com/StartAutomating/PipeScript/issues/76))
40+
* Perl / POD ([#74](https://github.com/StartAutomating/PipeScript/issues/74))
41+
* RSS ([#80](https://github.com/StartAutomating/PipeScript/issues/80))
4242

4343
---
4444
## 0.0.3
4545
* New Transpilers:
46-
* .>ValidateExtension (#64)
47-
* .>OutputFile (#53)
46+
* .>ValidateExtension ([#64](https://github.com/StartAutomating/PipeScript/issues/64))
47+
* .>OutputFile ([#53](https://github.com/StartAutomating/PipeScript/issues/53))
4848
* Inline PipeScript Support for New Languages
49-
* Python (#63)
50-
* PHP (#67)
51-
* Razor (#68)
49+
* Python ([#63](https://github.com/StartAutomating/PipeScript/issues/63))
50+
* PHP ([#67](https://github.com/StartAutomating/PipeScript/issues/67))
51+
* Razor ([#68](https://github.com/StartAutomating/PipeScript/issues/68))
5252
* Bugfixes / improvements:
53-
* Plugged Invoke-PipeScript Parameter Leak (#69)
54-
* .>ValidateTypes transpiler now returns true (#65)
55-
* .>ValidateTypes transpiler now can apply to a [VariableExpressionAST] (#66)
56-
* Building PipeScript with PipeScript (#54)
53+
* Plugged Invoke-PipeScript Parameter Leak ([#69](https://github.com/StartAutomating/PipeScript/issues/69))
54+
* .>ValidateTypes transpiler now returns true ([#65](https://github.com/StartAutomating/PipeScript/issues/65))
55+
* .>ValidateTypes transpiler now can apply to a [VariableExpressionAST] ([#66](https://github.com/StartAutomating/PipeScript/issues/66))
56+
* Building PipeScript with PipeScript ([#54](https://github.com/StartAutomating/PipeScript/issues/54))
5757
---
5858

5959
## 0.0.2
6060
* New Transpilers:
61-
* .>ValidatePlatform (#58)
62-
* .>ValidatePropertyName (#59)
63-
* .>Inline.ObjectiveC (#60)
61+
* .>ValidatePlatform ([#58](https://github.com/StartAutomating/PipeScript/issues/58))
62+
* .>ValidatePropertyName ([#59](https://github.com/StartAutomating/PipeScript/issues/59))
63+
* .>Inline.ObjectiveC ([#60](https://github.com/StartAutomating/PipeScript/issues/60))
6464
* Transpiler Fixes
65-
* .>VBN now supports -Position (#57)
66-
* GitHub Action Bugfix (#55)
65+
* .>VBN now supports -Position ([#57](https://github.com/StartAutomating/PipeScript/issues/57))
66+
* GitHub Action Bugfix ([#55](https://github.com/StartAutomating/PipeScript/issues/55))
6767
---
6868
## 0.0.1
6969
Initial Commit.

0 commit comments

Comments
 (0)