Skip to content

Commit a777b45

Browse files
Merge pull request #251 from StartAutomating/edits-Tue,11Oct202200-51-42GMT
Posting with GitPub [skip ci]
2 parents 6969656 + 8bed637 commit a777b45

24 files changed

+3106
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
3+
title: PipeScript 0.0.1
4+
tag: release
5+
---
6+
PipeScript v0.0.1
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
3+
title: PipeScript 0.0.2
4+
tag: release
5+
---
6+
## 0.0.2
7+
* New Transpilers:
8+
* .>ValidatePlatform (#58)
9+
* .>ValidatePropertyName (#59)
10+
* .>Inline.ObjectiveC (#60)
11+
* Transpiler Fixes
12+
* .>VBN now supports -Position (#57)
13+
* GitHub Action Bugfix (#55)
14+
---
15+
## 0.0.1
16+
Initial Commit.
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
3+
title: PipeScript 0.0.3
4+
tag: release
5+
---
6+
## 0.0.3
7+
* New Transpilers:
8+
* .>ValidateExtension (#64)
9+
* .>OutputFile (#53)
10+
* Inline PipeScript Support for New Languages
11+
* Python (#63)
12+
* PHP (#67)
13+
* Razor (#68)
14+
* Bugfixes / improvements:
15+
* Plugged Invoke-PipeScript Parameter Leak (#69)
16+
* .>ValidateTypes transpiler now returns true (#65)
17+
* .>ValidateTypes transpiler now can apply to a [VariableExpressionAST] (#66)
18+
* Building PipeScript with PipeScript (#54)
19+
---
20+
21+
## 0.0.2
22+
* New Transpilers:
23+
* .>ValidatePlatform (#58)
24+
* .>ValidatePropertyName (#59)
25+
* .>Inline.ObjectiveC (#60)
26+
* Transpiler Fixes
27+
* .>VBN now supports -Position (#57)
28+
* GitHub Action Bugfix (#55)
29+
---
30+
## 0.0.1
31+
Initial Commit.
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
---
2+
3+
title: PipeScript 0.0.4
4+
tag: release
5+
---
6+
## 0.0.4
7+
* New Transpilers:
8+
* .>RegexLiteral (#77)
9+
* Improved Transpilers:
10+
* .>PipeScript.Inline now supports -ReplacePattern (#84)
11+
* .>Include now supports wildcards (#81)
12+
* Inline PipeScript Support for New Languages
13+
* ATOM (#79)
14+
* Bicep (#73)
15+
* HLSL (#76)
16+
* Perl / POD (#74)
17+
* RSS (#80)
18+
19+
---
20+
## 0.0.3
21+
* New Transpilers:
22+
* .>ValidateExtension (#64)
23+
* .>OutputFile (#53)
24+
* Inline PipeScript Support for New Languages
25+
* Python (#63)
26+
* PHP (#67)
27+
* Razor (#68)
28+
* Bugfixes / improvements:
29+
* Plugged Invoke-PipeScript Parameter Leak (#69)
30+
* .>ValidateTypes transpiler now returns true (#65)
31+
* .>ValidateTypes transpiler now can apply to a [VariableExpressionAST] (#66)
32+
* Building PipeScript with PipeScript (#54)
33+
---
34+
35+
## 0.0.2
36+
* New Transpilers:
37+
* .>ValidatePlatform (#58)
38+
* .>ValidatePropertyName (#59)
39+
* .>Inline.ObjectiveC (#60)
40+
* Transpiler Fixes
41+
* .>VBN now supports -Position (#57)
42+
* GitHub Action Bugfix (#55)
43+
---
44+
## 0.0.1
45+
Initial Commit.
Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
---
2+
3+
title: PipeScript 0.0.5
4+
tag: release
5+
---
6+
## 0.0.5
7+
* New Language Features:
8+
* PipedAssignment (#88)
9+
* Command Fixes:
10+
* Invoke-PipeScript now defaults unmapped files to treating them as PowerShell / PipeScript (#86)
11+
* Improved Transpilers:
12+
* .>PipeScript.Inline now supports -StartPattern/-EndPattern (#85)
13+
* Inline Transpilers now use -StartPattern/-EndPattern (#85)
14+
* Inline PipeScript Support for New Languages
15+
* .>Inline.PSD1 (#89)
16+
* .>Inline.XML now handles .PS1XML (#91)
17+
---
18+
19+
## 0.0.4
20+
* New Transpilers:
21+
* .>RegexLiteral (#77)
22+
* Improved Transpilers:
23+
* .>PipeScript.Inline now supports -ReplacePattern (#84)
24+
* .>Include now supports wildcards (#81)
25+
* Inline PipeScript Support for New Languages
26+
* ATOM (#79)
27+
* Bicep (#73)
28+
* HLSL (#76)
29+
* Perl / POD (#74)
30+
* RSS (#80)
31+
32+
---
33+
## 0.0.3
34+
* New Transpilers:
35+
* .>ValidateExtension (#64)
36+
* .>OutputFile (#53)
37+
* Inline PipeScript Support for New Languages
38+
* Python (#63)
39+
* PHP (#67)
40+
* Razor (#68)
41+
* Bugfixes / improvements:
42+
* Plugged Invoke-PipeScript Parameter Leak (#69)
43+
* .>ValidateTypes transpiler now returns true (#65)
44+
* .>ValidateTypes transpiler now can apply to a [VariableExpressionAST] (#66)
45+
* Building PipeScript with PipeScript (#54)
46+
---
47+
48+
## 0.0.2
49+
* New Transpilers:
50+
* .>ValidatePlatform (#58)
51+
* .>ValidatePropertyName (#59)
52+
* .>Inline.ObjectiveC (#60)
53+
* Transpiler Fixes
54+
* .>VBN now supports -Position (#57)
55+
* GitHub Action Bugfix (#55)
56+
---
57+
## 0.0.1
58+
Initial Commit.
Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
---
2+
3+
title: PipeScript 0.0.6
4+
tag: release
5+
---
6+
## 0.0.6:
7+
* New Transpilers:
8+
* ValidateScriptBlock
9+
* Improved Transpilers:
10+
* [Include] not including source generators (#96)
11+
* PipeScript.psm1 is now build with PipeScript (#95)
12+
* Join-PipeScript: Fixing -BlockType (#97)
13+
* GitHub Action will now look for PipeScript.psd1 in the workspace first (#98)
14+
---
15+
16+
## 0.0.5
17+
* New Language Features:
18+
* PipedAssignment (#88)
19+
* Command Fixes:
20+
* Invoke-PipeScript now defaults unmapped files to treating them as PowerShell / PipeScript (#86)
21+
* Improved Transpilers:
22+
* .>PipeScript.Inline now supports -StartPattern/-EndPattern (#85)
23+
* Inline Transpilers now use -StartPattern/-EndPattern (#85)
24+
* Inline PipeScript Support for New Languages
25+
* .>Inline.PSD1 (#89)
26+
* .>Inline.XML now handles .PS1XML (#91)
27+
---
28+
29+
## 0.0.4
30+
* New Transpilers:
31+
* .>RegexLiteral (#77)
32+
* Improved Transpilers:
33+
* .>PipeScript.Inline now supports -ReplacePattern (#84)
34+
* .>Include now supports wildcards (#81)
35+
* Inline PipeScript Support for New Languages
36+
* ATOM (#79)
37+
* Bicep (#73)
38+
* HLSL (#76)
39+
* Perl / POD (#74)
40+
* RSS (#80)
41+
42+
---
43+
## 0.0.3
44+
* New Transpilers:
45+
* .>ValidateExtension (#64)
46+
* .>OutputFile (#53)
47+
* Inline PipeScript Support for New Languages
48+
* Python (#63)
49+
* PHP (#67)
50+
* Razor (#68)
51+
* Bugfixes / improvements:
52+
* Plugged Invoke-PipeScript Parameter Leak (#69)
53+
* .>ValidateTypes transpiler now returns true (#65)
54+
* .>ValidateTypes transpiler now can apply to a [VariableExpressionAST] (#66)
55+
* Building PipeScript with PipeScript (#54)
56+
---
57+
58+
## 0.0.2
59+
* New Transpilers:
60+
* .>ValidatePlatform (#58)
61+
* .>ValidatePropertyName (#59)
62+
* .>Inline.ObjectiveC (#60)
63+
* Transpiler Fixes
64+
* .>VBN now supports -Position (#57)
65+
* GitHub Action Bugfix (#55)
66+
---
67+
## 0.0.1
68+
Initial Commit.
Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
---
2+
3+
title: PipeScript 0.0.7
4+
tag: release
5+
---
6+
## 0.0.7:
7+
* Syntax Improvements:
8+
* Support for Dot Notation (#107)
9+
* New Transpilers:
10+
* .>ModuleRelationships (#105)
11+
* .>ModuleExports (#104)
12+
* .>Aliases (#106)
13+
* Fixes:
14+
* Invoke-PipeScript improved error behavior (#103)
15+
* Explicit Transpiler returns modified ScriptBlock (#102)
16+
* .psm1 alias export fix (#100)
17+
* Include improvements (#96)
18+
---
19+
20+
## 0.0.6:
21+
* New Transpilers:
22+
* ValidateScriptBlock
23+
* Improved Transpilers:
24+
* [Include] not including source generators (#96)
25+
* PipeScript.psm1 is now build with PipeScript (#95)
26+
* Join-PipeScript: Fixing -BlockType (#97)
27+
* GitHub Action will now look for PipeScript.psd1 in the workspace first (#98)
28+
---
29+
30+
## 0.0.5
31+
* New Language Features:
32+
* PipedAssignment (#88)
33+
* Command Fixes:
34+
* Invoke-PipeScript now defaults unmapped files to treating them as PowerShell / PipeScript (#86)
35+
* Improved Transpilers:
36+
* .>PipeScript.Inline now supports -StartPattern/-EndPattern (#85)
37+
* Inline Transpilers now use -StartPattern/-EndPattern (#85)
38+
* Inline PipeScript Support for New Languages
39+
* .>Inline.PSD1 (#89)
40+
* .>Inline.XML now handles .PS1XML (#91)
41+
---
42+
43+
## 0.0.4
44+
* New Transpilers:
45+
* .>RegexLiteral (#77)
46+
* Improved Transpilers:
47+
* .>PipeScript.Inline now supports -ReplacePattern (#84)
48+
* .>Include now supports wildcards (#81)
49+
* Inline PipeScript Support for New Languages
50+
* ATOM (#79)
51+
* Bicep (#73)
52+
* HLSL (#76)
53+
* Perl / POD (#74)
54+
* RSS (#80)
55+
56+
---
57+
## 0.0.3
58+
* New Transpilers:
59+
* .>ValidateExtension (#64)
60+
* .>OutputFile (#53)
61+
* Inline PipeScript Support for New Languages
62+
* Python (#63)
63+
* PHP (#67)
64+
* Razor (#68)
65+
* Bugfixes / improvements:
66+
* Plugged Invoke-PipeScript Parameter Leak (#69)
67+
* .>ValidateTypes transpiler now returns true (#65)
68+
* .>ValidateTypes transpiler now can apply to a [VariableExpressionAST] (#66)
69+
* Building PipeScript with PipeScript (#54)
70+
---
71+
72+
## 0.0.2
73+
* New Transpilers:
74+
* .>ValidatePlatform (#58)
75+
* .>ValidatePropertyName (#59)
76+
* .>Inline.ObjectiveC (#60)
77+
* Transpiler Fixes
78+
* .>VBN now supports -Position (#57)
79+
* GitHub Action Bugfix (#55)
80+
---
81+
## 0.0.1
82+
Initial Commit.

0 commit comments

Comments
 (0)