Skip to content

Commit 891c644

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

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

docs/CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
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+
125
## PipeScript 0.2.4:
226

327
* Conditional Keywords now support throw/return (#389/#388) (also, fixed #387)

0 commit comments

Comments
 (0)