Skip to content

Commit cfc479d

Browse files
Merge pull request #296 from StartAutomating/edits-Mon,14Nov202205-37-57GMT
Posting with GitPub [skip ci]
2 parents 695198f + ef1be94 commit cfc479d

File tree

2 files changed

+38
-0
lines changed

2 files changed

+38
-0
lines changed

docs/2022-11-14.md

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

0 commit comments

Comments
 (0)