File tree Expand file tree Collapse file tree 2 files changed +32
-0
lines changed
Expand file tree Collapse file tree 2 files changed +32
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ permalink : /2022/11/16/
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 16" %}
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.1
4+ sourceURL : https://github.com/StartAutomating/PipeScript/releases/tag/v0.2.1
5+ tag : release
6+ ---
7+ ## 0.2.1:
8+
9+ * Adding preliminary 'define' transpiler (Fixes [ #299 ] ( https://github.com/StartAutomating/PipeScript/issues/299 ) )
10+ * Improving interactive templates (now supported for all languages) (Fixes [ #285 ] ( https://github.com/StartAutomating/PipeScript/issues/285 ) )
11+ * Fixing sequence dotting within non-statements (Fixes [ #298 ] ( https://github.com/StartAutomating/PipeScript/issues/298 ) )
12+ * Allow multiple transpiler outputs to update nearby context (Fixes [ #297 ] ( https://github.com/StartAutomating/PipeScript/issues/297 ) )
13+ * No longer expanding Regex Literals in attributes (Fixes [ #290 ] ( https://github.com/StartAutomating/PipeScript/issues/290 ) )
14+
15+ ---
16+
17+ Additional history in [ CHANGELOG] ( https://pipescript.start-automating.com/CHANGELOG )
You can’t perform that action at this time.
0 commit comments