Skip to content

Commit 0109beb

Browse files
Merge pull request #301 from StartAutomating/edits-Wed,16Nov202211-43-12GMT
Posting with GitPub [skip ci]
2 parents 9fabf19 + bdc8791 commit 0109beb

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed

docs/2022-11-16.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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 %}
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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)

0 commit comments

Comments
 (0)