Skip to content

PipeScript 0.1.9

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Nov 05:05
· 4985 commits to main since this release
aa93270

0.1.9:

  • Protocol Transpilers
    • Adding JSONSchema transpiler (Fixes #274)
    • HTTP Protocol: Only allowing HTTP Methods (Fixes #275)
  • Keyword improvements:
    • all scripts in $directory (Fixes #277)
    • 'new' keyword recursively transpiles constructor arguments (Fixes #271)
  • Core improvements:
    • Core Transpiler stops transpilation of an item after any output (Fixes #280)
    • [CommandAst].AsSentence now maps singleton values correctly (Fixes #279)
    • PipeScript now handles CommandNotFound, enabling interactive use (Fixes #281)

Additional history in CHANGELOG