File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change
1
+ ## PipeScript 0.2.5:
2
+
3
+ * Added Support for Aspects (#401 )
4
+ * Support for Pre/Post commands in Core Transpiler
5
+ * Commands Named PipeScript.PreProcess / PipeScript.Analyzer will run before transpilation of a ScriptBlock
6
+ * Commands Named PipeScript.PostProcess / PipeScript.Optimizer will run after transpilation of a ScriptBlock
7
+ * Adding PipeScript.Optimizer.ConsolidateAspects (Fixes #413 )
8
+ * Conditional Keywords Fixes (Fixes #402 )
9
+ * New-PipeScript: Improving Pipelining (Fixes #400 )
10
+ * Update-PipeScript:
11
+ * Tracing Events (#407 )
12
+ * Support for Insertions (#405 , #406 , #407 )
13
+ * Template Improvements
14
+ * Templates can now be either singleline or multiline (Fixes #398 )
15
+ * New Language Support
16
+ * Eiffel (#404 )
17
+ * PS1XML (#414 )
18
+ * SVG (#411 )
19
+ * XAML (#414 )
20
+ * XML Transpilers support inline xml output (Fixes #412 )
21
+ * Added initial demo file (Fixes #420 )
22
+
23
+ ---
24
+
1
25
## PipeScript 0.2.4:
2
26
3
27
* Conditional Keywords now support throw/return (#389 /#388 ) (also, fixed #387 )
You can’t perform that action at this time.
0 commit comments