|
1 | 1 | @{
|
2 |
| - ModuleVersion = '0.2.4' |
| 2 | + ModuleVersion = '0.2.5' |
3 | 3 | Description = 'An Extensible Transpiler for PowerShell (and anything else)'
|
4 | 4 | RootModule = 'PipeScript.psm1'
|
5 | 5 | PowerShellVersion = '4.0'
|
@@ -38,28 +38,27 @@ PipeScript files.
|
38 | 38 | BuildModule = @('EZOut','Piecemeal','PipeScript','HelpOut', 'PSDevOps')
|
39 | 39 | Tags = 'PipeScript','PowerShell', 'Transpilation', 'Compiler'
|
40 | 40 | ReleaseNotes = @'
|
41 |
| -## PipeScript 0.2.4: |
| 41 | +## PipeScript 0.2.5: |
42 | 42 |
|
43 |
| -* Conditional Keywords now support throw/return (#389/#388) (also, fixed #387) |
44 |
| -* Updating action: checking for _all_ build errors before outputting (#378) |
45 |
| -* Command Updates |
46 |
| - * New-PipeScript: Fixing Typed function creation (Fixes #372) |
47 |
| - * Join-PipeScript: Fixing End Block Behavior (Fixes #383) |
48 |
| -* Templating Improvements: |
49 |
| - * New Languages Supported: |
50 |
| - * DART (#394) |
51 |
| - * SCALA (#395) |
52 |
| - * Markdown Template Transpiler now has a more terse format (#393). |
53 |
| - * Markdown Template Transpiler now supports embedding in HTML comments or CSS/JavaScript comments (#113). |
54 |
| - * JSON/JavaScript Template: Converting Output to JSON if not [string] (#382) |
55 |
| - * CSS Template Template : now Outputting Objects as CSS rules (Fixes #332) |
56 |
| - * Core Template Transpiler is Faster (#392) and ForeachObject is improved (#390) |
57 |
| -* Other Improvements |
58 |
| - * Include transpiler: Adding -Passthru (Fixes #385) |
59 |
| - * Making validation for various transpilers more careful (Fixes #381) |
60 |
| - * CommandNotFound behavior: Limiting recursion (Fixes #380) |
61 |
| - * Core Transpiler: Improving Efficiency (Fixes #379) |
62 |
| - * Requires allows clobbering and forces loads (Fixes #386) |
| 43 | +* Added Support for Aspects (#401) |
| 44 | +* Support for Pre/Post commands in Core Transpiler |
| 45 | + * Commands Named PipeScript.PreProcess / PipeScript.Analyzer will run before transpilation of a ScriptBlock |
| 46 | + * Commands Named PipeScript.PostProcess / PipeScript.Optimizer will run after transpilation of a ScriptBlock |
| 47 | +* Adding PipeScript.Optimizer.ConsolidateAspects (Fixes #413) |
| 48 | +* Conditional Keywords Fixes (Fixes #402) |
| 49 | +* New-PipeScript: Improving Pipelining (Fixes #400) |
| 50 | +* Update-PipeScript: |
| 51 | + * Tracing Events (#407) |
| 52 | + * Support for Insertions (#405, #406, #407) |
| 53 | +* Template Improvements |
| 54 | + * Templates can now be either singleline or multiline (Fixes #398) |
| 55 | +* New Language Support |
| 56 | + * Eiffel (#404) |
| 57 | + * PS1XML (#414) |
| 58 | + * SVG (#411) |
| 59 | + * XAML (#414) |
| 60 | +* XML Transpilers support inline xml output (Fixes #412) |
| 61 | +* Added initial demo file (Fixes #420) |
63 | 62 |
|
64 | 63 | ---
|
65 | 64 |
|
|
0 commit comments