|
| 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 | + |
1 | 12 | ## 0.1.7: |
2 | 13 | * Added LATEX / TEX support (Fixes #230) |
3 | 14 | * Adding LUA support (Fixes #246) |
4 | 15 | * Fixing Core Transpiler Attribute Behavior (Fixes #247) |
| 16 | + |
5 | 17 | --- |
6 | 18 |
|
7 | 19 | ## 0.1.6: |
|
10 | 22 | * New Language Support: |
11 | 23 | * HashiCorp Language (HCL) (Fixes #240 / #241) |
12 | 24 | * WebAssembly (WAT) (Fixes #239) |
| 25 | + |
13 | 26 | --- |
14 | 27 |
|
15 | 28 | ## 0.1.5: |
16 | 29 | * Support for [inherit]ing a command (Fixes #235) (finally/wow) |
17 | 30 | * Join-PipeScript: Overhauling (Fixes #231 Fixes #232 Fixes #233 Fixes #236) |
18 | 31 | * [Management.Automation.Language] type extensions: Adding .Script property and .ToString() scriptmethod (Fixes #234) |
| 32 | + |
19 | 33 | --- |
20 | 34 |
|
21 | 35 | ## 0.1.4: |
|
27 | 41 | * Improved documentation of [decorate] transpiler (Fixes #222) |
28 | 42 | * Core Parameter Transpiler no longer considers real types (Fixes #223) |
29 | 43 | * Adding new value for PipeScript.PipeScriptType: BuildScript (Fixes #228) |
| 44 | + |
30 | 45 | --- |
31 | 46 |
|
32 | 47 | ## 0.1.3: |
|
51 | 66 | * ParameterTypeConstraint now ignores [ordered] (Fixes #190) |
52 | 67 | * Extended Type System Improvements: |
53 | 68 | * [ScriptBlock].Transpile() now throws (Fixes #212) |
| 69 | + |
54 | 70 | --- |
55 | 71 |
|
56 | 72 | ## 0.1.2: |
|
71 | 87 | * Adding Hashtable formatter (Fixes #187) |
72 | 88 | * HTTP Protocol: Enabling Splatting (Fixes #183) |
73 | 89 | * Requiring Inline Transpilers accept [Management.Automation.CommandInfo] from the Pipeline (Fixes #184) |
| 90 | + |
74 | 91 | --- |
75 | 92 |
|
76 | 93 | ## 0.1.1: |
|
90 | 107 | * CommandAST: Fixing .GetParameter (Fixes #175) |
91 | 108 | * Updating PSToken control (more colorization) (Fixes #166) |
92 | 109 | * YAML Formatter indent / primitive support (Fixes #180) |
| 110 | + |
93 | 111 | --- |
94 | 112 |
|
95 | 113 | ## 0.1: |
|
113 | 131 | * Not running when there is not a current branch (#158) |
114 | 132 | * Improving email determination (#156) |
115 | 133 | * Invoke-PipeScript terminates transpiler errors when run interactively (#161) |
| 134 | + |
116 | 135 | --- |
117 | 136 |
|
118 | 137 | ## 0.0.13: |
|
126 | 145 | * Now Supporting Inline PipeScript in YAML (#147) |
127 | 146 | * General Improvements: |
128 | 147 | * Extending AST Types (#145) |
129 | | - * Adding tests for keywords |
130 | | ---- |
131 | 148 |
|
| 149 | +--- |
132 | 150 |
|
133 | 151 | ## 0.0.12: |
134 | 152 | * Adding assert keyword (#143) |
|
137 | 155 | * Handling multiple QueryString values (#139) |
138 | 156 | * Only passing ContentType to invoker if invoker supports it (#141) |
139 | 157 | * Defaulting to JSON body when ContentType is unspecified (#140) |
| 158 | + |
140 | 159 | --- |
141 | 160 |
|
142 | 161 | ## 0.0.11: |
143 | 162 | * Source Generators Now Support Parameters / Arguments (#75) |
144 | 163 | * Invoke-PipeScript Terminating Build Errors (#135) |
| 164 | + |
145 | 165 | --- |
146 | 166 |
|
147 | 167 | ## 0.0.10: |
|
156 | 176 | * Join-PipeScript (#124) |
157 | 177 | * Adding .Examples |
158 | 178 | * Fixing parameter joining issues |
| 179 | + |
159 | 180 | --- |
160 | 181 |
|
161 | 182 | ## 0.0.9: |
|
166 | 187 | * REST Transpiler automatically coerces [DateTime] and [switch] parameters (#118) |
167 | 188 | * Join-PipeScript: Fixing multiparam error (#124) |
168 | 189 | * ValidateScriptBlock: Only validing ScriptBlocks (#125) |
| 190 | + |
169 | 191 | --- |
170 | 192 |
|
171 | 193 | ## 0.0.8: |
|
182 | 204 | * Shared Context within Inline Transpilers (#112) |
183 | 205 | * Fixing Include Transpiler Pattern (#96) |
184 | 206 | * Join-PipeScript interactive .Substring error (#116) |
| 207 | + |
185 | 208 | --- |
186 | 209 |
|
187 | 210 | ## 0.0.7: |
|
196 | 219 | * Explicit Transpiler returns modified ScriptBlock (#102) |
197 | 220 | * .psm1 alias export fix (#100) |
198 | 221 | * Include improvements (#96) |
| 222 | + |
199 | 223 | --- |
200 | 224 |
|
201 | 225 | ## 0.0.6: |
|
206 | 230 | * PipeScript.psm1 is now build with PipeScript (#95) |
207 | 231 | * Join-PipeScript: Fixing -BlockType (#97) |
208 | 232 | * GitHub Action will now look for PipeScript.psd1 in the workspace first (#98) |
| 233 | + |
209 | 234 | --- |
210 | 235 |
|
211 | 236 | ## 0.0.5 |
|
219 | 244 | * Inline PipeScript Support for New Languages |
220 | 245 | * .>Inline.PSD1 (#89) |
221 | 246 | * .>Inline.XML now handles .PS1XML (#91) |
| 247 | + |
222 | 248 | --- |
223 | 249 |
|
224 | 250 | ## 0.0.4 |
225 | 251 | * New Transpilers: |
226 | 252 | * .>RegexLiteral (#77) |
227 | 253 | * Improved Transpilers: |
228 | 254 | * .>PipeScript.Inline now supports -ReplacePattern (#84) |
229 | | - * .>Include now supports wildcards (#81) |
| 255 | + * .>Include now supports wildcards (#81) |
230 | 256 | * Inline PipeScript Support for New Languages |
231 | 257 | * ATOM (#79) |
232 | 258 | * Bicep (#73) |
233 | 259 | * HLSL (#76) |
234 | 260 | * Perl / POD (#74) |
235 | 261 | * RSS (#80) |
| 262 | + |
236 | 263 | --- |
237 | 264 |
|
238 | 265 | ## 0.0.3 |
|
248 | 275 | * .>ValidateTypes transpiler now returns true (#65) |
249 | 276 | * .>ValidateTypes transpiler now can apply to a [VariableExpressionAST] (#66) |
250 | 277 | * Building PipeScript with PipeScript (#54) |
| 278 | + |
251 | 279 | --- |
252 | 280 |
|
253 | 281 | ## 0.0.2 |
|
258 | 286 | * Transpiler Fixes |
259 | 287 | * .>VBN now supports -Position (#57) |
260 | 288 | * GitHub Action Bugfix (#55) |
| 289 | + |
261 | 290 | --- |
| 291 | + |
262 | 292 | ## 0.0.1 |
263 | | -Initial Commit. |
| 293 | +Initial Commit. |
0 commit comments