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