File tree Expand file tree Collapse file tree 2 files changed +38
-0
lines changed
Expand file tree Collapse file tree 2 files changed +38
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ permalink : /2022/11/14/
3+ ---
4+ {% for post in site.posts %}
5+ {% assign currentdate = post.date | date: "%Y %m %d" %}
6+ {% assign friendlydate = post.date | date: "[ %B] ( .. ) [ %d] ( . ) [ %Y] ( ../.. ) " %}
7+ {% if currentdate != "2022 11 14" %}
8+ {% continue %}
9+ {% endif %}
10+ {% if currentdate != date %}
11+ ## {{friendlydate}}
12+ {% assign date = currentdate %}
13+ {% endif %}
14+ * [ {{ post.title }} ] ( {{ post.url }} )
15+ {% endfor %}
Original file line number Diff line number Diff line change 1+ ---
2+
3+ title : PipeScript 0.2
4+ sourceURL : https://github.com/StartAutomating/PipeScript/releases/tag/v0.2
5+ tag : release
6+ ---
7+ ## 0.2:
8+
9+ * Massive Improvements in Templating
10+ * Templates can be used interactively (Fixes [ #285 ] ( https://github.com/StartAutomating/PipeScript/issues/285 ) )
11+ * Renaming all Inline Transpilers to Template Transpilers
12+ * Natural Parsing Improvements
13+ * ArrayLiterals are expanded (Fixes [ #291 ] ( https://github.com/StartAutomating/PipeScript/issues/291 ) )
14+ * AsSentence now only allows one value into a singleton (Fixes [ #279 ] ( https://github.com/StartAutomating/PipeScript/issues/279 ) )
15+ * Not expanding expandable strings (Fixes [ #286 ] ( https://github.com/StartAutomating/PipeScript/issues/286 ) )
16+ * Transpilers can change nearby context (Fixes [ #292 ] ( https://github.com/StartAutomating/PipeScript/issues/292 ) )
17+ * Allowing dot syntax to extend across multiple statements (Fixes [ #273 ] ( https://github.com/StartAutomating/PipeScript/issues/273 ) )
18+ * Adding requires keyword (Fixes [ #293 ] ( https://github.com/StartAutomating/PipeScript/issues/293 ) )
19+ * PipeScript modifies its own manifest (Fixes [ #294 ] ( https://github.com/StartAutomating/PipeScript/issues/294 ) )
20+
21+ ---
22+
23+ Additional history in [ CHANGELOG] ( https://pipescript.start-automating.com/CHANGELOG )
You can’t perform that action at this time.
0 commit comments