Skip to content

PipeScript 0.2.4

Compare
Choose a tag to compare
@github-actions github-actions released this 31 Mar 06:50
· 3812 commits to main since this release
24a0165

PipeScript 0.2.4:

  • Conditional Keywords now support throw/return (#389/#388) (also, fixed #387)
  • Updating action: checking for all build errors before outputting (#378)
  • Command Updates
    • New-PipeScript: Fixing Typed function creation (Fixes #372)
    • Join-PipeScript: Fixing End Block Behavior (Fixes #383)
  • Templating Improvements:
    • New Languages Supported:
    • Markdown Template Transpiler now has a more terse format (#393).
    • Markdown Template Transpiler now supports embedding in HTML comments or CSS/JavaScript comments (#113).
    • JSON/JavaScript Template: Converting Output to JSON if not [string] (#382)
    • CSS Template Template : now Outputting Objects as CSS rules (Fixes #332)
    • Core Template Transpiler is Faster (#392) and ForeachObject is improved (#390)
  • Other Improvements
    • Include transpiler: Adding -Passthru (Fixes #385)
    • Making validation for various transpilers more careful (Fixes #381)
    • CommandNotFound behavior: Limiting recursion (Fixes #380)
    • Core Transpiler: Improving Efficiency (Fixes #379)
    • Requires allows clobbering and forces loads (Fixes #386)

Additional history in CHANGELOG