Skip to content

Commit 11cd7f2

Browse files
StartAutomatingStartAutomating
authored andcommitted
Updating Module Version [0.1.8] and CHANGELOG
1 parent e209f97 commit 11cd7f2

File tree

1 file changed

+33
-4
lines changed

1 file changed

+33
-4
lines changed

docs/CHANGELOG.md

Lines changed: 33 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,19 @@
1+
## 0.1.8:
2+
* Improvements to 'all' keyword (#264 #263 #260 #253)
3+
* Keywords can now be run interactively (#263)
4+
* New keyword can be piped to (#265)
5+
* Sentences can now map multi-word aliases (#260)
6+
* New [CommandAST] properties: .IsPipedTo .IsPipedFrom
7+
* Added Inline HAXE and Inline Racket support (#259 #262)
8+
9+
---
10+
11+
112
## 0.1.7:
213
* Added LATEX / TEX support (Fixes #230)
314
* Adding LUA support (Fixes #246)
415
* Fixing Core Transpiler Attribute Behavior (Fixes #247)
16+
517
---
618

719
## 0.1.6:
@@ -10,12 +22,14 @@
1022
* New Language Support:
1123
* HashiCorp Language (HCL) (Fixes #240 / #241)
1224
* WebAssembly (WAT) (Fixes #239)
25+
1326
---
1427

1528
## 0.1.5:
1629
* Support for [inherit]ing a command (Fixes #235) (finally/wow)
1730
* Join-PipeScript: Overhauling (Fixes #231 Fixes #232 Fixes #233 Fixes #236)
1831
* [Management.Automation.Language] type extensions: Adding .Script property and .ToString() scriptmethod (Fixes #234)
32+
1933
---
2034

2135
## 0.1.4:
@@ -27,6 +41,7 @@
2741
* Improved documentation of [decorate] transpiler (Fixes #222)
2842
* Core Parameter Transpiler no longer considers real types (Fixes #223)
2943
* Adding new value for PipeScript.PipeScriptType: BuildScript (Fixes #228)
44+
3045
---
3146

3247
## 0.1.3:
@@ -51,6 +66,7 @@
5166
* ParameterTypeConstraint now ignores [ordered] (Fixes #190)
5267
* Extended Type System Improvements:
5368
* [ScriptBlock].Transpile() now throws (Fixes #212)
69+
5470
---
5571

5672
## 0.1.2:
@@ -71,6 +87,7 @@
7187
* Adding Hashtable formatter (Fixes #187)
7288
* HTTP Protocol: Enabling Splatting (Fixes #183)
7389
* Requiring Inline Transpilers accept [Management.Automation.CommandInfo] from the Pipeline (Fixes #184)
90+
7491
---
7592

7693
## 0.1.1:
@@ -90,6 +107,7 @@
90107
* CommandAST: Fixing .GetParameter (Fixes #175)
91108
* Updating PSToken control (more colorization) (Fixes #166)
92109
* YAML Formatter indent / primitive support (Fixes #180)
110+
93111
---
94112

95113
## 0.1:
@@ -113,6 +131,7 @@
113131
* Not running when there is not a current branch (#158)
114132
* Improving email determination (#156)
115133
* Invoke-PipeScript terminates transpiler errors when run interactively (#161)
134+
116135
---
117136

118137
## 0.0.13:
@@ -126,9 +145,8 @@
126145
* Now Supporting Inline PipeScript in YAML (#147)
127146
* General Improvements:
128147
* Extending AST Types (#145)
129-
* Adding tests for keywords
130-
---
131148

149+
---
132150

133151
## 0.0.12:
134152
* Adding assert keyword (#143)
@@ -137,11 +155,13 @@
137155
* Handling multiple QueryString values (#139)
138156
* Only passing ContentType to invoker if invoker supports it (#141)
139157
* Defaulting to JSON body when ContentType is unspecified (#140)
158+
140159
---
141160

142161
## 0.0.11:
143162
* Source Generators Now Support Parameters / Arguments (#75)
144163
* Invoke-PipeScript Terminating Build Errors (#135)
164+
145165
---
146166

147167
## 0.0.10:
@@ -156,6 +176,7 @@
156176
* Join-PipeScript (#124)
157177
* Adding .Examples
158178
* Fixing parameter joining issues
179+
159180
---
160181

161182
## 0.0.9:
@@ -166,6 +187,7 @@
166187
* REST Transpiler automatically coerces [DateTime] and [switch] parameters (#118)
167188
* Join-PipeScript: Fixing multiparam error (#124)
168189
* ValidateScriptBlock: Only validing ScriptBlocks (#125)
190+
169191
---
170192

171193
## 0.0.8:
@@ -182,6 +204,7 @@
182204
* Shared Context within Inline Transpilers (#112)
183205
* Fixing Include Transpiler Pattern (#96)
184206
* Join-PipeScript interactive .Substring error (#116)
207+
185208
---
186209

187210
## 0.0.7:
@@ -196,6 +219,7 @@
196219
* Explicit Transpiler returns modified ScriptBlock (#102)
197220
* .psm1 alias export fix (#100)
198221
* Include improvements (#96)
222+
199223
---
200224

201225
## 0.0.6:
@@ -206,6 +230,7 @@
206230
* PipeScript.psm1 is now build with PipeScript (#95)
207231
* Join-PipeScript: Fixing -BlockType (#97)
208232
* GitHub Action will now look for PipeScript.psd1 in the workspace first (#98)
233+
209234
---
210235

211236
## 0.0.5
@@ -219,20 +244,22 @@
219244
* Inline PipeScript Support for New Languages
220245
* .>Inline.PSD1 (#89)
221246
* .>Inline.XML now handles .PS1XML (#91)
247+
222248
---
223249

224250
## 0.0.4
225251
* New Transpilers:
226252
* .>RegexLiteral (#77)
227253
* Improved Transpilers:
228254
* .>PipeScript.Inline now supports -ReplacePattern (#84)
229-
* .>Include now supports wildcards (#81)
255+
* .>Include now supports wildcards (#81)
230256
* Inline PipeScript Support for New Languages
231257
* ATOM (#79)
232258
* Bicep (#73)
233259
* HLSL (#76)
234260
* Perl / POD (#74)
235261
* RSS (#80)
262+
236263
---
237264

238265
## 0.0.3
@@ -248,6 +275,7 @@
248275
* .>ValidateTypes transpiler now returns true (#65)
249276
* .>ValidateTypes transpiler now can apply to a [VariableExpressionAST] (#66)
250277
* Building PipeScript with PipeScript (#54)
278+
251279
---
252280

253281
## 0.0.2
@@ -258,7 +286,8 @@
258286
* Transpiler Fixes
259287
* .>VBN now supports -Position (#57)
260288
* GitHub Action Bugfix (#55)
289+
261290
---
291+
262292
## 0.0.1
263293
Initial Commit.
264-

0 commit comments

Comments
 (0)