Skip to content

Commit b211cbb

Browse files
StartAutomatingStartAutomating
authored andcommitted
Posting with GitPub [skip ci]
1 parent 95c3fbc commit b211cbb

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

docs/2022-10-21.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
permalink: /2022/10/21/
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 10 21" %}
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: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
3+
title: PipeScript 0.1.8
4+
sourceURL: https://github.com/StartAutomating/PipeScript/releases/tag/v0.1.8
5+
tag: release
6+
---
7+
## 0.1.8:
8+
* Improvements to 'all' keyword (#264 #263 #260 #253)
9+
* Keywords can now be run interactively (#263)
10+
* New keyword can be piped to (#265)
11+
* Sentences can now map multi-word aliases (#260)
12+
* New [CommandAST] properties: .IsPipedTo .IsPipedFrom
13+
* Added Inline HAXE and Inline Racket support (#259 #262)
14+
15+
Additional history in [CHANGELOG](https://pipescript.start-automating.com/CHANGELOG)

0 commit comments

Comments
 (0)