Skip to content

Commit 126c21d

Browse files
StartAutomatingStartAutomating
authored andcommitted
Updating Module Version [0.2.5] and CHANGELOG
1 parent 9201d28 commit 126c21d

File tree

1 file changed

+21
-22
lines changed

1 file changed

+21
-22
lines changed

PipeScript.psd1

Lines changed: 21 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@{
2-
ModuleVersion = '0.2.4'
2+
ModuleVersion = '0.2.5'
33
Description = 'An Extensible Transpiler for PowerShell (and anything else)'
44
RootModule = 'PipeScript.psm1'
55
PowerShellVersion = '4.0'
@@ -38,28 +38,27 @@ PipeScript files.
3838
BuildModule = @('EZOut','Piecemeal','PipeScript','HelpOut', 'PSDevOps')
3939
Tags = 'PipeScript','PowerShell', 'Transpilation', 'Compiler'
4040
ReleaseNotes = @'
41-
## PipeScript 0.2.4:
41+
## PipeScript 0.2.5:
4242
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)
6362
6463
---
6564

0 commit comments

Comments
 (0)