We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6a8daa commit f8564cdCopy full SHA for f8564cd
docs/CHANGELOG.md
@@ -1,3 +1,19 @@
1
+## 0.2:
2
+
3
+* Massive Improvements in Templating
4
+ * Templates can be used interactively (Fixes #285)
5
+ * Renaming all Inline Transpilers to Template Transpilers
6
+* Natural Parsing Improvements
7
+ * ArrayLiterals are expanded (Fixes #291)
8
+ * AsSentence now only allows one value into a singleton (Fixes #279)
9
+ * Not expanding expandable strings (Fixes #286)
10
+* Transpilers can change nearby context (Fixes #292)
11
+* Allowing dot syntax to extend across multiple statements (Fixes #273)
12
+* Adding requires keyword (Fixes #293)
13
+* PipeScript modifies its own manifest (Fixes #294)
14
15
+---
16
17
## 0.1.9:
18
* Protocol Transpilers
19
* Adding JSONSchema transpiler (Fixes #274)
0 commit comments