Skip to content

PipeScript 0.2.5

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Apr 14:46
· 3684 commits to main since this release
80fa002

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