Skip to content

Commit a246df2

Browse files
StartAutomatingStartAutomating
authored andcommitted
Updating Module Version [0.2.4] and CHANGELOG
1 parent 785b3b3 commit a246df2

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

docs/CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
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:

0 commit comments

Comments
 (0)