File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed
Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change 1+ ## PipeScript 0.2.4:
2+
3+ * Conditional Keywords now support throw/return (#389 /#388 ) (also, fixed #387 )
4+ * Updating action: checking for _ all_ build errors before outputting (#378 )
5+ * Command Updates
6+ * New-PipeScript: Fixing Typed function creation (Fixes #372 )
7+ * Join-PipeScript: Fixing End Block Behavior (Fixes #383 )
8+ * Templating Improvements:
9+ * New Languages Supported:
10+ * DART (#394 )
11+ * SCALA (#395 )
12+ * Markdown Template Transpiler now has a more terse format (#393 ).
13+ * Markdown Template Transpiler now supports embedding in HTML comments or CSS/JavaScript comments (#113 ).
14+ * JSON/JavaScript Template: Converting Output to JSON if not [ string] (#382 )
15+ * CSS Template Template : now Outputting Objects as CSS rules (Fixes #332 )
16+ * Core Template Transpiler is Faster (#392 ) and ForeachObject is improved (#390 )
17+ * Other Improvements
18+ * Include transpiler: Adding -Passthru (Fixes #385 )
19+ * Making validation for various transpilers more careful (Fixes #381 )
20+ * CommandNotFound behavior: Limiting recursion (Fixes #380 )
21+ * Core Transpiler: Improving Efficiency (Fixes #379 )
22+ * Requires allows clobbering and forces loads (Fixes #386 )
23+
24+ ---
25+
126## PipeScript 0.2.3:
227
328### New Features:
You can’t perform that action at this time.
0 commit comments