PipeScript 0.2.5
PipeScript 0.2.5:
- Added Support for Aspects (#401)
- Support for Pre/Post commands in Core Transpiler
- Commands Named PipeScript.PreProcess / PipeScript.Analyzer will run before transpilation of a ScriptBlock
- Commands Named PipeScript.PostProcess / PipeScript.Optimizer will run after transpilation of a ScriptBlock
- Adding PipeScript.Optimizer.ConsolidateAspects (Fixes #413)
- Conditional Keywords Fixes (Fixes #402)
- New-PipeScript: Improving Pipelining (Fixes #400)
- Update-PipeScript:
- Template Improvements
- Templates can now be either singleline or multiline (Fixes #398)
- New Language Support
- XML Transpilers support inline xml output (Fixes #412)
- Added initial demo file (Fixes #420)
Additional history in CHANGELOG